:root {
  --ink: #101010;
  --paper: #f5f4ef;
  --line: #cbc9c1;
  --soft-line: #dedbd2;
  --day-line: #8f8d86;
  --acid: #e3ff43;
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
}
button,
a {
  font: inherit;
  color: inherit;
}
a {
  text-decoration: none;
}
.site-header {
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding: 0 4vw;
  gap: 28px;
}
.wordmark {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}
.auth-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-nav .auth-button {
  border: 1px solid var(--ink);
  padding: 8px 11px 7px;
  background: var(--ink);
  color: var(--paper);
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.15s,
    color 0.15s;
}
.site-nav .auth-button:hover {
  background: var(--acid);
  color: var(--ink);
}
.auth-unavailable {
  border: 0;
  padding: 0;
  color: #777;
  font:
    10px "DM Mono",
    monospace;
  text-transform: uppercase;
  cursor: default;
}
.site-header p {
  margin: 0;
  font:
    12px "DM Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-link,
.shows-link {
  padding-bottom: 3px;
  font:
    11px "DM Mono",
    monospace;
  text-transform: uppercase;
}
.site-nav a[aria-current="page"] {
  border-bottom: 1px solid var(--ink);
}
main {
  max-width: 1280px;
  margin: auto;
  padding: 0 4vw 280px;
}
.intro {
  padding: 26px 0 22px;
  border-bottom: 1px solid var(--ink);
}
.eyebrow {
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.05em;
  margin: 0;
}
.filters {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.filters label {
  position: relative;
}
.filters select {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  padding: 0 18px 0 8px;
}
.filters label::after {
  content: "↘";
  position: absolute;
  right: 6px;
  bottom: 8px;
  pointer-events: none;
}
.day {
  display: grid;
  grid-template-columns: 125px 1fr;
  border-bottom: 1px solid var(--day-line);
}
.about-page {
  max-width: 650px;
  padding: clamp(70px, 12vw, 150px) 0 100px;
}
.about-page p {
  max-width: 590px;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.about-page .about-lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 26px;
}
.day-stamp {
  padding: 25px 0;
  font-family: "DM Mono", monospace;
}
.day-stamp span {
  display: block;
  font-size: 11px;
}
.day-stamp strong {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  font-weight: 400;
}
.event-row {
  display: grid;
  grid-template-columns: 54px minmax(270px, 1.1fr) 1fr;
  min-height: 126px;
  align-items: center;
  border-left: 1px solid var(--line);
  position: relative;
}
.event-row:hover {
  background: var(--acid);
}
.meta {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 20px;
  border-left: 1px solid var(--line);
  font:
    11px "DM Mono",
    monospace;
}
.music-action,
.provider-link {
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 3px;
  background: transparent;
  color: var(--ink);
  font:
    10px "DM Mono",
    monospace;
  text-transform: none;
  cursor: pointer;
}
.music-action:hover,
.provider-link:hover {
  color: #555;
}
.player-backdrop {
  position: fixed;
  z-index: 2;
  inset: 0;
  display: none;
  background: rgba(16, 16, 16, 0.25);
}
.player-backdrop.active {
  display: block;
}
.listen-panel {
  position: fixed;
  z-index: 3;
  right: 26px;
  bottom: 26px;
  left: auto;
  top: auto;
  width: min(650px, calc(100vw - 36px));
  min-height: 200px;
  padding: 0;
  border: 0;
  margin: 0;
  grid-template-columns: 270px 1fr 38px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 7px 7px 0 var(--acid);
}
.listen-panel::backdrop {
  background: rgba(16, 16, 16, 0.25);
}
.listen-panel:not([open]) {
  display: none;
}
.listen-panel.active[open] {
  display: grid;
}
.player-frame {
  min-height: 200px;
  background: #222;
}
.player-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
}
.player-copy {
  align-self: center;
  padding: 22px;
}
.player-copy .eyebrow {
  color: var(--acid);
}
.player-copy h2 {
  margin: 13px 0 4px;
  font-size: 29px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.player-track {
  margin: 0;
  font:
    13px "DM Mono",
    monospace;
}
.close-player {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 25px;
}
@media (max-width: 700px) {
  .site-header {
    gap: 12px;
  }
  .site-header p {
    display: none;
  }
  .about-page {
    padding: 56px max(20px, 5vw) 72px;
  }
  .about-page p {
    font-size: 17px;
  }
  .about-page .about-lead {
    font-size: 22px;
  }
  .intro {
    padding: 26px 0 22px;
  }
  .day {
    grid-template-columns: 59px 1fr;
  }
  .event-row {
    grid-template-columns: 45px 1fr;
  }
  .meta {
    grid-column: 2;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 10px 13px 14px;
  }
  .listen-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    width: auto;
    max-width: none;
    min-height: 0;
    max-height: 72svh;
    grid-template-columns: 1fr 38px;
    grid-template-areas: "frame close" "copy copy";
    overflow: auto;
  }
  .player-frame {
    grid-area: frame;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .player-frame iframe {
    min-height: 0;
    height: 100%;
  }
  .player-copy {
    grid-area: copy;
    padding: 14px;
  }
  .player-copy h2 {
    font-size: 23px;
  }
  .close-player {
    grid-area: close;
    position: static;
    align-self: start;
  }
}

/* Authentication */
.auth-notice {
  position: fixed;
  z-index: 10;
  right: 18px;
  bottom: 18px;
  transform: translateY(12px);
  border: 1px solid var(--ink);
  padding: 12px 15px;
  background: var(--acid);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s,
    transform 0.18s;
  font:
    11px "DM Mono",
    monospace;
}
.auth-notice.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.auth-dialog .auth-notice {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
}
.auth-dialog {
  width: min(460px, calc(100vw - 28px));
  border: 1px solid var(--ink);
  padding: clamp(26px, 5vw, 46px);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--acid);
}
.auth-dialog::backdrop {
  background: rgba(16, 16, 16, 0.7);
  backdrop-filter: blur(3px);
}
.auth-dialog h2 {
  margin: 16px 0 11px;
  font-family: "Instrument Serif", serif;
  font-size: clamp(54px, 8vw, 74px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.055em;
}
.auth-dialog h2 i {
  font-weight: 400;
}
.auth-intro {
  max-width: 290px;
  margin: 0 0 28px;
  color: #57554f;
  font-size: 14px;
  line-height: 1.35;
}
.auth-close {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.auth-close:hover {
  border-color: var(--ink);
}
.auth-google,
.auth-apple,
.auth-submit {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 12px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font:
    11px "DM Mono",
    monospace;
}
.auth-providers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.auth-google {
  background: var(--paper);
}
.auth-google:hover {
  background: var(--acid);
}
.google-mark {
  width: 18px;
  height: 18px;
}
.auth-apple {
  background: var(--ink);
  color: var(--paper);
}
.auth-apple:hover {
  background: #2c2b28;
  transform: translateY(-1px);
  box-shadow: 3px 3px 0 var(--acid);
}
.apple-mark {
  width: 17px;
  height: 17px;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 23px 0;
  color: #77736d;
  font:
    9px "DM Mono",
    monospace;
  text-transform: uppercase;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--line);
}
.auth-form {
  display: grid;
  gap: 14px;
}
.auth-form label {
  display: grid;
  gap: 7px;
  font:
    10px "DM Mono",
    monospace;
  text-transform: uppercase;
}
.auth-form input {
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  padding: 8px 0;
  outline: 0;
  background: transparent;
  font:
    16px "Space Grotesk",
    sans-serif;
}
.auth-form input:focus {
  border-bottom: 2px solid var(--ink);
  margin-bottom: -1px;
}
.auth-submit {
  justify-content: space-between;
  margin-top: 8px;
  background: var(--ink);
  color: var(--paper);
}
.auth-submit:hover {
  background: var(--acid);
  color: var(--ink);
}
.auth-submit span {
  font-size: 18px;
  line-height: 0;
}
.auth-secondary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.auth-form .auth-create,
.auth-form .auth-reset {
  border: 0;
  padding: 4px 0;
  background: transparent;
  color: #4d4b46;
  cursor: pointer;
  font:
    10px "DM Mono",
    monospace;
  text-decoration: underline;
}
.auth-form .auth-create:hover,
.auth-form .auth-reset:hover {
  color: var(--ink);
}
.auth-error {
  margin: 0;
  font:
    11px "DM Mono",
    monospace;
  color: #a11;
}
.auth-error.is-success {
  color: #175d26;
}
.auth-verify {
  padding-top: 4px;
}
.auth-verify h3 {
  margin: 15px 0 13px;
  font:
    400 54px/0.78 "Instrument Serif",
    serif;
  letter-spacing: -0.055em;
}
.auth-verify > p:not(.auth-error) {
  margin: 0 0 22px;
  color: #57554f;
  font-size: 14px;
  line-height: 1.4;
}
.auth-verify-email {
  color: var(--ink);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.auth-resend {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--ink);
  padding: 12px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font:
    11px "DM Mono",
    monospace;
}
.auth-resend:hover {
  background: var(--acid);
}

/* Live dataset controls and event details */
.filters label {
  border-bottom: 1px solid var(--ink);
  padding: 0 0 8px;
  font:
    11px "DM Mono",
    monospace;
}
.filters input {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  padding: 0 0 0 8px;
  color: var(--ink);
}
.event-info {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  padding: 0;
}
.event-info:hover .artist a {
  text-decoration: underline;
}
.listen-space {
  width: 35px;
  height: 35px;
  justify-self: center;
}
.loading {
  font:
    13px "DM Mono",
    monospace;
  padding: 38px 0;
}
.event-row {
  grid-template-columns: 1fr;
  min-height: 0;
  border-left: 0;
}
.event-row + .event-row {
  border-top: 1px solid var(--soft-line);
}
.event-row:hover {
  box-shadow: inset 4px 0 0 var(--ink);
}
.meta {
  order: -1;
  align-self: auto;
  border-left: 0;
  border-bottom: 0;
  padding: 14px 18px 6px;
  background: transparent;
  color: #4c4a45;
}
.venue-name {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.artist-stack {
  padding: 10px 18px 22px;
}
.artist-line {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 8px;
}
.billing-label {
  font:
    10px "DM Mono",
    monospace;
  text-transform: uppercase;
}
.artist-line .event-info {
  min-width: 0;
}
.artist-name {
  display: inline;
  font-size: clamp(25px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.artist-style,
.artist-location {
  display: inline-block;
  margin-left: 10px;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0;
}
.artist-style {
  text-transform: lowercase;
}
.artist-separator {
  display: inline-block;
  margin-left: 8px;
  font:
    10px "DM Mono",
    monospace;
}
.artist-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.support-line {
  margin-top: 7px;
}
.support-line .artist-name,
.unresolved-billing .artist-name {
  font-size: 18px;
  letter-spacing: -0.045em;
}
.unresolved-billing .artist-name,
.unresolved-detail > span:first-child {
  font-style: italic;
}
.support-line .artist-style,
.support-line .artist-location {
  font-size: 9px;
}
.support-line .artist-actions {
  opacity: 0.82;
}
.artist-line .event-info:hover .artist-name {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .event-row {
    grid-template-columns: 1fr;
  }
  .meta {
    grid-column: 1;
  }
  .artist-stack {
    padding: 14px 12px;
  }
  .artist-line {
    position: relative;
    grid-template-columns: 30px minmax(0, 1fr);
    padding-right: 32px;
  }
  .artist-line .artist-location,
  .artist-line .artist-separator,
  .artist-actions .provider-link {
    display: none;
  }
  .artist-actions .quick-play {
    width: 22px;
    height: 22px;
    padding: 0;
    border: 1px solid var(--ink);
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
  }
  .artist-actions .quick-play::after {
    content: "▶";
    font-size: 9px;
  }
  .artist-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .artist-name {
    font-size: 30px;
  }
  .support-line .artist-name,
  .unresolved-billing .artist-name {
    font-size: 18px;
  }
}
.event-detail {
  width: min(640px, calc(100vw - 32px));
  border: 1px solid var(--ink);
  padding: 32px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--acid);
}
.event-detail::backdrop {
  background: rgba(16, 16, 16, 0.55);
}
.event-detail h2 {
  max-width: 520px;
  font-size: clamp(46px, 7vw, 80px);
  letter-spacing: -0.08em;
  line-height: 0.83;
  margin: 18px 0 24px;
}
.detail-venue {
  font:
    16px "DM Mono",
    monospace;
  margin: 0 0 28px;
}
.detail-artists {
  border-top: 1px solid var(--ink);
}
.detail-artist {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  letter-spacing: -0.04em;
}
.detail-artist > span {
  font:
    11px "DM Mono",
    monospace;
  align-self: center;
}
.detail-artist-identity {
  min-width: 0;
}
.detail-artist-name {
  display: block;
  font:
    22px "Space Grotesk",
    Arial,
    sans-serif;
  letter-spacing: -0.04em;
}
.detail-artist-meta {
  display: block;
  margin-top: 5px;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0;
}
.detail-artist-meta {
  text-transform: lowercase;
}
.detail-artist-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
  align-items: center;
}
.detail-facts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font:
    11px "DM Mono",
    monospace;
  margin: 25px 0;
}
.detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.detail-info,
.detail-tickets {
  display: inline-block;
  border: 1px solid var(--ink);
  padding: 11px 15px;
  font:
    11px "DM Mono",
    monospace;
}
.detail-info:hover,
.detail-tickets:hover {
  background: var(--ink);
  color: var(--paper);
}
.close-detail {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .listen-panel {
    inset: auto 12px calc(12px + env(safe-area-inset-bottom)) 12px !important;
    transform: none;
    width: auto;
    max-width: none;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 24px);
    grid-template-columns: minmax(0, 1fr) 34px;
    grid-template-areas: "frame close" "copy copy";
    overflow: hidden;
    box-shadow: 4px 4px 0 var(--acid);
  }
  .player-frame {
    grid-area: frame;
    width: 100%;
    height: 150px;
    min-width: 0;
    min-height: 0;
    line-height: 0;
    overflow: hidden;
  }
  .player-frame > div,
  #youtube-player {
    width: 100% !important;
    height: 150px !important;
  }
  .player-frame iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: 150px !important;
  }
  .player-copy {
    grid-area: copy;
    padding: 7px 10px 9px;
    min-width: 0;
  }
  .player-copy .eyebrow {
    display: none;
  }
  .player-copy h2 {
    margin: 0 0 2px;
    font-size: 19px;
  }
  .player-track {
    font-size: 10px;
    line-height: 1.2;
  }
  .close-player {
    grid-area: close;
    position: static;
    align-self: start;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}

/* Saved-show calendar */
.calendar-nav {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 3px;
  background: transparent;
  font:
    11px "DM Mono",
    monospace;
  text-transform: uppercase;
  cursor: pointer;
}
.calendar-nav:hover {
  border-bottom-color: var(--ink);
}
.calendar-action {
  border: 1px solid var(--ink);
  padding: 11px 15px;
  background: transparent;
  font:
    11px "DM Mono",
    monospace;
  cursor: pointer;
}
.calendar-action:hover {
  background: var(--ink);
  color: var(--paper);
}
.calendar-action:disabled {
  cursor: wait;
  opacity: 0.65;
}
.calendar-status {
  margin: 0 0 12px;
  font:
    10px "DM Mono",
    monospace;
}
.calendar-status.is-error {
  color: #a11;
}
.calendar-dialog {
  width: min(760px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  border: 1px solid var(--ink);
  padding: 30px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 9px 9px 0 var(--acid);
  overflow: auto;
}
.calendar-dialog::backdrop {
  background: rgba(16, 16, 16, 0.55);
}
.calendar-heading {
  display: flex;
  justify-content: flex-start;
  margin: 3px 0 16px;
}
.close-calendar {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
.calendar-month-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 2px;
  font:
    11px "DM Mono",
    monospace;
}
.calendar-month-controls button {
  width: 29px;
  height: 29px;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
}
.calendar-month-controls button:hover {
  background: var(--acid);
}
.calendar-month {
  min-width: 112px;
  text-align: center;
  font-weight: 400;
}
.calendar-weekdays,
.calendar-events {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar-weekdays {
  border: 1px solid var(--ink);
  border-bottom: 0;
}
.calendar-weekdays span {
  padding: 8px 6px;
  border-right: 1px solid var(--ink);
  font:
    9px "DM Mono",
    monospace;
}
.calendar-weekdays span:last-child {
  border-right: 0;
}
.calendar-events {
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.calendar-day {
  min-height: 108px;
  border-right: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  padding: 6px;
  overflow: hidden;
}
.calendar-day-empty {
  background: #eeece5;
}
.calendar-day-number {
  display: block;
  margin-bottom: 6px;
  font:
    10px "DM Mono",
    monospace;
}
.calendar-day.has-show {
  background: var(--acid);
}
.calendar-show {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin: 3px 0;
  font:
    10px/1.15 "DM Mono",
    monospace;
}
.calendar-show a {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
}
.calendar-show button {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 15px;
  line-height: 0.7;
  cursor: pointer;
}
.calendar-show button:hover {
  font-weight: 600;
}
@media (max-width: 700px) {
  .site-nav {
    gap: 10px;
  }
  .calendar-nav {
    font-size: 9px;
  }
  .calendar-dialog {
    padding: 24px 14px 16px;
  }
  .calendar-heading {
    margin-bottom: 20px;
    gap: 12px;
  }
  .calendar-month {
    min-width: 100px;
    font-size: 10px;
  }
  .calendar-weekdays span {
    padding: 7px 2px;
    font-size: 8px;
    text-align: center;
  }
  .calendar-day {
    min-height: 76px;
    padding: 4px;
  }
  .calendar-show {
    font-size: 8px;
  }
  .calendar-show button {
    display: none;
  }
  .detail-links .calendar-action {
    width: 100%;
  }
}

.date-picker {
  width: min(440px, calc(100vw - 32px));
  border: 1px solid var(--ink);
  padding: 30px;
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--acid);
}
.date-picker::backdrop {
  background: rgba(16, 16, 16, 0.55);
}
.date-picker h2 {
  font-size: 45px;
  letter-spacing: -0.07em;
  margin: 16px 0 28px;
}
.date-picker-form {
  display: grid;
  gap: 20px;
}
.date-picker-form label {
  display: grid;
  gap: 8px;
  font:
    11px "DM Mono",
    monospace;
}
.date-picker-form input {
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  padding: 10px;
  font:
    15px "DM Mono",
    monospace;
}
.date-picker-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.date-picker-actions button {
  border: 1px solid var(--ink);
  background: transparent;
  padding: 10px 13px;
  cursor: pointer;
  font:
    11px "DM Mono",
    monospace;
}
.date-picker-actions .apply-dates {
  background: var(--ink);
  color: var(--paper);
}
.close-date-picker {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
