.content-for-layout:has(.changelog-listing),.content-for-layout:has(.changelog-article){overflow:visible!important}.changelog-listing{--timeline-line-color: rgba(var(--color-foreground), .1);--timeline-dot-size: 10px;--dot-color-feature: #6f08fb;--dot-color-improvement: #60d8e1;--dot-color-fix: #fc3f5b;--dot-color-default: rgba(var(--color-foreground), .3)}.changelog-banner{border-radius:16px;padding:4.8rem 3.6rem;margin-bottom:4rem;text-align:center;color:#fff;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.changelog-banner--gradient{background:linear-gradient(135deg,#6f08fb,#60d8e1)}.changelog-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.changelog-banner__content{position:relative;z-index:1}.changelog-banner__title{font-size:3.6rem;font-weight:800;margin:0 0 .8rem;line-height:1.15;color:#fff}.changelog-banner__subtitle{font-size:1.6rem;margin:0;opacity:.85;font-weight:400}.changelog-layout{display:block}@media screen and (min-width: 990px){.changelog-layout{display:grid;grid-template-columns:1fr 280px;gap:4.8rem}.changelog-timeline{order:-1;max-width:960px}}.changelog-timeline{position:relative}.changelog-timeline:before{content:"";position:absolute;top:0;bottom:0;left:151px;width:2px;background:var(--timeline-line-color)}.changelog-entry{display:grid;grid-template-columns:140px 24px 1fr;gap:0;padding:2.5rem 0;position:relative;text-decoration:none;color:inherit}.changelog-entry+.changelog-entry{border-top:1px solid rgba(var(--color-foreground),.06)}.changelog-entry.is-hidden{display:none}.changelog-entry__date{font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--color-foreground),.45);padding-top:.2rem;text-align:right;padding-right:2rem;line-height:1.4}.changelog-entry__dot{display:flex;align-items:flex-start;justify-content:center;padding-top:.4rem;position:relative;z-index:1}.changelog-entry__dot:before{content:"";width:var(--timeline-dot-size);height:var(--timeline-dot-size);border-radius:50%;background:rgb(var(--color-background, 255, 255, 255));border:2px solid var(--dot-color-default);flex-shrink:0;transition:border-color .2s ease,background-color .2s ease}.changelog-entry__dot:after{content:"";position:absolute;top:calc(.4rem + var(--timeline-dot-size) / 2);left:50%;transform:translate(-50%,-50%) scale(.5);width:calc(var(--timeline-dot-size) + 14px);height:calc(var(--timeline-dot-size) + 14px);border-radius:50%;background:#6f08fb1f;opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.changelog-entry:hover .changelog-entry__dot:after{animation:dotRadiate .6s ease forwards}@keyframes dotRadiate{0%{transform:translate(-50%,-50%) scale(.5);opacity:0;background:rgba(var(--color-foreground),.08)}50%{opacity:.6}to{transform:translate(-50%,-50%) scale(1.4);opacity:0;background:#6f08fb26}}.changelog-entry--feature .changelog-entry__dot:before{border-color:var(--dot-color-feature)}.changelog-entry--improvement .changelog-entry__dot:before{border-color:var(--dot-color-improvement)}.changelog-entry--fix .changelog-entry__dot:before{border-color:var(--dot-color-fix)}.changelog-entry:hover .changelog-entry__dot:before{background:var(--dot-color-feature);border-color:var(--dot-color-feature)}.changelog-entry--improvement:hover .changelog-entry__dot:before{background:var(--dot-color-improvement);border-color:var(--dot-color-improvement)}.changelog-entry--fix:hover .changelog-entry__dot:before{background:var(--dot-color-fix);border-color:var(--dot-color-fix)}.changelog-entry__content{min-width:0;padding-left:2rem}.changelog-entry__area{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.15rem;color:rgba(var(--color-foreground),.4);margin-bottom:2rem;line-height:1}.changelog-entry__title{font-size:2rem;font-weight:700;margin:0 0 .6rem;line-height:1.3}.changelog-entry__title a{color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease}.changelog-entry:hover .changelog-entry__title a{color:#6f08fb}.changelog-entry__excerpt{font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.65);margin:0 0 1rem}.changelog-tags{display:flex;flex-wrap:wrap;gap:.6rem}.changelog-tag{display:inline-block;padding:.25rem .9rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.changelog-tag--feature{background:#6f08fb1a;color:#6f08fb}.changelog-tag--improvement{background:#60d8e126;color:#3aafb8}.changelog-tag--fix{background:#fc3f5b1a;color:#e0354f}.changelog-tag--default{background:rgba(var(--color-foreground),.06);color:rgba(var(--color-foreground),.6)}.changelog-tags--inline{display:inline-flex}.changelog-status{font-size:1.3rem;color:rgba(var(--color-foreground),.45);margin-bottom:2rem}.changelog-listing .pagination-wrapper{margin-top:4rem}.changelog-filters{position:relative}.changelog-filters__inner{position:-webkit-sticky;position:sticky;top:var(--toc-sticky-top, 100px);max-height:calc(100vh - var(--toc-sticky-top, 100px));overflow:auto}.changelog-filters__group{margin-bottom:2.4rem}.changelog-filters__group-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.45);margin:0 0 1.2rem;padding-bottom:.8rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.changelog-filters__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.changelog-filter{display:flex;align-items:center;gap:1rem;padding:.6rem 0;cursor:pointer;font-size:1.4rem;color:rgba(var(--color-foreground),.75);transition:color .15s ease;-webkit-user-select:none;user-select:none}.changelog-filter:hover{color:rgb(var(--color-foreground))}.changelog-filter input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.changelog-filter__check{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;border:2px solid rgba(var(--color-foreground),.2);flex-shrink:0;transition:all .15s ease}.changelog-filter__check svg{width:10px;height:10px;opacity:0;transition:opacity .15s ease;stroke:#fff;stroke-width:3;fill:none}.changelog-filter input:checked+.changelog-filter__check{background:#6f08fb;border-color:#6f08fb}.changelog-filter input:checked+.changelog-filter__check svg{opacity:1}.changelog-filter__label{flex:1;font-weight:500}.changelog-filter__count{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.35);min-width:20px;text-align:right}@media screen and (max-width: 989px){.changelog-filters{display:none}}@media screen and (max-width: 989px){.changelog-banner{padding:3.2rem 2rem;margin-bottom:2.8rem;border-radius:12px}.changelog-banner__title{font-size:2.6rem}.changelog-timeline:before{left:11px}.changelog-entry{display:grid;grid-template-columns:24px 1fr;gap:0 .8rem;padding:2rem 0}.changelog-entry__date{grid-column:2;grid-row:1;text-align:left;padding-right:0;margin-bottom:1rem;font-size:1.2rem}.changelog-entry__date br{display:none}.changelog-entry__dot{grid-column:1;grid-row:1 / 3}.changelog-entry__content{grid-column:2;grid-row:2;padding-left:0}.changelog-entry__area{margin-bottom:1rem}}.changelog-article{--sidebar-width: 200px;--content-gap: 4rem;--content-max-width: 640px}.changelog-article__layout{display:block}@media screen and (min-width: 990px){.changelog-article__layout{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,var(--content-max-width)) var(--sidebar-width);gap:var(--content-gap);justify-content:center}}.changelog-article__sidebar-left,.changelog-article__sidebar-right{display:none}@media screen and (min-width: 990px){.changelog-article__sidebar-left,.changelog-article__sidebar-right{display:block}.changelog-article__sidebar-inner{position:sticky;top:var(--toc-sticky-top, 100px)}}.changelog-article .changelog-banner{margin-bottom:3.6rem}.changelog-article__meta{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem;flex-wrap:wrap}.changelog-article__date{font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.5)}.changelog-article__back-link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.5);text-decoration:none;transition:color .2s ease}.changelog-article__back-link:hover{color:#6f08fb}.changelog-article__back-link svg{width:14px;height:14px;transition:transform .2s ease}.changelog-article__back-link:hover svg{transform:translate(-3px)}.changelog-article__main{min-width:0}.changelog-article__area{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.4);margin-bottom:.8rem}.changelog-article__title{font-size:3.2rem;font-weight:800;line-height:1.15;margin:0 0 2.4rem}.changelog-article__content{margin-bottom:3.2rem}.changelog-article__content h3{font-size:1.4rem;font-weight:700;margin:0;padding:.5rem 1rem;background:#6f08fb0f;border-radius:6px;line-height:1.3;letter-spacing:0;width:fit-content}.changelog-article__content h3:first-child{margin-top:0}.changelog-article__content h3+p{margin-top:0;padding:1.6rem 0 1.4rem 1rem;border-left:1px solid rgba(111,8,251,.12);margin-left:0;font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.65)}.changelog-article__content h3+p:last-child,.changelog-article__content h3:last-child{padding-bottom:0;border-left:none}.changelog-article__nav{display:flex;justify-content:space-between;list-style:none;padding:3.2rem 0 0;margin:0;border-top:1px solid rgba(var(--color-foreground),.08)}.changelog-article__nav li{max-width:45%}.changelog-article__nav a{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:rgba(var(--color-foreground),.6);font-size:1.4rem;font-weight:600;transition:color .2s ease}.changelog-article__nav a:hover{color:#6f08fb}.changelog-article__nav svg{width:16px;height:16px;flex-shrink:0}.changelog-article__nav .navigation__previous svg{transform:rotate(180deg)}.changelog-article__sidebar-tags{margin-bottom:2.4rem}.changelog-article__sidebar-label{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.4);margin:0 0 1rem}.changelog-article__recent{margin-top:2.4rem}.changelog-article__recent-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.changelog-article__recent-item{padding:1.2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06)}.changelog-article__recent-item:first-child{padding-top:0}.changelog-article__recent-link{text-decoration:none;display:block;transition:transform .15s ease}.changelog-article__recent-link:hover{transform:translate(4px)}.changelog-article__recent-date{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--color-foreground),.4);margin-bottom:.3rem}.changelog-article__recent-title{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.35;transition:color .15s ease}.changelog-article__recent-link:hover .changelog-article__recent-title{color:#6f08fb}.changelog-article__mobile-back{display:block;margin-top:2.4rem;text-align:center}@media screen and (min-width: 990px){.changelog-article__mobile-back{display:none}}@media screen and (max-width: 989px){.changelog-article__title{font-size:2.4rem}.changelog-article__area{margin-bottom:.6rem}}.changelog-cta{margin-top:3.6rem;padding:2rem;border-radius:12px;background:#6f08fb0f;border:1px solid rgba(111,8,251,.15)}.changelog-cta__heading{font-size:1.5rem;font-weight:700;margin:0 0 .6rem;color:rgb(var(--color-base-text))}.changelog-cta__text{font-size:1.3rem;line-height:1.5;margin:0 0 1.4rem;color:rgba(var(--color-base-text),.7)}.changelog-cta__button{display:inline-block;padding:.8rem 1.6rem;font-size:1.3rem;font-weight:600;color:#fff;background:#6f08fb;border-radius:8px;text-decoration:none;transition:background .2s ease}.changelog-cta__button:hover{background:#5a06d0}@media screen and (max-width: 989px){.changelog-cta{margin-top:0;margin-bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-changelog.css.map */
