.changelog-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.changelog-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background:rgb(var(--color-surface-1));border:1px solid rgb(var(--color-surface-2));border-radius:.75rem}.stat-item{text-align:center}.stat-value{display:block;font-size:1.75rem;font-weight:700;color:rgb(var(--color-primary));line-height:1.2}.stat-label{font-size:.75rem;color:rgb(var(--color-text-3));text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.changelog-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-surface-2))}.filter-pill{padding:.375rem .875rem;background:rgb(var(--color-surface-1));border:1px solid rgb(var(--color-surface-2));border-radius:9999px;color:rgb(var(--color-text-2));font-size:.8125rem;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.filter-pill:hover{border-color:rgb(var(--color-surface-3));color:rgb(var(--color-text-1))}.filter-pill.active{background:rgb(var(--color-primary) / .15);border-color:rgb(var(--color-primary) / .4);color:rgb(var(--color-primary))}.filter-pill .pill-count{margin-left:.375rem;font-size:.6875rem;opacity:.6}.changelog-timeline{position:relative;padding-left:2rem}.changelog-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:rgb(var(--color-surface-2))}.release-card{position:relative;margin-bottom:2.5rem}.release-card:before{content:"";position:absolute;left:-1.625rem;top:1.125rem;width:10px;height:10px;border-radius:50%;background:rgb(var(--color-primary));border:2px solid rgb(var(--color-background));z-index:1}.release-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:.75rem}.release-version{display:inline-flex;align-items:center;padding:.25rem .625rem;background:rgb(var(--color-primary) / .12);color:rgb(var(--color-primary));border-radius:.375rem;font-size:.75rem;font-weight:600;font-family:SF Mono,Fira Code,monospace;letter-spacing:.02em}.release-title{font-size:1.375rem;font-weight:700;color:rgb(var(--color-text-1));line-height:1.3}.release-date{font-size:.8125rem;color:rgb(var(--color-text-3))}.release-summary{color:rgb(var(--color-text-2));font-size:.9375rem;line-height:1.6;margin-bottom:1rem}.feature-list{display:flex;flex-direction:column;gap:.75rem}.feature-item{padding:.875rem 1rem;background:rgb(var(--color-surface-1));border:1px solid rgb(var(--color-surface-2));border-radius:.5rem;transition:border-color .15s ease}.feature-item:hover{border-color:rgb(var(--color-surface-3))}.feature-item.hidden{display:none}.feature-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.375rem}.feature-title{font-size:.9375rem;font-weight:600;color:rgb(var(--color-text-1))}.feature-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:500;letter-spacing:.02em}.feature-badge.size-major{background:rgb(var(--color-primary) / .12);color:rgb(var(--color-primary))}.feature-badge.size-medium{background:rgb(var(--color-surface-2));color:rgb(var(--color-text-2))}.feature-badge.size-small{background:rgb(var(--color-surface-2));color:rgb(var(--color-text-3))}.feature-category{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:500;background:rgb(var(--color-surface-2));color:rgb(var(--color-text-2))}.feature-category-dot{width:6px;height:6px;border-radius:50%}.feature-description{color:rgb(var(--color-text-2));font-size:.8125rem;line-height:1.5}.changelog-page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-surface-2))}.changelog-page-title{font-size:2rem;font-weight:700;color:rgb(var(--color-text-1));margin-bottom:.5rem}.changelog-page-subtitle{font-size:1rem;color:rgb(var(--color-text-2));line-height:1.5}.updates-page .changelog-container{max-width:800px;padding-top:3rem}.updates-page .updates-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.updates-page .updates-nav a{color:rgb(var(--color-primary));text-decoration:none;font-size:.875rem}.updates-page .updates-nav a:hover{text-decoration:underline}.updates-page .updates-logo{font-size:1.125rem;font-weight:700;color:rgb(var(--color-text-1))}.updates-page .changelog-page-title{font-size:2.5rem;text-align:center;margin-bottom:.75rem}.updates-page .changelog-page-subtitle{text-align:center;max-width:600px;margin:0 auto 2.5rem}.updates-page .release-card:before{width:12px;height:12px;left:-1.6875rem}.updates-page .feature-item{padding:1rem 1.25rem}.updates-page .feature-title{font-size:1rem}.updates-cta{text-align:center;padding:3rem 1.5rem;margin-top:2rem;border-top:1px solid rgb(var(--color-surface-2))}.updates-cta h2{font-size:1.5rem;font-weight:700;color:rgb(var(--color-text-1));margin-bottom:.75rem}.updates-cta p{color:rgb(var(--color-text-2));margin-bottom:1.5rem;font-size:1rem}.updates-cta .cta-button{display:inline-block;padding:.75rem 2rem;background:rgb(var(--color-primary));color:#fff;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;transition:opacity .15s ease}.updates-cta .cta-button:hover{opacity:.9}@media(max-width:640px){.changelog-container{padding:1rem 1rem 3rem}.changelog-stats{grid-template-columns:repeat(2,1fr);padding:1rem}.stat-value{font-size:1.375rem}.changelog-timeline{padding-left:1.5rem}.release-title{font-size:1.125rem}.release-header{flex-direction:column;gap:.375rem}.updates-page .changelog-page-title{font-size:1.75rem}}
