.notes-page { min-height: 100svh; display: flex; flex-direction: column; background: radial-gradient(ellipse at 85% 0%, #24343c 0%, #111b20 65%); }
.notes-shell { width: min(100% - 3rem, 64rem); margin-inline: auto; }
.notes-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.25rem; border-bottom: 1px solid #4b4d45; }
.notes-brand { display: block; width: min(52vw, 15rem); }
.notes-brand img { display: block; width: 100%; height: auto; }
.quiet-link { color: #cbbb9f; font-size: .875rem; line-height: 1.6; padding-block: .75rem; }
.notes-main { flex: 1; padding-block: clamp(2.5rem, 7vw, 5rem); }
.notes-kicker { color: #cdb485; font: .75rem/1.6 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 1rem; }
.notes-main h1 { color: #efd5a3; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.1; font-weight: 400; letter-spacing: -.035em; margin: 0; }
.notes-lead { max-width: 38rem; font-size: 1.125rem; line-height: 1.8; color: #c9c4b8; margin: 1.4rem 0 0; }
.build-section { margin-top: 3.5rem; }
.section-heading { display: flex; gap: 1rem; justify-content: space-between; align-items: baseline; padding-bottom: 1rem; border-bottom: 1px solid #4b4d45; }
.section-heading h2 { font-size: 1.25rem; letter-spacing: 0; }
.section-heading span { font: .875rem/1.6 Arial, sans-serif; color: #b9b4a9; }
.build-list { list-style: none; padding: 0; margin: 0; }
.build-link { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1.8rem 1.25rem; text-decoration: none; border-bottom: 1px solid #354047; background: #18262c; transition: background .15s ease; }
.build-link:hover { background: #22333a; }
.build-title { display: block; color: #eddec4; font-size: 1.6rem; line-height: 1.4; }
.build-title small { font-size: 1rem; color: #cbbb9f; white-space: nowrap; }
.build-caption { display: block; margin-top: .6rem; color: #b9b4a9; font: .875rem/1.6 Arial, sans-serif; }
.build-arrow { font-size: 1.5rem; color: #cdb485; }
.notes-breadcrumb { display: inline-block; margin-bottom: 2rem; }
.build-number { color: #cbbb9f; font-size: 1.25rem; margin: .8rem 0 0; }
.release-body { margin-top: 3rem; border-top: 1px solid #4b4d45; padding-top: 2rem; max-width: 46rem; }
.release-body h2 { font-size: 1.5rem; letter-spacing: 0; }
.release-body p, .release-body li { font-size: 1.0625rem; line-height: 1.85; color: #c9c4b8; }
.release-section { margin-top: 2.75rem; }
.release-body h3 { font-size: 1.35rem; font-weight: 400; color: #efd5a3; margin: 0 0 1rem; line-height: 1.4; }
.release-body ul { padding-left: 1.3rem; }
.release-body li { padding-left: .35rem; margin-bottom: .7rem; }
.release-body li::marker { color: #b49a6b; }
.release-body strong { color: #eddec4; }
.testing-note { margin-top: 3rem; padding: 1.5rem; background: #1b2b32; border: 1px solid #415157; border-left: 3px solid #b49a6b; }
.testing-note p:last-child { margin-bottom: 0; }
.release-body .validation-note { color: #dac9a8; font-size: 1rem; padding-top: 1rem; border-top: 1px solid #415157; }
.pending-note { border-left: 2px solid #b49a6b; padding: .25rem 0 .25rem 1.5rem; }
.pending-note p { margin: .65rem 0 0; }
.notes-page footer { margin-inline: auto; width: min(100% - 3rem, 64rem); text-align: left; }
@media (max-width: 480px) {
  .notes-shell, .notes-page footer { width: calc(100% - 2.5rem); }
  .notes-header { gap: 1rem; padding-block: .75rem; }
  .build-link { padding: 1.5rem 1rem; }
  .build-title small { display: block; margin-top: .3rem; }
  .build-section { margin-top: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) { .build-link { transition: none; } }
