.changelog-module__MUErDa__tagline{color:var(--secondary-text-color);margin:0 0 1.5rem;font-size:.85rem}.changelog-module__MUErDa__filterRow{flex-wrap:wrap;gap:.45rem;margin-bottom:2rem;display:flex}.changelog-module__MUErDa__filterPill{text-transform:uppercase;letter-spacing:.6px;color:#666;cursor:pointer;appearance:none;background-color:#0000;border:1px solid #d4d4d4;border-radius:20px;padding:.4rem .7rem;font-size:.6rem;font-weight:700;transition:all .2s}.changelog-module__MUErDa__filterPill:hover{color:#333;border-color:#999}.changelog-module__MUErDa__filterActive{color:#fff!important;background-color:#111!important;border-color:#111!important}.changelog-module__MUErDa__emptyState{color:var(--secondary-text-color);text-align:center;padding:3rem 0;font-size:.85rem}.changelog-module__MUErDa__graphContainer{flex-direction:column;gap:2.5rem;display:flex}.changelog-module__MUErDa__branchRow{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;gap:.6rem;padding:1.25rem;transition:opacity .3s;display:flex}.changelog-module__MUErDa__branchRowLink,.changelog-module__MUErDa__branchCardLink{cursor:pointer;flex-direction:column;gap:.6rem;text-decoration:none;display:flex}.changelog-module__MUErDa__branchHeader{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.changelog-module__MUErDa__branchDot{opacity:.55;border-radius:50%;flex-shrink:0;width:8px;height:8px}.changelog-module__MUErDa__branchNameLink{color:#111;letter-spacing:-.2px;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .2s}.changelog-module__MUErDa__branchNameLink:hover{opacity:.6}.changelog-module__MUErDa__statusBadge{text-transform:uppercase;letter-spacing:.6px;border-radius:4px;padding:.2rem .45rem;font-size:.5rem;font-weight:700}.changelog-module__MUErDa__status_ongoing{color:#4a9960;background:#f0f9f2}.changelog-module__MUErDa__status_shipped{color:#7b6fa8;background:#f0edf7;position:relative;overflow:hidden}.changelog-module__MUErDa__status_shipped:after{content:"";background:linear-gradient(90deg,#0000,#9b8ec433,#0000);width:100%;height:100%;animation:3s ease-in-out infinite changelog-module__MUErDa__shimmer;position:absolute;top:0;left:-100%}@keyframes changelog-module__MUErDa__shimmer{0%{left:-100%}50%{left:100%}to{left:100%}}.changelog-module__MUErDa__status_killed{color:#b0724d;background:#faf3ee}.changelog-module__MUErDa__thumbStack{align-items:center;padding-left:8px;display:inline-flex}.changelog-module__MUErDa__thumb{background:#0a0a0a;border-radius:6px;width:22px;height:22px;margin-left:-8px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 0 0 2px #fafafa,0 1px 3px #0000001f}.changelog-module__MUErDa__thumb:first-child{margin-left:0}.changelog-module__MUErDa__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.changelog-module__MUErDa__branchRow:hover .changelog-module__MUErDa__thumb{transform:translateY(-1px)}.changelog-module__MUErDa__branchDate{color:var(--secondary-text-color);letter-spacing:.3px;font-size:.6rem}.changelog-module__MUErDa__branchSummary,.changelog-module__MUErDa__branchSummaryLink{color:var(--secondary-text-color);max-width:55ch;margin:0;font-size:.78rem;line-height:1.5;text-decoration:none;transition:opacity .2s;display:block}.changelog-module__MUErDa__branchSummaryLink:hover{opacity:.6}.changelog-module__MUErDa__timeline{padding:.75rem 0 .25rem;position:relative}.changelog-module__MUErDa__timelineTrack{height:2px;display:flex;position:absolute;top:calc(.75rem + 5px);left:0;right:0}.changelog-module__MUErDa__timelineLine{opacity:.35;border-radius:1px;flex:1;height:2px}.changelog-module__MUErDa__timelineLineKilled{flex:none;width:80%}.changelog-module__MUErDa__timelineLineDashed{border-top:2px dashed;flex:1;height:0}.changelog-module__MUErDa__nodesRow{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.changelog-module__MUErDa__nodeColumn{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.changelog-module__MUErDa__node{cursor:pointer;opacity:.5;border:2px solid;border-radius:50%;flex-shrink:0;width:10px;height:10px;padding:0;transition:transform .2s,box-shadow .2s}.changelog-module__MUErDa__node:hover{transform:scale(1.4);box-shadow:0 0 0 3px #0000000f}.changelog-module__MUErDa__nodeActive{transform:scale(1.5);box-shadow:0 0 0 4px #00000014}.changelog-module__MUErDa__nodeFaded{opacity:.35}.changelog-module__MUErDa__nodeNow{animation:2.5s ease-in-out infinite changelog-module__MUErDa__pulse}@keyframes changelog-module__MUErDa__pulse{0%,to{box-shadow:0 0 #15b8a666}50%{box-shadow:0 0 0 6px #15b8a600}}.changelog-module__MUErDa__nodeDate{color:var(--secondary-text-color);white-space:nowrap;letter-spacing:.2px;opacity:.7;margin-top:.4rem;font-size:.52rem}.changelog-module__MUErDa__collapsedIndicator{cursor:pointer;color:var(--secondary-text-color);letter-spacing:.2px;opacity:.5;white-space:nowrap;background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:calc(10px + .4rem) 0 0;font-size:.52rem;transition:opacity .2s;display:flex}.changelog-module__MUErDa__collapsedIndicator:hover{opacity:1}.changelog-module__MUErDa__collapseButton{color:var(--secondary-text-color);cursor:pointer;white-space:nowrap;opacity:.6;background:0 0;border:none;flex-shrink:0;align-self:center;padding:0 .5rem;font-size:.55rem;transition:opacity .2s}.changelog-module__MUErDa__collapseButton:hover{opacity:1}.changelog-module__MUErDa__entryDetail{text-align:center;max-width:220px;margin-top:.5rem;overflow:hidden}.changelog-module__MUErDa__entryText{color:#111;margin:0;font-size:.75rem;line-height:1.5}.changelog-module__MUErDa__entryWhy{color:var(--secondary-text-color);margin:.3rem 0 0;font-size:.7rem;font-style:italic;line-height:1.45}.changelog-module__MUErDa__killedReason{color:var(--secondary-text-color);max-width:55ch;margin:.25rem 0 0;padding-left:1.1rem;font-size:.75rem;font-style:italic;line-height:1.55;position:relative}.changelog-module__MUErDa__killedReason:before{content:"†";color:#dc2626;font-style:normal;font-weight:700;position:absolute;left:0}.changelog-module__MUErDa__mobileTimeline{border-left:2px solid;flex-direction:column;margin-left:3px;padding-left:1rem;display:flex}.changelog-module__MUErDa__mobileEntry{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.25rem;padding:.55rem 0;display:flex;position:relative}.changelog-module__MUErDa__mobileEntryHeader{align-items:center;gap:.5rem;display:flex}.changelog-module__MUErDa__mobileNodeDot{opacity:.55;border-radius:50%;flex-shrink:0;width:7px;height:7px;position:absolute;left:calc(-1rem - 4.5px)}.changelog-module__MUErDa__mobileEntryDate{color:var(--secondary-text-color);letter-spacing:.3px;font-size:.6rem}.changelog-module__MUErDa__mobileEntryPreview{color:#111;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;line-height:1.45;overflow:hidden}.changelog-module__MUErDa__mobileCollapsedLabel{color:var(--secondary-text-color);opacity:.6;padding:.2rem 0;font-size:.55rem}.changelog-module__MUErDa__mobileCollapsedBtn{cursor:pointer;text-align:left;opacity:.8;background:0 0;border:none;padding:.4rem 0;font-size:.65rem;font-weight:600;transition:opacity .2s}.changelog-module__MUErDa__mobileCollapsedBtn:hover{opacity:1}@media (prefers-reduced-motion:reduce){.changelog-module__MUErDa__nodeNow,.changelog-module__MUErDa__status_shipped:after{animation:none}}@media (prefers-color-scheme:dark){.changelog-module__MUErDa__filterPill{color:#888;border-color:#444}.changelog-module__MUErDa__filterPill:hover{color:#ccc;border-color:#666}.changelog-module__MUErDa__filterActive{color:#111!important;background-color:#eaeaea!important;border-color:#eaeaea!important}.changelog-module__MUErDa__branchRow{background:#1a1a1a;border-color:#252525}.changelog-module__MUErDa__branchNameLink{color:#eaeaea}.changelog-module__MUErDa__thumb{box-shadow:0 0 0 2px #1a1a1a,0 1px 3px #0006}.changelog-module__MUErDa__status_ongoing{color:#7ccf93;background:#6dba821f}.changelog-module__MUErDa__status_shipped{color:#b0a5d4;background:#9b8ec41f}.changelog-module__MUErDa__status_shipped:after{background:linear-gradient(90deg,#0000,#b0a5d41f,#0000)}.changelog-module__MUErDa__status_killed{color:#e09b73;background:#d4845a1f}.changelog-module__MUErDa__node:hover{box-shadow:0 0 0 3px #ffffff14}.changelog-module__MUErDa__nodeActive{box-shadow:0 0 0 4px #ffffff1a}.changelog-module__MUErDa__collapsedIndicator:hover{opacity:1}.changelog-module__MUErDa__entryText,.changelog-module__MUErDa__mobileEntryPreview{color:#eaeaea}}@media (max-width:768px){.changelog-module__MUErDa__graphContainer{gap:2rem}.changelog-module__MUErDa__timeline{display:none}}@media (min-width:769px){.changelog-module__MUErDa__mobileTimeline{display:none}}
