/* ============================================================
   source layer: updates-database-20260523.css
   ============================================================ */
/* ---------- Updates: OS DATABASE inspired layout ---------- */
body.updates-page {
  background: var(--bg);
}

.updates-page .update-hero {
  padding: 92px 0 46px;
  text-align: center;
}

.updates-page .update-hero .container {
  max-width: 760px;
}

.updates-page .timeline-hero__sub {
  margin: 0 0 8px;
  font-family: var(--f-heading);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.updates-page .timeline-hero__title {
  margin: 0;
  max-width: none;
  font-family: var(--f-heading);
  font-size: clamp(72px, 15vw, 152px);
  line-height: 0.95;
  letter-spacing: 0;
  color: var(--text);
}

.updates-page .timeline-hero__lead {
  margin: 16px auto 0;
  max-width: 640px;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.9;
}

.update-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.update-hero__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: var(--f-heading);
  font-size: 18px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.16s var(--ease), border-color 0.16s var(--ease), color 0.16s var(--ease);
}

.update-hero__actions a:hover,
.update-hero__actions a:focus-visible {
  background: var(--text);
  border-color: var(--text);
  color: var(--bg);
}

.updates-page .update-section {
  padding-top: 20px;
  background: var(--bg);
}

.updates-page .update-section .container {
  max-width: 1040px;
}

.updates-page .updates-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 34px;
  border: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: transparent;
}

.updates-page .updates-summary__item {
  min-height: 0;
  padding: 16px 18px;
  border-right: 1px solid var(--color-border-subtle);
  background: var(--bg);
}

.updates-page .updates-summary__item:nth-child(3),
.updates-page .updates-summary__item--wide {
  border-right: 0;
}

.updates-page .updates-summary__item--wide {
  grid-column: 1 / -1;
  border-top: 1px solid var(--color-border-subtle);
}

.updates-page .updates-summary__item span {
  margin-bottom: 7px;
  color: var(--text-muted);
  font-family: var(--f-heading);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.updates-page .updates-summary__item strong {
  color: var(--text);
  font-family: var(--f-en);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.updates-page .updates-summary__item p {
  max-width: 760px;
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.8;
}

.updates-page .update-timeline {
  display: grid;
  gap: 0;
  padding-bottom: 72px;
}

.updates-page .update-timeline::before {
  display: none;
}

.updates-page .update-day {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 12px;
  min-width: 0;
  padding: 0 0 30px;
}

.reveal-ready .updates-page .update-day[data-reveal],
.reveal-ready body.updates-page .update-day[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.updates-page .update-day::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -30px;
  left: 8px;
  z-index: 1;
  width: 1px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: var(--text);
  box-shadow: none;
  transform: none;
}

.updates-page .update-day::after {
  content: "";
  position: absolute;
  top: 29px;
  left: 8px;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--text);
  box-shadow: 0 0 0 8px var(--bg);
  transform: translateX(-50%);
}

.updates-page .update-day:last-child::before {
  bottom: 0;
}

.updates-page .update-day__date,
.updates-page .update-day__items {
  grid-column: 2;
}

.updates-page .update-day__date {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  min-width: 0;
  padding: 0 0 8px;
  text-align: left;
}

.updates-page .update-day__date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -21px;
  right: 0;
  height: 1px;
  background: var(--color-border-subtle);
}

.updates-page .update-day__date time {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: var(--text);
  background: var(--bg);
  padding-right: 3px;
  font-family: var(--f-en);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.updates-page .update-day__date span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 0;
  border: 1px solid var(--border);
  background: var(--bg);
  padding: 3px 7px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.updates-page .update-day__items {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 860px;
  padding-top: 9px;
}

.updates-page .update-entry {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 13px 0 15px;
  border: 0;
  border-bottom: 1px solid var(--color-border-subtle);
  background: var(--bg);
}

.updates-page .update-entry:last-child {
  border-bottom: 0;
}

.updates-page .update-entry__type {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  margin: 0;
  border: 1px solid var(--border);
  padding: 3px 7px;
  color: var(--text-muted);
  font-family: var(--f-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.updates-page .update-entry h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--f-jp);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.updates-page .update-entry p {
  margin: 0;
  max-width: 780px;
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.75;
}

.updates-page .update-entry__links {
  gap: 10px;
  margin-top: 3px;
}

.updates-page .update-entry__links a {
  width: fit-content;
  color: var(--text);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
  border-bottom: 1px solid currentColor;
}

.updates-page .update-entry__links a:hover,
.updates-page .update-entry__links a:focus-visible {
  color: var(--accent);
}

.updates-page .update-entry__media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.updates-page .update-entry__shot {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--color-border-subtle);
}

.updates-page .update-entry__shot img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--color-bg-elevated);
}

.updates-page .update-entry__shot figcaption {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.5;
}

.updates-page .update-noscript {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.75;
}

:root[data-theme="dark"] .updates-page .updates-summary__item,
:root[data-theme="dark"] .updates-page .update-entry,
:root[data-theme="dark"] .updates-page .update-day__date time,
:root[data-theme="dark"] .updates-page .update-day__date span,
body.dark.updates-page .updates-summary__item,
body.dark.updates-page .update-entry,
body.dark.updates-page .update-day__date time,
body.dark.updates-page .update-day__date span {
  background: var(--bg);
}

@media (max-width: 760px) {
  .updates-page .update-hero {
    padding-top: 72px;
  }

  .update-hero__actions a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .updates-page .updates-summary {
    grid-template-columns: 1fr;
  }

  .updates-page .updates-summary__item,
  .updates-page .updates-summary__item:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--color-border-subtle);
  }

  .updates-page .updates-summary__item--wide {
    border-top: 0;
    border-bottom: 0;
  }

  .updates-page .update-day {
    grid-template-columns: 14px minmax(0, 1fr);
    column-gap: 9px;
    padding: 0 0 26px;
  }

  .updates-page .update-day::before {
    left: 6px;
    bottom: -26px;
  }

  .updates-page .update-day::after {
    top: 26px;
    left: 6px;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 7px var(--bg);
  }

  .updates-page .update-day__date {
    gap: 4px 8px;
    padding-bottom: 7px;
  }

  .updates-page .update-day__date::before {
    left: -16px;
  }

  .updates-page .update-day__date time {
    font-size: 15px;
    padding-right: 2px;
  }

  .updates-page .update-day__items {
    padding-top: 8px;
  }

  .updates-page .update-entry {
    padding: 12px 0 14px;
  }

  .updates-page .update-entry h2 {
    font-size: 18px;
  }

  .updates-page .update-entry p {
    font-size: 12.5px;
    line-height: 1.7;
  }
}

