.show-night {
  margin: 0 0 44px;
  padding: 30px;
  border: 1px solid #e4ddd5;
  border-radius: 24px;
  background: linear-gradient(125deg, #fffdf9, #f5f0e8);
  box-shadow: 0 12px 36px #382a2110;
  overflow-wrap: anywhere;
}
.night-top,
.night-heading,
.show-night footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.night-top {
  margin-bottom: 24px;
}
.night-top .gig-eyebrow {
  margin: 0;
}
.night-picker {
  max-width: 320px;
  min-width: 0;
}
.night-picker select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #ddd6cc;
  border-radius: 12px;
  background: #ffffff80;
  color: inherit;
  padding: 8px 28px 8px 12px;
  font: inherit;
  font-size: 12px;
}
.show-night h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 0 0 12px;
}
.show-night h3 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}
.show-night p {
  font-size: 13px;
  line-height: 1.65;
  color: #726963;
  margin: 8px 0;
}
.show-night .gig-eyebrow {
  font-size: 10px;
  color: #9d3b40;
  font-weight: 750;
}
.night-times {
  display: flex;
  gap: 26px;
  flex-shrink: 0;
}
.night-times div {
  display: grid;
  gap: 7px;
}
.night-times span {
  font-size: 11px;
  color: #766b65;
}
.night-times strong {
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.04em;
}
.night-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #e2dad1;
}
.night-plan {
  display: grid;
  gap: 24px;
}
.night-ready {
  padding-left: 30px;
  border-left: 1px solid #e2dad1;
}
.night-contact {
  display: flex;
  gap: 4px 12px;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 14px;
}
.night-contact strong {
  flex-basis: 100%;
}
.night-contact a {
  color: #8d373b;
  text-underline-offset: 3px;
}
.night-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.night-checks {
  display: grid;
  gap: 3px;
  margin: 14px 0;
}
.night-checks label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 8px;
  margin-left: -8px;
}
.night-checks label:hover {
  background: #ffffff90;
}
.night-checks input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: #a7373e;
  cursor: pointer;
}
.night-ready .night-section {
  border-top: 1px solid #e2dad1;
  padding-top: 16px;
  margin-top: 20px;
}
.show-night .gig-text {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  text-decoration: none;
}
.show-night .night-hold {
  color: #865c20;
}
.night-notes {
  margin-top: 22px;
  font-size: 12px;
}
.night-notes summary {
  cursor: pointer;
  min-height: 44px;
  align-content: center;
}
.night-notes p {
  white-space: pre-wrap;
}
.show-night footer {
  border-top: 1px solid #e2dad1;
  margin-top: 22px;
  padding-top: 10px;
  font-size: 11px;
  color: #726963;
}
.show-night footer button {
  flex-shrink: 0;
}
.show-night :focus-visible {
  outline: 3px solid #a7373e;
  outline-offset: 3px;
}
.night-picker .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media (max-width: 700px) {
  .show-night {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 32px;
  }
  .night-top,
  .night-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .night-top {
    margin-bottom: 22px;
  }
  .night-picker {
    width: 100%;
    max-width: none;
  }
  .night-times {
    width: 100%;
    gap: 40px;
    margin-top: 6px;
  }
  .night-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 22px;
    padding-top: 20px;
  }
  .night-ready {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #e2dad1;
    padding-top: 20px;
  }
  .show-night footer {
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
  }
  .show-night .gig-primary {
    white-space: normal;
  }
  .night-actions {
    gap: 6px 14px;
  }
}
