/* A compact, owner-written update journal within the existing public shell. */
.public-updates main { max-width: 76rem; }
.updates-page { --updates-line: #344a40; --updates-muted: #bfd0c5; max-width: 68rem; margin: 0 auto; padding: 2.5rem 0; color: var(--text, #f0f6ef); }
.updates-page p { font-size: 1rem; line-height: 1.75; }
.updates-page a { text-underline-offset: .2em; }
.updates-intro { max-width: 53rem; }
.updates-intro h1 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; margin: .6rem 0 1.2rem; }
.updates-intro .updates-lead { font-size: 1.1rem; }
.updates-intro .updates-scope { padding-left: 1rem; border-left: 3px solid var(--amber, #f0bc57); color: var(--updates-muted); }
.updates-intro .updates-byline { font-size: .875rem; color: var(--updates-muted); margin: 1.3rem 0 0; }
.updates-byline span { padding: 0 .45rem; }
.updates-dates { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.75rem 0 2rem; padding-block: 1rem; border-block: 1px solid var(--updates-line); }
.updates-dates a { padding: .5rem .7rem; font-size: .875rem; border-radius: .35rem; color: var(--text, #f0f6ef); background: #162b21; text-decoration: none; }
.updates-dates a:hover { background: #254434; }
.updates-group { display: grid; grid-template-columns: minmax(0, 10rem) minmax(0, 1fr); gap: 1.5rem; margin-bottom: 2rem; scroll-margin-top: 6rem; }
.updates-group h2 { font-size: 1rem; line-height: 1.5; color: var(--updates-muted); margin: 1.15rem 0; }
.updates-notes { min-width: 0; display: grid; gap: .75rem; }
.update-note { border: 1px solid var(--updates-line); border-radius: .65rem; background: #0e2018; scroll-margin-top: 6rem; }
.update-note:target { border-color: var(--amber, #f0bc57); }
.update-note details { border: 0; margin: 0; padding: 0; background: transparent; }
.update-note summary { padding: 1.15rem 1.3rem; cursor: pointer; list-style: none; }
.update-note summary::-webkit-details-marker { display: none; }
.update-note summary > strong { display: block; font-size: 1.15rem; line-height: 1.5; margin: .65rem 0 .35rem; }
.update-meta { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; font-size: .875rem; color: var(--updates-muted); }
.update-kind { display: inline-block; padding: .2rem .5rem; border: 1px solid #766b4b; border-radius: .3rem; color: #f5d390; font-size: .875rem; font-weight: 750; }
.update-kind--new { border-color: #35765b; color: #9eebbe; }
.update-kind--fixed { border-color: #446d93; color: #b7dcff; }
.update-summary { display: block; color: var(--updates-muted); font-size: 1rem; line-height: 1.65; }
.update-toggle { display: block; color: #f5d390; font-size: .875rem; margin-top: .75rem; }
.update-less, details[open] .update-more { display: none; }
details[open] .update-less { display: inline; }
.update-body { padding: 0 1.3rem 1.25rem; }
.update-body p { margin: 0 0 1rem; }
.update-where { padding: 1rem; border-left: 2px solid #71886f; background: #172b20; color: var(--updates-muted); }
.update-where strong { display: block; color: var(--text, #f0f6ef); margin-bottom: .25rem; }
.update-body a { color: #f5d390; font-size: .875rem; }
.updates-planned { padding: 1.5rem; margin: 2.5rem 0; border: 1px dashed #817246; border-radius: .65rem; background: #242719; scroll-margin-top: 6rem; }
.updates-planned h2, .updates-signoff h2 { font-size: 1.4rem; line-height: 1.4; margin: .75rem 0; }
.updates-planned p:last-child { color: #f5d390; }
.updates-signoff { max-width: 52rem; padding-bottom: 1rem; }
.updates-guide-link { display: inline-block; margin: .85rem 0 .85rem 1rem; color: var(--updates-muted); }
.updates-page :focus-visible { outline: 3px solid #f5d390; outline-offset: 4px; }
@media (max-width: 700px) {
  .updates-page { padding-top: 1.5rem; }
  .updates-group { grid-template-columns: minmax(0, 1fr); gap: .5rem; }
  .updates-group h2 { margin: .5rem 0; }
  .update-note summary { padding: 1rem; }
  .update-body { padding: 0 1rem 1rem; }
  .updates-planned { padding: 1rem; }
  .updates-guide-link { margin-left: 0; }
}
