@font-face {
  font-family: "Kufam";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/Kufam-Italic.woff2) format("woff2");
}
@font-face {
  font-family: "Kufam";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/fonts/Kufam-Normal.woff2) format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(/assets/fonts/Satoshi-Variable.woff2) format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(/assets/fonts/Satoshi-VariableItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Clash Display";
  src: url(/assets/fonts/ClashDisplay-Variable.woff2) format("woff2"), url(/assets/fonts/ClashDisplay-Variable.woff) format("woff");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --heading-font: "Kufam", sans-serif;
  --secondary-font: "Clash Display", sans-serif;
  --tertiary-font: "Satoshi", sans-serif;
  --tertiary-tracking: -0.01em;
  --primary: #ffc107;
  --primary-light: #ffd966;
  --primary-dark: #e0a400;
  --primary-subtle: rgba(255, 193, 7, 0.15);
  --primary-hover: rgba(255, 193, 7, 0.07);
  --secondary: #2644d1;
  --secondary-light: #5169da;
  --secondary-dark: #0f1a4d;
  --tertiary: #760066;
  --tertiary-dark: #2d0026;
  --black: #070705;
  --white: #fbfcff;
  --white: #e1e1e1;
  --grey: grey;
  --light-grey: #9a9a98;
  --placeholder: var(--light-grey);
  --dark-grey: #474746;
  --darker-grey: #2c2c2b;
  --placeholder-on-dark: rgba(251, 252, 255, 0.38);
  --red: #dc2626;
  --red-subtle: rgba(220, 38, 38, 0.5);
  --flame: #f35129;
  --blue: var(--secondary);
  --artist-color: var(--red-subtle);
  --venue-color: rgba(38, 68, 209, 0.18);
  --green: #059669;
  --green-subtle: rgba(5, 150, 105, 0.5);
  --panel-color: #120335;
  --panel-border-color: #31107d;
  --footer-gradient:
    linear-gradient(
      
      180deg,
      rgba(255, 255, 255, 0.03),
      transparent );
  --xxs-base: 10px;
  --xs-base: 12px;
  --s-base: 14px;
  --m-base: 16px;
  --l-base: 20px;
  --xl-base: 23px;
  --xxl-base: 31px;
  --xxxl-base: 39px;
  --xxxxl-base: 49px;
  --xxxxxl-base: 61px;
  --xxs: var(--xxs-base);
  --xs: var(--xs-base);
  --s: var(--s-base);
  --m: var(--m-base);
  --l: var(--l-base);
  --xl: var(--xl-base);
  --xxl: var(--xxl-base);
  --xxxl: var(--xxxl-base);
  --xxxxl: var(--xxxxl-base);
  --xxxxxl: var(--xxxxxl-base);
  --sr: 6px;
  --mr: 12px;
  --lr: 24px;
  --side-padding: 112px;
  --top-padding: 120px;
  --card-padding: 16px 32px;
  --box-padding: 16px 24px;
  --nav-height: 80px;
  --bottom-nav-height: 88px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.icon-btn > svg.icon {
  border-radius: var(--sr);
}
@media (hover: hover) {
  .icon-btn:hover > svg.icon {
    color: var(--primary);
    background: rgba(255, 193, 7, 0.12);
  }
}
.icon-btn:focus-visible > svg.icon {
  color: var(--primary);
  background: rgba(255, 193, 7, 0.12);
}
.bg-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: brightness(0.9) contrast(1.15);
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html,
body {
  font-family: var(--tertiary-font);
  color: var(--white);
  background: var(--black);
}
body {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: var(--m);
  -webkit-text-size-adjust: 100%;
  background-color: var(--black);
  color: var(--white);
}
a {
  font-family: var(--secondary-font);
  font-weight: 500;
  width: fit-content;
  color: var(--primary);
  text-decoration: none;
}
a:hover {
  color: var(--primary-light);
}
button {
  font-family: var(--secondary-font);
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  border: none;
  color: inherit;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
p {
  color: var(--white);
}
p,
span {
  letter-spacing: 0.3px;
  font-size: var(--m);
  font-weight: 500;
  font-family: var(--secondary-font);
}
p,
span,
input,
textarea {
  line-height: 1.45;
}
strong {
  font-family: var(--secondary-font);
  font-weight: 600;
}
small {
  font-weight: 500;
  font-size: var(--s);
  font-family: var(--secondary-font);
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
input:not([type]),
textarea {
  background-color: var(--white);
  color: var(--black);
  caret-color: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--sr);
  width: 100%;
  min-width: 0;
  padding: 12px 16px;
  font-weight: 500;
  font-size: var(--m);
  font-family: var(--secondary-font);
  transition:
    border var(--dur-micro) ease,
    box-shadow var(--dur-micro) ease,
    transform var(--dur-micro) ease;
}
input[type=time],
input[type=date],
input[type=datetime-local] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
input {
  color-scheme: light;
}
input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 18px;
  background: transparent;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(var(--primary), var(--primary)) left / var(--range-fill, 0%) 100% no-repeat, rgba(255, 255, 255, 0.2);
}
input[type=range]::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}
input[type=range]::-moz-range-progress {
  height: 6px;
  border-radius: 3px;
  background: var(--primary);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  transition: transform var(--dur-micro) var(--ease-smooth), box-shadow var(--dur-micro) var(--ease-smooth);
}
input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  transition: transform var(--dur-micro) var(--ease-smooth), box-shadow var(--dur-micro) var(--ease-smooth);
}
input[type=range]:focus-visible {
  outline: none;
}
input[type=range]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.3);
}
input[type=range]:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.3);
}
input[type=range]:active::-webkit-slider-thumb {
  transform: scale(1.12);
}
input[type=range]:active::-moz-range-thumb {
  transform: scale(1.12);
}
input:not([type=checkbox]):not([type=radio]):not(.dark):-webkit-autofill,
textarea:not(.dark):-webkit-autofill {
  -webkit-text-fill-color: var(--black) !important;
  caret-color: var(--black) !important;
  border-color: rgba(255, 193, 7, 0.45) !important;
  box-shadow: 0 8px 22px rgba(255, 193, 7, 0.12), inset 0 0 0 1000px rgba(255, 193, 7, 0.2) !important;
  transition: background-color 99999s ease-out 0s !important;
}
input.dark:-webkit-autofill,
textarea.dark:-webkit-autofill {
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
  border-color: rgba(255, 193, 7, 0.35);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28), inset 0 0 0 1000px rgba(36, 36, 36, 0.94) !important;
  transition: background-color 99999s ease-out 0s !important;
}
input:not([type=checkbox]):not([type=radio]):not(.dark):autofill,
textarea:not(.dark):autofill {
  background-color: rgba(255, 193, 7, 0.18) !important;
  color: var(--black) !important;
  border-color: rgba(255, 193, 7, 0.42) !important;
}
input.dark:autofill,
textarea.dark:autofill {
  background-color: rgba(44, 44, 43, 0.95) !important;
  color: var(--white) !important;
  border-color: rgba(255, 193, 7, 0.35) !important;
}
textarea {
  min-height: 80px;
  resize: vertical;
}
.gig-notes-input {
  min-height: 120px;
}
input::placeholder,
textarea::placeholder {
  color: var(--placeholder);
  opacity: 1;
}
input:hover,
textarea:hover {
  border-color: rgba(255, 193, 7, 0.65);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), inset 0 0 18px rgba(255, 193, 7, 0.18);
}
input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus {
  outline: none;
  border-color: rgba(255, 193, 7, 0.95);
  transform: translatey(-1px);
}
input.dark,
textarea.dark,
select.dark {
  background-color: rgba(44, 44, 43, 0.82);
  color: var(--white);
  caret-color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  color-scheme: dark;
}
input.dark::placeholder,
textarea.dark::placeholder {
  color: var(--placeholder-on-dark);
  opacity: 1;
}
input.dark:hover,
textarea.dark:hover,
select.dark:hover {
  border-color: rgba(255, 193, 7, 0.5);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28), inset 0 0 14px rgba(255, 193, 7, 0.1);
}
input.dark:focus,
textarea.dark:focus,
select.dark:focus {
  outline: none;
  border-color: rgba(255, 193, 7, 0.9);
  transform: translatey(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32), inset 0 0 18px rgba(255, 193, 7, 0.14);
}
.img-preview {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: rgba(12, 12, 24, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}
.input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-inputs label,
.input label {
  font-family: var(--secondary-font);
  font-weight: 500;
}
.password-input-wrapper {
  position: relative;
}
.password-input-wrapper > input {
  padding-right: 48px;
}
.password-input-wrapper [data-password-toggle] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dark-grey);
}
[data-password-toggle] svg:last-child {
  display: none;
}
[data-password-toggle].is-showing svg:first-child {
  display: none;
}
[data-password-toggle].is-showing svg:last-child {
  display: block;
}
.password-input-wrapper [data-password-toggle]:hover {
  color: var(--black);
}
.password-input-wrapper [data-password-toggle]:hover > svg.icon,
.password-input-wrapper [data-password-toggle]:focus-visible > svg.icon,
.password-input-wrapper [data-password-toggle]:active > svg.icon {
  color: inherit;
  background: transparent;
}
.password-input-wrapper input.dark ~ [data-password-toggle] {
  color: var(--white);
}
.password-input-wrapper input.dark ~ [data-password-toggle]:hover {
  color: rgba(251, 252, 255, 0.85);
}
input[type=checkbox] {
  accent-color: var(--primary);
  outline: none;
  transform: scale(1.25);
}
input[type=checkbox]:checked {
  accent-color: var(--primary);
}
input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
.input-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: var(--m);
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
}
.input-label span {
  font-family: var(--secondary-font);
  font-weight: 600;
}
.input-label .gig-notes-optional {
  font-weight: 500;
  font-size: var(--s);
  color: rgba(251, 252, 255, 0.5);
  text-transform: none;
  letter-spacing: 0.02em;
}
select {
  background-color: rgba(44, 44, 43, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--sr);
  color: var(--white);
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: var(--m);
  font-weight: 500;
  font-family: var(--secondary-font);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 0 12px rgba(0, 0, 0, 0.22);
  transition:
    border var(--dur-micro) ease,
    box-shadow var(--dur-micro) ease,
    transform var(--dur-micro) ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffc107' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
select:hover {
  border-color: rgba(255, 193, 7, 0.65);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), inset 0 0 18px rgba(255, 193, 7, 0.18);
}
select:focus {
  outline: none;
  border-color: rgba(255, 193, 7, 0.95);
  box-shadow:
    0 20px 38px rgba(255, 193, 7, 0.28),
    inset 0 0 18px rgba(255, 193, 7, 0.24),
    0 0 0 3px rgba(255, 193, 7, 0.3);
}
select option {
  background-color: var(--black);
  color: var(--white);
  padding: 12px 16px;
  font-family: var(--secondary-font);
  font-weight: 500;
}
select option:hover,
select option:checked,
select option:focus {
  background-color: var(--secondary);
  color: var(--white);
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
span,
p {
  margin: 0;
  padding: 0;
}
h1 {
  line-height: 1.25;
  font-weight: 800;
  color: var(--primary);
  font-size: var(--xxxxl);
  font-family: var(--heading-font);
}
h2 {
  font-family: var(--secondary-font);
  line-height: 1.2;
  font-weight: 700;
  font-size: var(--xxl);
}
h3 {
  font-family: var(--heading-font);
  line-height: 1.1;
  font-weight: 800;
  font-size: var(--xl);
}
h4 {
  font-size: var(--l);
  line-height: 1.6;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--white);
}
h5 {
  font-size: var(--s);
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--grey);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.side-padding {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
.top-padding {
  padding-top: var(--top-padding);
}
.bottom-padding {
  padding-bottom: 120px;
}
.l {
  font-size: var(--l);
}
.primary-btn {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: var(--lr);
  padding: 8px 16px;
  font-size: var(--m);
  font-family: var(--secondary-font);
  cursor: pointer;
  transition:
    background-color var(--dur-fast) ease,
    transform var(--dur-fast) ease,
    border var(--dur-fast) ease;
  margin: 0;
}
.primary-btn,
.primary-btn > * {
  font-weight: 600;
}
@media (hover: hover) {
  .primary-btn:hover {
    color: var(--primary-light);
    transform: translatey(-2px);
  }
}
.primary-btn:active {
  background-color: var(--primary);
  color: var(--black);
}
.secondary-btn {
  transition: transform var(--dur-micro) ease;
}
.primary-btn:active,
.secondary-btn:active,
.icon-btn:active,
.search-pill:active {
  transform: scale(0.94);
}
.secondary-btn {
  font-size: var(--m);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 12px;
  margin: -6px -12px;
  border: none;
  cursor: pointer;
  font-family: var(--secondary-font);
  position: relative;
}
.secondary-btn[hidden],
.primary-btn[hidden],
.icon-btn[hidden] {
  display: none !important;
}
.primary-btn:disabled,
.secondary-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.wizard-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wizard-footer-hint {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  color: var(--white);
  font-size: var(--m);
  font-family: var(--secondary-font);
  text-align: center;
}
.wizard-footer-hint:empty {
  display: none;
}
.wizard-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.wizard-footer-actions [data-wiz-back][hidden] {
  display: inline-flex !important;
  visibility: hidden;
  pointer-events: none;
}
.popup.has-wizard-footer,
.popup.filters-popup,
.popup.my-gig-edit-popup,
.popup.request-detail-popup {
  padding-bottom: 0;
}
.popup.has-wizard-footer .wizard-footer {
  position: static;
  flex-shrink: 0;
  background: var(--black);
  border-top: 1px solid var(--grey);
  padding: 16px 0 24px;
}
.popup.filters-popup .filters-footer,
.popup.my-gig-edit-popup .filters-footer,
.popup.request-detail-popup .filters-footer {
  flex-shrink: 0;
  background: var(--black);
}
.secondary-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: currentColor;
  opacity: 0.3;
}
.secondary-btn:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  color: var(--primary);
}
.secondary-btn:hover::after {
  opacity: 1;
}
.secondary-btn svg.icon,
.secondary-btn:hover svg.icon {
  padding: 0;
  margin: 0;
  color: inherit;
  background: transparent;
}
.btn-delete-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  color: var(--white);
  backdrop-filter: blur(6px);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition:
    background var(--dur-micro) ease,
    border-color var(--dur-micro) ease,
    box-shadow var(--dur-micro) ease,
    transform var(--dur-micro) ease;
}
.btn-delete-icon:hover {
  border-color: var(--red);
}
.btn-delete-icon:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25);
}
.btn-delete-icon > .icon {
  padding: 0;
  margin: 0;
  color: var(--red);
  background: transparent;
}
.btn-delete-icon:hover > .icon,
.btn-delete-icon:focus-visible > .icon {
  color: var(--red) !important;
}
.main {
  display: flex;
  flex-direction: column;
  padding-top: var(--top-padding);
  padding-bottom: 96px;
  position: relative;
  width: 100%;
}
.search-panel {
  --search-row-h: 3rem;
  --search-pill-h: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 720px;
  height: fit-content;
  background: #342167;
  border: 1px solid var(--black);
  border-radius: var(--lr);
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  scroll-margin-top: var(--nav-height);
  position: relative;
  z-index: 10;
}
.search-panel .main-input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
  height: var(--search-row-h);
}
.search-panel .main-input input {
  flex: 1;
  min-width: 0;
  height: var(--search-row-h);
  font-size: var(--m);
  font-weight: 600;
  border-radius: var(--mr);
  background: var(--white);
  color: var(--black);
  caret-color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 16px;
}
.search-panel .main-input .suggestions {
  flex: 0 0 100%;
}
.search-panel .search-square-btn.icon-btn {
  flex: 0 0 var(--search-row-h);
  width: var(--search-row-h);
  height: var(--search-row-h);
  padding: 0;
  background: var(--primary);
  color: var(--black);
  border: 1px solid var(--primary);
  border-radius: var(--mr);
}
@media (hover: hover) {
  .search-panel .search-square-btn.icon-btn:hover > svg.icon {
    color: var(--black);
    background: rgba(0, 0, 0, 0.06);
  }
}
.search-panel .search-square-btn.icon-btn:focus-visible > svg.icon {
  color: var(--black);
  background: rgba(0, 0, 0, 0.06);
}
.search-panel .search-filters-row .filter-label {
  opacity: 0.55;
}
.search-panel .search-filters-row .search-pill {
  min-height: var(--search-pill-h);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 500;
}
@media (hover: hover) {
  .search-panel .search-filters-row .search-pill:hover {
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
  }
}
.search-panel .search-filters-row .search-square-btn {
  flex: 0 0 var(--search-row-h);
  width: var(--search-row-h);
  padding: 8px;
  justify-content: center;
}
.search-panel-title {
  color: var(--white);
  font-size: var(--xxxl);
}
.search-panel .filter-label {
  font-family: var(--secondary-font);
  font-size: var(--m);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.search-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.search-panel > .search-field.gap-3 {
  gap: 12px;
}
.search-field > * {
  width: 100%;
}
.search-pill {
  display: flex;
  align-items: center;
  background: var(--white);
  color: var(--black);
  border-radius: var(--mr);
  padding: 8px 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform var(--dur-fast) ease, box-shadow var(--dur-fast) ease;
}
@media (hover: hover) {
  .search-field:hover .search-pill,
  button.search-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }
}
.main-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.gigs-section {
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 40px;
}
.hero-section {
  padding-top: var(--nav-height);
  position: relative;
  isolation: isolate;
  height: 100svh;
}
.hero-section .header-vid {
  z-index: 0;
}
.hero-section .squiggle-container {
  z-index: 2;
}
.hero-section .hero-visuals {
  z-index: 3;
  pointer-events: none;
}
#where-input-wrap {
  scroll-margin-top: var(--nav-height);
}
.hero-image {
  position: absolute;
  user-select: none;
  overflow: hidden;
  top: 2vh;
  left: -7vw;
  padding-top: 64px;
  transform: scalex(-1);
}
.fade-out-image {
  mask-image:
    linear-gradient(
      to bottom,
      #000 70%,
      transparent 100%);
}
.black-img-gradient {
  height: 100%;
  width: 100%;
  background:
    linear-gradient(
      to top,
      var(--black) 10%,
      rgba(0, 0, 0, 0) 40%);
}
.title-strapline-a {
  color: var(--primary);
  font-size: var(--xxxxl);
  line-height: 1.1;
  text-shadow:
    0 6px 30px rgba(0, 0, 0, 1),
    0 2px 10px rgba(0, 0, 0, 1),
    0 0 40px rgba(0, 0, 0, 0.9);
  font-family: var(--secondary-font);
  max-width: 75vw;
  text-transform: uppercase;
}
.title-strapline-b {
  font-size: var(--l);
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--white);
}
@keyframes preloader-fallback {
  0%, 90% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 350;
  background-color: #000;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  animation: preloader-fallback 3s ease-in-out forwards;
}
.wizard-wrap {
  overflow: hidden;
  position: relative;
}
.wizard-track {
  display: flex;
  align-items: flex-start;
  transition: transform var(--dur-fast) var(--ease-smooth);
}
.wizard-page {
  min-width: 100%;
  box-sizing: border-box;
}
.wizard-wrap--auto {
  transition: height var(--dur-fast) var(--ease-smooth);
}
.loading-bars {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  height: 40px;
}
.loading-bars span {
  width: 6px;
  height: 12px;
  background: var(--primary);
  border-radius: var(--sr);
  animation: loading-wave 1.1s ease-in-out infinite;
  transform-origin: center bottom;
}
.loading-bars span:nth-child(1) {
  animation-delay: -0.4s;
}
.loading-bars span:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-bars span:nth-child(3) {
  animation-delay: -0.2s;
}
.loading-bars span:nth-child(4) {
  animation-delay: -0.1s;
}
.loading-bars span:nth-child(5) {
  animation-delay: 0s;
}
button.is-loading {
  position: relative;
  cursor: not-allowed;
  opacity: 0.88;
  padding-inline-end: 2.5rem;
}
button.is-loading:not(.circle-fill-btn)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 50%;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
button.circle-fill-btn.is-loading::after {
  display: none;
}
button.circle-fill-btn.is-loading {
  padding-inline-end: 24px;
}
.loaded .preloader {
  animation: none;
  visibility: hidden;
  opacity: 0;
}
li {
  font-family: var(--secondary-font);
  font-weight: 500;
  list-style-type: none;
}
.gig-listing {
  gap: 32px;
  display: flex;
}
.gig-listing-date {
  position: sticky;
  height: min-content;
  top: 160px;
}
.gig-dates {
  position: relative;
  left: 20px;
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  min-width: 192px;
}
.gig-dates h2,
.gig-dates h3 {
  font-weight: 900;
  font-family: var(--tertiary-font);
  letter-spacing: 0px;
}
.gig-dates-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gig-dates:before {
  content: "";
  position: absolute;
  width: 3px;
  top: 0;
  bottom: 0;
  background: var(--panel-border-color);
  left: -20px;
}
.gig-dates .gig-dates-sub {
  font-weight: 500;
  font-size: var(--m);
  font-family: var(--secondary-font);
  line-height: 1.3;
}
.gig-dates .gig-dates-in,
.gig-dates-in:empty {
  display: none;
}
.gig-dates .gig-dates-in:not(:empty) {
  display: inline-block;
  font-weight: 600;
  font-size: var(--xs);
  font-family: var(--secondary-font);
  color: var(--green);
  padding: 4px 8px;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--green) 14%, transparent);
  white-space: nowrap;
}
.text-primary {
  color: var(--primary);
}
.text-white {
  color: var(--white);
}
.white {
  color: var(--white);
}
.venue-type-pill {
  width: fit-content;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  background: var(--secondary-dark);
  color: var(--white);
  border: 1px solid var(--black);
  border-radius: var(--lr);
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.venue-type-pill span {
  font-size: var(--xs);
}
.venue-type-pill svg,
.venue-type-pill span {
  opacity: 0.8;
}
.venue-type-pill.is-hidden {
  display: none;
}
.venue-type-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.venue-type-label {
  font-size: var(--s);
  text-transform: uppercase;
}
.directions-div {
  cursor: pointer;
  padding: 4px 12px;
  margin: -4px -12px;
  border-radius: var(--mr);
  transition: all 0.2s ease;
  background: color-mix(in srgb, var(--blue) 20%, transparent);
}
.directions-div:hover {
  background: color-mix(in srgb, var(--blue) 40%, transparent);
}
.venue-dist-miles {
  font-size: var(--s);
  font-weight: 500;
}
.venue-dist-walk span {
  font-size: var(--xs);
}
.venue-dist-walk svg {
  opacity: 0.8;
}
.venue-dist-walk.is-hidden {
  display: none;
}
.sub-pic-image {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
}
.sub-pic-image img {
  border-radius: var(--mr);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icons-box {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.icons-box:empty,
.ticket-wrapper:empty,
.promo-wrapper:empty {
  display: none;
}
.edit-gigs-frame {
  width: 100%;
  border-radius: var(--lr);
}
@media (max-width: 1100px) {
  :root {
    --side-padding: 64px;
  }
  .gig-listing {
    flex-direction: column;
  }
  .site-footer {
    gap: 80px;
    flex-direction: column;
  }
  .footer-col {
    order: 2;
  }
  .gig-listing-date {
    top: 0;
    position: relative;
  }
  .main-gigs-list {
    gap: 72px;
  }
  .gig-card .row {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  :root {
    --card-padding: 8px 16px;
    --xxxxxl: var(--xxxxl-base);
    --xxxxl: var(--xxxl-base);
    --xxxl: var(--xxl-base);
    --xxl: var(--xl-base);
    --xl: var(--l-base);
    --l: var(--m-base);
    --side-padding: 24px;
  }
  .hero-image {
    top: -1vh;
    left: -36vw;
  }
  .login-container {
    padding: var(--side-padding);
  }
  .main-section {
    gap: 40px;
  }
  #gig-map {
    height: 200px !important;
  }
}
.text-yellow {
  color: var(--primary);
}
.white-outline {
  border: 1px solid var(--white);
  color: var(--white);
}
.primary-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.red-outline {
  border: 1px solid var(--red);
  color: var(--red);
}
.secondary-btn.white-outline,
.secondary-btn.red-outline,
.secondary-btn.primary-bg,
.secondary-btn.primary-outline {
  margin: 0;
}
.secondary-btn.white-outline:hover,
.secondary-btn.red-outline:hover,
.secondary-btn.primary-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.secondary-btn.white-outline:hover::after,
.secondary-btn.red-outline:hover::after,
.secondary-btn.primary-outline:hover::after {
  display: none;
}
.primary-bg {
  background: var(--primary);
  color: var(--black);
  border-color: var(--primary);
}
.primary-btn.primary-bg:hover,
.secondary-btn.primary-bg:hover {
  color: var(--black);
}
.primary-bg::after {
  display: none !important;
  content: none;
}
.black-bg {
  background: var(--black);
}
.panel-card {
  background: var(--panel-color);
  border: 1px solid var(--panel-border-color);
  border-radius: var(--mr);
  transition: border-color var(--dur-micro) ease;
}
.gig-box {
  position: relative;
  background-color: var(--panel-color);
  border-radius: var(--mr);
  width: 100%;
  border: 1px solid var(--panel-border-color);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: var(--box-padding);
}
.gig-box.gig-box--sm {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  background-color: transparent;
  border: 0;
  border-top: 1px solid rgba(251, 252, 255, 0.1);
  border-radius: 0;
  cursor: pointer;
  transition: background-color var(--dur-micro) var(--ease-smooth);
}
.gig-box--sm:hover,
.gig-box--sm:active {
  background-color: rgba(251, 252, 255, 0.05);
}
.gig-sm-date {
  flex: 0 0 48px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.gig-sm-day {
  font-size: var(--l);
  font-family: var(--secondary-font);
  color: var(--white);
  transition: color var(--dur-micro) var(--ease-smooth);
}
.gig-sm-month {
  font-size: var(--xxs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.gig-sm-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gig-box--sm .venue-name {
  font-size: var(--s);
  line-height: 1.25;
  color: var(--white);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gig-sm-time {
  font-size: var(--xs);
  line-height: 1.25;
  color: var(--light-grey);
}
.gig-sm-actions:empty {
  display: none;
}
.gig-box--sm .btn-delete-icon {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.gig-box--sm .btn-delete-icon:hover {
  background: rgba(220, 38, 38, 0.14);
}
.gig-sm-cue {
  flex-shrink: 0;
  color: var(--dark-grey);
  transition: color var(--dur-micro) var(--ease-smooth);
}
.gig-box--sm:hover .gig-sm-day,
.gig-box--sm:active .gig-sm-day {
  color: var(--primary);
}
.gig-box--sm:hover .gig-sm-cue,
.gig-box--sm:active .gig-sm-cue {
  color: var(--light-grey);
}
.gig-box-columns {
  display: flex;
  gap: 32px;
}
.gig-box-artist-row {
  justify-content: space-between;
  display: flex;
  width: 100%;
  gap: 16px;
}
.gig-box-artist-row .artist-name,
.gig-box-head .artist-name {
  overflow-wrap: break-word;
  word-break: break-word;
}
.gig-listings .gig-box {
  cursor: pointer;
}
.gig-box .avatar-box {
  align-self: flex-start;
}
.gig-box-overlay-root {
  display: contents;
}
.overlay.gig-box-overlay .gig-box.gig-box-spring {
  transform: scale(0.88) translatey(28px);
  transition: transform var(--dur-fast) var(--ease-spring);
}
.overlay.gig-box-overlay.show .gig-box.gig-box-spring {
  transform: scale(1) translatey(0);
}
.overlay.gig-box-overlay .gig-box.gig-box--overlay {
  max-width: min(520px, calc(100vw - 32px));
  width: 100%;
}
.gig-box--overlay .gig-overlay-date {
  margin: 0;
  font-family: var(--secondary-font);
}
.gig-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #1a1a2e;
}
.gig-venue-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gig-venue-img[src=""],
.gig-venue-img:not([src]) {
  display: none;
}
.gig-venue-img[src=""] + .gig-card-image-placeholder,
.gig-venue-img:not([src]) + .gig-card-image-placeholder {
  display: flex;
}
.gig-card-image-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      135deg,
      #1a1a2e 0%,
      #16213e 100%);
}
.gig-card-image-placeholder .icon {
  opacity: 0.15;
}
.gig-box--overlay .gig-card-image {
  border-radius: var(--mr);
  aspect-ratio: 2/1;
  width: 100%;
}
.gig-box--overlay .gig-venue-img {
  transition: opacity 0.2s ease;
}
.gig-box--overlay .gig-card-image.is-loading .gig-venue-img {
  opacity: 0;
}
.gig-box--overlay .gig-card-image.is-loading .gig-card-image-placeholder {
  display: flex;
}
.gig-box--overlay .gig-box-columns--overlay {
  align-items: flex-start;
}
.gig-listing-genre {
  font-weight: 500;
  color: var(--white);
  opacity: 0.8;
  font-size: var(--m);
  font-family: var(--secondary-font);
}
.gig-notes {
  font-family: var(--secondary-font);
  font-size: var(--m);
  line-height: 1.45;
  color: var(--white);
  opacity: 0.75;
  white-space: pre-wrap;
}
.ticketed {
  font-weight: 700;
  width: fit-content;
  background: var(--primary);
  padding: 8px;
  border-radius: var(--sr);
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ticketed:hover {
  color: var(--primary);
}
.toast-notification {
  position: fixed;
  top: 32px;
  left: 50%;
  transform: translatex(-50%) translatey(-100px);
  background-color: var(--black);
  border: 1px solid rgba(255, 193, 7, 0.3);
  color: var(--white);
  padding: 12px 20px;
  border-radius: var(--sr);
  font-size: var(--m);
  font-weight: 500;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-fast) ease, transform var(--dur-fast) ease;
  white-space: nowrap;
  font-family: var(--secondary-font);
}
.toast-notification.toast-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toast-notification.show {
  opacity: 1;
  transform: translatex(-50%) translatey(0);
  pointer-events: auto;
}
.toast-notification.success {
  background-color: var(--black);
  border: 1px solid #4ade80;
  color: #4ade80;
}
.toast-notification.error {
  background-color: var(--black);
  border: 1px solid #f87171;
  color: #f87171;
}
.toast-notification.primary {
  background-color: var(--black);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.toast-notification.bottom {
  top: auto;
  bottom: 32px;
  transform: translatex(-50%) translatey(100px);
}
.toast-notification.bottom.show {
  transform: translatex(-50%) translatey(0);
}
.pull-refresh {
  position: fixed;
  top: var(--nav-height);
  left: 50%;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  color: var(--white);
  pointer-events: none;
  opacity: var(--pull, 0);
  transform: translate(-50%, calc(var(--pull-y, 0) * 1px)) scale(calc(0.7 + var(--pull, 0) * 0.3));
  transition: transform var(--dur-fast) var(--ease-spring), opacity var(--dur-fast) var(--ease-smooth);
}
.pull-refresh.is-pulling {
  transition: none;
}
.pull-refresh svg {
  transform: rotate(calc(var(--pull, 0) * 270deg));
}
.pull-refresh.is-ready {
  background: rgba(255, 193, 7, 0.18);
}
.pull-refresh.is-ready svg,
.pull-refresh.is-busy svg {
  color: var(--primary);
}
.pull-refresh.is-busy svg {
  animation: spin-plain 0.8s linear infinite;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-fast) var(--ease-smooth);
  padding: 64px 16px;
  overscroll-behavior: contain;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.overlay--top {
  align-items: flex-start;
  padding-top: max(80px, var(--nav-height));
}
.popup {
  background: var(--black);
  border: 1px solid rgba(255, 193, 7, 0.2);
  border-bottom: 3px solid var(--primary);
  border-radius: var(--lr);
  padding: 24px;
  max-width: 480px;
  width: 92vw;
  max-height: calc(100dvh - 128px);
  transform: scale(0.88) translatey(28px);
  transition: transform var(--dur-fast) var(--ease-spring);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.overlay.show .popup {
  transform: scale(1) translatey(0);
}
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  background: var(--black);
}
.popup-header h2 {
  flex: 1;
  min-width: 0;
}
.popup-back {
  color: var(--white);
  transition: color var(--dur-micro) var(--ease-smooth);
}
.popup-back:hover,
.popup-back:active {
  color: var(--primary);
}
.popup-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}
.confirm-message {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--white);
  font-size: var(--m);
  font-family: var(--secondary-font);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.confirm-buttons {
  display: flex;
  gap: 12px;
}
.confirm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: var(--mr);
  font-weight: 600;
  font-size: var(--m);
  font-family: var(--secondary-font);
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all var(--dur-micro) var(--ease-spring);
  border: 1px solid transparent;
  flex: 1;
}
.confirm-btn svg {
  width: 15px;
  height: 15px;
}
.confirm-cancel {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.12);
}
.confirm-cancel:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
}
.confirm-cancel svg {
  color: rgba(255, 255, 255, 0.4);
}
.confirm-ok {
  background: var(--primary);
  color: var(--black);
  border-color: var(--primary-dark);
}
.confirm-ok:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  color: var(--black) !important;
}
.large-text {
  font-size: var(--l);
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--white);
  margin: 0;
}
.primary {
  color: var(--primary);
}
.blue {
  color: var(--blue);
}
.char-count {
  font-size: var(--xs);
  color: rgba(255, 255, 255, 0.35);
  text-align: right;
  transition: color 0.2s ease;
}
.char-count.warn {
  color: var(--primary);
}
.char-count.over {
  color: var(--red);
}
.text-muted {
  color: var(--white);
  opacity: 0.7;
}
.text-dim {
  color: rgba(255, 255, 255, 0.8);
}
.confirm-ok svg {
  color: var(--black);
}
.delete-popup {
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-bottom: 4px solid var(--red);
}
.delete-popup::before {
  background: var(--red);
}
.confirm-delete {
  background: var(--red);
  color: var(--white);
  border-color: #b91c1c;
}
.confirm-delete:hover {
  background: #ef4444;
  border-color: var(--red);
  transform: translatey(-2px);
}
.confirm-delete svg {
  color: var(--white);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
}
.pill--gold {
  background: rgba(255, 193, 7, 0.12);
  color: var(--primary);
}
.pill--green {
  background: rgba(5, 150, 105, 0.12);
  color: var(--green);
}
.pill--red {
  background: rgba(220, 38, 38, 0.12);
  color: var(--red);
}
.pill--grey {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.4);
}
.tag {
  padding: 4px 12px;
  background: rgba(255, 193, 7, 0.12);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
.empty-state .icon {
  opacity: 0.3;
}
.date-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date-stack .day {
  font-size: var(--xxl);
  font-weight: bold;
  line-height: 1;
}
.date-stack .month {
  font-size: var(--s);
  text-transform: uppercase;
  color: var(--light-grey);
  line-height: 1;
}
.hr {
  display: block;
  height: 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 0;
}
.confetti-particle {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--primary);
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  will-change: transform, opacity;
}
.in-the-past-header {
  background-color: var(--red);
  color: white;
}
.header-vid {
  z-index: 0;
  opacity: 0.5;
  width: 100%;
  pointer-events: none;
}
.header-vid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  pointer-events: none;
}
.header-vid video::-webkit-media-controls,
.header-vid video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}
.grey {
  color: var(--grey);
}
table {
  width: 100%;
  border-collapse: collapse;
}
table,
th,
td {
  border: 1px solid #ccc;
}
th,
td {
  padding: 10px;
  text-align: left;
}
th {
  background-color: #f4f4f4;
}
.logo {
  color: white;
}
::selection {
  background: var(--primary);
  color: var(--black);
}
.main-gigs-list {
  display: flex;
  flex-direction: column;
  gap: 104px;
  z-index: 1;
}
.avatar-box {
  display: block;
  max-width: 360px;
  aspect-ratio: 1/1;
  border-radius: var(--sr);
  overflow: hidden;
}
.avatar-box img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-full {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  max-width: min(360px, 60%);
}
.avatar-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--lr);
}
.artist-name {
  font-size: var(--xxl);
  color: var(--primary);
  font-family: var(--heading-font);
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--secondary-font);
}
.gig-box--overlay .artist-name {
  font-size: var(--xl);
}
.gig-time {
  font-size: var(--xl);
  color: var(--white);
  font-weight: 600;
  font-family: var(--secondary-font);
  margin: 0;
}
.venue-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.venue-meta:hover {
  opacity: 0.8;
}
.venue-name {
  font-size: var(--l);
  font-weight: 600;
  color: var(--white);
  font-family: var(--secondary-font);
}
.venue-extras {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.directions-btn {
  width: fit-content;
  height: auto;
  font-size: var(--m);
  border-color: var(--blue);
  color: var(--blue);
}
.gig-listings {
  gap: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.green {
  color: var(--green);
}
.icon,
.icon-btn {
  width: 18px;
  height: 18px;
  box-sizing: unset;
  padding: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon {
  margin: -8px;
}
.icon-btn {
  margin: 0;
}
.icon-xs {
  width: 14px;
  height: 14px;
}
.icon-sm {
  width: 16px;
  height: 16px;
}
.icon-md {
  width: 24px;
  height: 24px;
}
.icon-lg {
  width: 28px;
  height: 28px;
}
.icon-xl {
  width: 32px;
  height: 32px;
}
.icon-xxl {
  width: 40px;
  height: 40px;
}
.icon-2xs {
  width: 11px;
  height: 11px;
}
.gig-box.is-highlighted {
  animation: gig-highlight 1.2s ease-out;
}
.float-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  list-style: none;
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--sr);
  max-height: 280px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  padding: 4px 0;
}
.float-list li,
.float-list > a {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: var(--m);
  color: var(--white);
  text-decoration: none;
  transition: background var(--dur-micro) ease;
}
.float-list li:hover,
.float-list li[aria-selected=true],
.float-list > a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.float-list--light {
  background: var(--white);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.float-list--light li,
.float-list--light > a {
  color: var(--black);
}
.float-list--light li:hover,
.float-list--light li[aria-selected=true],
.float-list--light > a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.main-input .suggestions li {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.main-input .suggestions li:last-child {
  border-bottom: none;
}
.float-list li > .float-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.float-list li > .float-row span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.float-list li > .float-row span:last-child {
  flex-shrink: 0;
  font-size: var(--xs);
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 500;
}
.z-1 {
  z-index: 1;
}
details[open] > summary svg {
  transform: rotate(90deg);
}
details summary svg {
  transition: transform 0.2s ease;
}
.promo-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  min-height: clamp(380px, 48vh, 460px);
  padding: clamp(24px, 5vw, 48px);
  overflow: hidden;
}
.promo-hero > * {
  position: relative;
  z-index: 2;
}
.promo-hero h2,
.promo-hero p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--promo-img) center / cover no-repeat;
  animation: promo-zoom 22s var(--ease-smooth) infinite alternate;
}
.promo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), var(--promo-overlay);
}
.artist-bg {
  --promo-overlay:
    linear-gradient(
      
      to top,
      rgba(150, 18, 18, 0.96) 0%,
      rgba(150, 18, 18, 0.55) 36%,
      rgba(0, 0, 0, 0.35) 68%,
      rgba(0, 0, 0, 0.12) 100% );
}
.venue-bg {
  --promo-overlay:
    linear-gradient(
      
      to top,
      rgba(28, 50, 175, 0.96) 0%,
      rgba(28, 50, 175, 0.55) 36%,
      rgba(0, 0, 0, 0.35) 68%,
      rgba(0, 0, 0, 0.12) 100% );
}
.save-gig-btn:not(.is-saved) > svg:last-of-type {
  display: none;
}
.save-gig-btn.is-saved > svg:first-of-type {
  display: none;
}
.save-gig-btn.is-saved > svg:last-of-type {
  display: block;
  fill: var(--primary);
}
.anchor-popover {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  background: var(--darker-grey);
  color: var(--white);
  border-radius: var(--mr);
  padding: 12px;
  font-size: var(--s);
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10050;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.anchor-popover.show {
  opacity: 1;
  pointer-events: auto;
}
.anchor-popover--stacked {
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.anchor-popover--stacked .anchor-popover-body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.anchor-popover--stacked .anchor-popover-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.anchor-popover--below::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 24px;
  width: 10px;
  height: 10px;
  background: var(--darker-grey);
  transform: rotate(45deg);
  border-radius: 2px;
}
.anchor-popover--right::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  background: var(--darker-grey);
  transform: rotate(45deg);
  border-radius: 2px;
}
.accordion {
  overflow: hidden;
}
.accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion .accordion-body {
  overflow: hidden;
  transition: height 0.3s ease;
}
details.group.accordion > summary {
  justify-content: flex-start;
}
@media (min-width: 1000px) {
  :root {
    --box-padding: 24px 32px;
  }
  .hero-section {
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 80px;
  }
}
.hidden {
  display: none;
}
