.changelog-root main{max-width:800px;margin:0 auto;padding:72px 24px 96px}.changelog-root .cl-head{margin-bottom:30px}.changelog-root .cl-title{letter-spacing:-.025em;color:var(--text-primary);max-width:none;margin:0 0 12px;font-size:clamp(30px,4vw,42px);font-weight:700;line-height:1.08}.changelog-root .cl-intro{color:var(--text-secondary);margin:0;font-size:17px;line-height:1.55}.changelog-root .cl-filters{flex-wrap:wrap;gap:8px;margin-bottom:34px;display:flex}.changelog-root .cl-pill{border:1px solid var(--border-default);background:var(--surface);height:34px;color:var(--text-secondary);cursor:pointer;transition:background-color .16s var(--lp-ease-out), border-color .16s var(--lp-ease-out), color .16s var(--lp-ease-out), transform .12s var(--lp-ease-out);border-radius:999px;padding:0 16px;font-size:13px;font-weight:600}@media (hover:hover) and (pointer:fine){.changelog-root .cl-pill:hover{border-color:var(--border-strong);color:var(--text-primary)}}.changelog-root .cl-pill:active{transform:scale(.97)}.changelog-root .cl-pill[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff}.changelog-root .cl-pill:focus-visible{outline:2px solid var(--lp-pop);outline-offset:2px}.changelog-root .cl-timeline{margin:0;padding:0;list-style:none;position:relative}.changelog-root .cl-timeline:before{content:"";border-left:2px dotted var(--border-strong);position:absolute;top:7px;bottom:10px;left:5px}.changelog-root .cl-entry{opacity:0;animation:cl-in .46s var(--lp-ease-out) forwards;animation-delay:calc(var(--i,0) * 55ms);grid-template-columns:12px 1fr;column-gap:22px;padding-bottom:30px;display:grid;position:relative;transform:translateY(8px)}.changelog-root .cl-entry:last-child{padding-bottom:0}.changelog-root .cl-dot{background:var(--text-tertiary);width:11px;height:11px;box-shadow:0 0 0 4px var(--surface);z-index:1;border-radius:999px;margin-top:3px}.changelog-root .cl-dot[data-type=feature]{background:var(--info)}.changelog-root .cl-dot[data-type=fix]{background:var(--danger)}.changelog-root .cl-dot[data-type=improvement]{background:var(--success)}.changelog-root .cl-entry-head{align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.changelog-root .cl-entry-head time{color:var(--text-tertiary);font-weight:500}.changelog-root .cl-entry-dot{color:var(--border-strong)}.changelog-root .cl-entry-type{color:var(--text-primary);font-weight:600}.changelog-root .cl-card{border:1px solid var(--border-default);background:var(--surface);border-radius:12px;padding:18px 20px}.changelog-root .cl-card-title{letter-spacing:-.01em;color:var(--text-primary);max-width:none;margin:0 0 7px;font-size:17px;font-weight:650;line-height:1.3}.changelog-root .cl-card-summary{color:var(--text-secondary);margin:0;font-size:14.5px;line-height:1.55}.changelog-root .cl-empty{border:1px dashed var(--border-strong);text-align:center;color:var(--text-secondary);border-radius:12px;padding:36px 24px;font-size:14px}@keyframes cl-in{to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.changelog-root main{padding:48px 20px 72px}}@media (prefers-reduced-motion:reduce){.changelog-root .cl-entry{opacity:1;animation:none;transform:none}}