.changelog-page { background: #fff; color: #0f0e17; }
.changelog-hero .sub-title { color: #fff; }
.changelog-hero__stats { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 48px; max-width: 980px; margin: 38px auto 0; color: #fff; }.changelog-hero__stat { display: grid; gap: 4px; text-align: center; }.changelog-hero__value { font-size: clamp(3.2rem, 7vw, 4.6rem); font-weight: 500; font-variant-numeric: tabular-nums; line-height: 1; }.changelog-hero__stat > span:last-child { font-size: clamp(1.05rem, 2.5vw, 1.45rem); line-height: 1.25; }.changelog-hero__current-versions { align-content: center; font-size: clamp(1rem, 2.4vw, 1.2rem); line-height: 1.3; }.changelog-hero__current-versions-title { margin-bottom: 7px; font-size: clamp(1.25rem, 2.8vw, 1.6rem); font-weight: 500; }.changelog-hero__stat.changelog-hero__current-versions .changelog-hero__current-version { font-size: inherit; }.changelog-hero__current-version strong { display: inline-block; min-width: 10ch; font-size: inherit; font-variant-numeric: tabular-nums; text-align: left; }
.changelog-content { padding: 54px 0 90px; scroll-margin-top: 78px; }
.changelog-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 36px; max-width: 1030px; align-items: start; }
.changelog-sidebar { position: sticky; top: 88px; padding: 20px; border: 1px solid #262729; border-radius: 7px; background: #fff; }
.changelog-sidebar p { margin: 0 0 12px; color: #626875; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.changelog-versions { display: grid; gap: 4px; }
.changelog-versions a { display: block; padding: 10px 11px; border-radius: 4px; color: #222; font-size: 14px; font-weight: 500; text-decoration: none; transition: .15s; }
.changelog-versions a:hover, .changelog-versions a.is-active { color: #fff; background: #00befe; }
.changelog-versions__more { margin-top: 5px; }.changelog-versions__more summary { display: flex; align-items: center; justify-content: space-between; padding: 10px 11px; border-radius: 4px; color: #222; font-size: 14px; font-weight: 500; cursor: pointer; list-style: none; }.changelog-versions__more summary::-webkit-details-marker { display: none; }.changelog-versions__more summary:hover { background: #00befe; color: #fff; }.changelog-versions__more summary i { font-size: 11px; transition: transform .2s ease; }.changelog-versions__more[open] summary i { transform: rotate(180deg); }.changelog-versions__more > div { display: grid; gap: 4px; margin-top: 4px; }
.changelog-materials { display: grid; gap: 10px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #e2e6eb; }.changelog-materials p { margin: 0 0 2px; color: #626875; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.changelog-materials a { color: #00befe; font-size: 14px; font-weight: 400; line-height: 1.4; text-decoration: none; }.changelog-materials a:hover { color: #00a6df; text-decoration: underline; }
.changelog-document { padding: 34px 40px; border: 1px solid #262729; border-radius: 7px; background: #fff; }
.changelog-document__head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 21px; border-bottom: 1px solid #e7e7e7; color: #626875; font-size: 14px; }
.changelog-document__head strong { color: #0f0e17; }
.changelog-release { padding: 0 0 30px; }
.changelog-release:last-child { padding-bottom: 0; }
.changelog-release + .changelog-release { padding-top: 26px; border-top: 1px solid #e7e7e7; }
.changelog-release h2 { position: relative; margin: 0 0 20px; color: #0f0e17; text-align: left; font-size: 22px; line-height: 1.35; }
.changelog-anchor { position: absolute; top: 50%; right: 100%; margin-right: 7px; color: #8e9793; font-size: .8em; font-weight: 400; line-height: 1; opacity: 0; text-decoration: none; transform: translateY(-50%); transition: opacity .15s ease, color .15s ease; }.changelog-release h2:hover .changelog-anchor, .changelog-anchor:focus { opacity: 1; }.changelog-anchor:hover { color: #00befe; text-decoration: none; }.changelog-release:target h2 { color: #008fc1; }.changelog-release { scroll-margin-top: 88px; }
.changelog-release__date { margin-left: 8px; color: #85888c; font-size: .78em; font-weight: 400; white-space: nowrap; }
.changelog-category { width: fit-content; margin: 19px 0 9px; padding: 5px 9px 5px 7px; border-left: 3px solid currentColor; border-radius: 3px; background: #f3f4f5; color: #626875; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: left; }
.changelog-category--added { background: #edf8f0; color: #398557; }.changelog-category--changed { background: #fff7e6; color: #a07517; }.changelog-category--fixed { background: #fff0ef; color: #bd5c54; }
.changelog-list { position: relative; display: block; margin: 0 0 8px; padding-left: 18px; color: #414049; font-size: 15px; line-height: 1.55; }.changelog-list::before { position: absolute; top: .72em; left: 3px; width: 5px; height: 5px; border-radius: 50%; background: #8e9793; content: ''; }.changelog-list code { padding: 1px 5px; border-radius: 4px; background: #f1efea; color: #35333b; }
.changelog-empty { margin: 0; color: #626875; }
@media (max-width: 760px) { .changelog-hero__stats { grid-template-columns: 1fr; gap: 28px; }.changelog-content { padding: 30px 0 60px; }.changelog-layout { grid-template-columns: 1fr; gap: 20px; }.changelog-sidebar { position: static; padding: 14px; }.changelog-versions { grid-template-columns: repeat(2, minmax(0, 1fr)); }.changelog-document { padding: 25px 20px; }.changelog-document__head { display: grid; }.changelog-release h2 { font-size: 19px; } }
