* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
select,
input,
a {
  font: inherit;
}

button,
select,
input {
  border: 0;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.poster-frame {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #20242b, #59616c);
  color: #fff;
}

.poster-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-empty::after {
  position: absolute;
  inset: 14px;
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
  content: attr(data-title);
  font-size: clamp(0.75rem, 2vw, 1rem);
  font-weight: 800;
  line-height: 1.15;
}

.date-pill,
.time-chip,
.control {
  min-height: 40px;
  border-radius: 8px;
}

.date-pill {
  padding: 0.65rem 0.9rem;
  white-space: nowrap;
}

.time-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 86px;
  padding: 0.55rem 0.75rem;
  font-weight: 800;
}

.time-chip span {
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.72;
}

.time-chip.is-compact {
  min-width: auto;
  padding: 0.45rem 0.6rem;
}

.metric {
  display: grid;
  gap: 0.25rem;
}

.metric strong {
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  line-height: 1;
}

.metric span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
