.changelog-page{min-height:100dvh;background:var(--main-background);color:var(--text)}.changelog-hero{padding:calc(80px + 2.5rem) 1.25rem 2rem;max-width:800px;margin:0 auto}.changelog-hero-eyebrow{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-blue);background:var(--blue-light);padding:.35rem .85rem;border-radius:99px;margin-bottom:1rem;border:1px solid var(--blue-pale)}.changelog-hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--text);margin:0 0 .75rem}.changelog-hero-desc{font-size:1rem;color:var(--sub-text);line-height:1.6;margin:0}.changelog-list{max-width:800px;margin:0 auto;padding:0 1.25rem 4rem;display:flex;flex-direction:column;gap:1rem}.changelog-card{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 1.25rem;border-radius:16px;background:var(--gray1);text-decoration:none;color:inherit;transition:background .15s ease,box-shadow .15s ease;border:1px solid var(--gray2)}.changelog-card:hover{background:var(--gray2)}.changelog-card-emoji{font-size:2rem;flex-shrink:0;line-height:1}.changelog-card-body{flex:1;min-width:0}.changelog-card-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.changelog-card-version{font-size:1rem;font-weight:700;color:var(--text)}.changelog-card-type-badge{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.15em .5em;border-radius:6px;background:var(--gray2);color:var(--sub-text)}.changelog-card-type-badge.minor{background:color-mix(in srgb,var(--blue-blue) 12%,transparent);color:var(--blue-blue)}.changelog-card-date{font-size:.8rem;color:var(--gray4);margin-left:auto}.changelog-card-preview{display:inline-block;max-width:100%;font-size:.78rem;font-weight:500;color:var(--sub-text);background:var(--gray2);border-radius:999px;padding:.2em .75em;margin-top:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.changelog-card-arrow{color:var(--gray3);flex-shrink:0;font-size:1.1rem}.changelog-empty{max-width:800px;margin:4rem auto;text-align:center;color:var(--sub-text);padding:0 1.25rem}