.bz-photo-history .bz-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.bz-photo-history { max-width: 1120px; margin: 0 auto; }
.bz-photo-history__heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 0 0 16px; }
.bz-photo-history__heading h1 { flex: 1; min-width: 0; font-size: clamp(30px, 4vw, 56px); font-style: italic; line-height: 1; margin: 0; overflow-wrap: anywhere; }
.bz-photo-history__heading h1 a { display: block; color: inherit; text-decoration: none; }
.bz-photo-history__heading h1 a:hover { color: var(--bz-accent-strong); }
.bz-photo-history__heading h1 a:focus-visible { outline: 2px solid var(--bz-focus); outline-offset: 4px; }
.bz-photo-history__heading .bz-photo-history__back { flex: none; min-height: 44px; }
.bz-photo-viewer { background: var(--bz-surface-1); border: 1px solid var(--bz-border); }
.bz-photo-viewer__toolbar { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--bz-border); }
.bz-photo-modes { display: flex; gap: 4px; }
.bz-photo-modes button { min-height: 44px; }
.bz-photo-modes [aria-pressed="true"] { color: var(--bz-text); background: var(--bz-accent-bg); box-shadow: inset 3px 0 0 var(--bz-accent); border-color: var(--bz-accent-dim); }
.bz-photo-viewer__appearance { font-size: 13px; color: var(--bz-text-dim); }
.bz-photo-viewer__limit { margin: 0; padding: 12px 16px; font-size: 14px; color: var(--bz-text-dim); background: var(--bz-surface-2); border-bottom: 1px solid var(--bz-border); border-left: 3px solid var(--bz-focus); }
.bz-photo-viewer__stage[data-waiting="true"] .bz-photo-viewer__loading { position: static; max-width: 80%; text-align: center; }
.bz-photo-viewer__retry { margin: 0 24px 20px; }
.bz-photo-viewer [hidden] { display: none !important; }
.bz-photo-viewer__stage { position: relative; background: var(--bz-bg); height: min(56vh, 600px); min-height: 280px; display: grid; place-items: center; overflow: hidden; }
.bz-photo-viewer__stage > img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.bz-photo-viewer__loading { position: absolute; bottom: 16px; background: var(--bz-surface-2); color: var(--bz-text); padding: 8px 16px; border: 1px solid var(--bz-border-strong); }
.bz-photo-viewer__caption { display: flex; align-items: center; gap: 24px; padding: 18px 24px; border-bottom: 1px solid var(--bz-border); }
.bz-photo-viewer__caption > div { flex: 1; }
.bz-photo-viewer__caption .bz-eyebrow { margin: 0 0 5px; }
.bz-photo-viewer__caption time { font: 20px var(--bz-font-mono); }
.bz-photo-viewer__controls { display: flex; align-items: center; gap: 22px; padding: 20px 24px 12px; }
.bz-photo-viewer__controls .bz-btn { min-width: 90px; min-height: 44px; }
.bz-photo-viewer__controls button:disabled { opacity: .35; cursor: default; }
.bz-photo-viewer__timeline { flex: 1; min-width: 0; }
.bz-photo-viewer__timeline input { display: block; width: 100%; height: 44px; margin: 0; appearance: none; background: transparent; cursor: ew-resize; }
.bz-photo-viewer__timeline input:focus-visible { outline: 2px solid var(--bz-focus); outline-offset: 3px; }
.bz-photo-viewer__years { display: flex; justify-content: space-between; gap: 8px; color: var(--bz-text-muted); font: 11px var(--bz-font-mono); }
.bz-photo-viewer__years span:nth-child(2) { font-family: var(--bz-font-ui); }
.bz-photo-viewer__entries { display: flex; overflow-x: auto; gap: 8px; padding: 20px 24px 12px; scrollbar-width: thin; }
.bz-photo-entry { flex: 0 0 128px; display: flex; flex-direction: column; gap: 8px; padding: 12px; border: 1px solid var(--bz-border); color: var(--bz-text-dim); text-decoration: none; min-height: 72px; }
.bz-photo-entry > span { color: var(--bz-text-muted); font-size: 11px; }
.bz-photo-entry time { font: 12px var(--bz-font-mono); }
.bz-photo-entry:hover { border-color: var(--bz-accent); color: var(--bz-text); }
.bz-photo-entry[aria-current="true"] { background: linear-gradient(90deg,var(--bz-accent-bg),var(--bz-surface-2)); color: var(--bz-text); border-color: var(--bz-accent-dim); box-shadow: inset 3px 0 0 var(--bz-accent); clip-path: polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%); }
.bz-photo-viewer__note { color: var(--bz-text-muted); font-size: 13px; margin: 8px 24px 20px; min-height: 20px; }
@media (max-width: 767px) {
  .bz-photo-viewer__toolbar { flex-wrap: wrap; gap: 8px; padding: 10px 12px; }
  .bz-photo-viewer__appearance { flex: 1; min-width: 80px; text-align: right; font-size: 12px; }
  .bz-photo-history__heading { gap: 12px; margin-bottom: 12px; }
  .bz-photo-history__back { width: 44px; padding: 10px; }
  .bz-photo-history__back span { display: none; }
  .bz-photo-viewer__stage { height: 43vh; min-height: 230px; }
  .bz-photo-viewer__caption { flex-wrap: wrap; gap: 12px; padding: 16px; }
  .bz-photo-viewer__caption time { font-size: 17px; }
  .bz-photo-viewer__caption > a { flex-basis: 100%; justify-content: center; }
  .bz-photo-viewer__controls { gap: 10px; padding: 10px 12px; }
  .bz-photo-viewer__controls .bz-btn { min-width: 44px; padding: 10px; }
  .bz-photo-viewer__controls .bz-btn span, .bz-photo-viewer__years span:nth-child(2) { display: none; }
  .bz-photo-viewer__entries { padding: 12px; }
  .bz-photo-viewer__note { margin: 8px 16px 16px; }
}

.bz-photo-viewer__timeline input::-webkit-slider-runnable-track { height: 5px; background: var(--bz-border-strong); }
.bz-photo-viewer__timeline input::-webkit-slider-thumb { appearance: none; width: 18px; height: 26px; margin-top: -10px; background: var(--bz-accent); border: 2px solid var(--bz-accent-strong); border-radius: 3px; }
.bz-photo-viewer__timeline input::-moz-range-track { height: 5px; background: var(--bz-border-strong); }
.bz-photo-viewer__timeline input::-moz-range-thumb { width: 16px; height: 24px; background: var(--bz-accent); border: 2px solid var(--bz-accent-strong); border-radius: 3px; }
