.changelogPage{min-height:calc(100vh - var(--taskbar-safe-offset));min-height:calc(100dvh - var(--taskbar-safe-offset));padding:120px 32px 0;background:#000}.changelogPageShell{width:100%;max-width:960px;margin:0 auto}.changelogEntries{display:flex;flex-direction:column;gap:64px}.changelogEntry{display:flex;align-items:baseline;gap:48px}.changelogEntry+.changelogEntry{padding-top:64px;border-top:1px solid rgba(255,255,255,.08)}.changelogEntryDate{flex:0 0 160px;font-size:13px;font-weight:500;letter-spacing:.02em;color:rgba(255,255,255,.72)}.changelogEntryBody{flex:1 1 auto;min-width:0;max-width:600px;display:flex;flex-direction:column;gap:32px}.changelogEntryMeta{display:flex;flex-wrap:wrap;gap:16px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.32)}.changelogSections{display:flex;flex-direction:column;gap:40px}.changelogSection{display:flex;flex-direction:column;gap:14px}.changelogSectionTime{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.32)}.changelogSectionTitle{margin:0;font-size:clamp(24px,3vw,30px);line-height:1.06;letter-spacing:-.04em;font-weight:400;color:#fff}.changelogSectionSummary{margin:0;color:rgba(255,255,255,.76);line-height:1.75}.changelogSectionList{display:flex;flex-direction:column;gap:14px;padding:0;margin:0;list-style:none}.changelogSectionItem{display:flex;flex-direction:column;gap:8px;color:#e7e9ea;line-height:1.75}.changelogSectionItem p{margin:0}.changelogSectionSources{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.changelogSectionSourcesLabel{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.34)}.changelogSectionCommitLink{color:rgba(255,255,255,.44);text-decoration:none;font-size:11px;font-weight:600;font-family:monospace;letter-spacing:.04em}.changelogSectionCommitLink:hover{color:rgba(255,255,255,.72)}.changelogTldr{display:flex;flex-direction:column;gap:14px}.changelogTldrLabel{margin:0;font-size:clamp(24px,3vw,30px);line-height:1.06;letter-spacing:-.04em;font-weight:400;color:#fff}.changelogTldrList{display:flex;flex-direction:column;gap:10px;padding:0;margin:0;list-style:none}.changelogTldrItem{display:flex;gap:10px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.78)}.changelogTldrItemNumber{flex:0 0 auto;color:rgba(255,255,255,.44);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.changelogEmptyState{padding:24px 0 56px}.changelogEmptyState h2,.changelogEmptyState p{margin:0;color:#fff}.changelogEmptyState p{margin-top:10px;color:rgba(255,255,255,.68)}@media (max-width:768px){.changelogPage{padding:88px 20px 0}.changelogEntries{gap:48px}.changelogEntry{flex-direction:column;gap:16px}.changelogEntry+.changelogEntry{padding-top:48px}.changelogEntryDate{flex:0 0 auto}.changelogSections{gap:32px}}@media (max-width:480px){.changelogPage{padding:76px 16px 0}}