.changelog-page{--changelog-text-primary:#fff;--changelog-text-secondary:#a1a1aa;--changelog-text-muted:#71717a;--changelog-bg-0:#000;--changelog-bg-1:#0a0a0a;--changelog-bg-2:#111;--changelog-border:hsla(0,0%,100%,.08);--changelog-border-strong:hsla(0,0%,100%,.18);--changelog-card-bg:hsla(0,0%,100%,.03);--changelog-card-shadow:0 16px 30px rgba(0,0,0,.35);--changelog-accent:#00ffe4;--changelog-accent-strong:#00d4be;--changelog-accent-soft:rgba(0,255,228,.12);--changelog-tag-bg:rgba(0,255,228,.16);background:radial-gradient(900px 420px at 10% -10%,rgba(0,255,228,.18) 0,transparent 60%),radial-gradient(800px 520px at 90% 0,rgba(10,211,251,.15) 0,transparent 65%),linear-gradient(180deg,var(--changelog-bg-0) 0,var(--changelog-bg-1) 55%,var(--changelog-bg-0) 100%);box-sizing:border-box;color:var(--changelog-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow:hidden;padding:48px 32px;position:relative}.changelog-page:before{animation:changelog-float 16s ease-in-out infinite;background:radial-gradient(circle,rgba(0,255,228,.25) 0,transparent 70%);height:420px;opacity:.8;right:-160px;top:-140px;width:420px}.changelog-page:after,.changelog-page:before{content:"";pointer-events:none;position:absolute}.changelog-page:after{background-image:linear-gradient(120deg,hsla(0,0%,100%,.05),transparent 60%);inset:0;opacity:.4}[data-theme=light] .changelog-page{--changelog-text-primary:#18181b;--changelog-text-secondary:#3f3f46;--changelog-text-muted:#52525b;--changelog-bg-0:#fff;--changelog-bg-1:#fafafa;--changelog-bg-2:#f4f4f5;--changelog-border:rgba(0,0,0,.1);--changelog-border-strong:rgba(0,0,0,.18);--changelog-card-bg:#fff;--changelog-card-shadow:0 14px 28px rgba(0,0,0,.1);--changelog-accent:#00a1c2;--changelog-accent-strong:#0891b2;--changelog-accent-soft:rgba(0,161,194,.12);--changelog-tag-bg:rgba(0,161,194,.14);background:radial-gradient(900px 420px at 10% -10%,rgba(0,161,194,.2) 0,transparent 60%),radial-gradient(800px 520px at 90% 0,rgba(8,145,178,.14) 0,transparent 65%),linear-gradient(180deg,var(--changelog-bg-0) 0,var(--changelog-bg-1) 55%,var(--changelog-bg-0) 100%)}.changelog-shell{margin:0 auto;max-width:1120px;position:relative;z-index:1}.changelog-hero{align-items:center;display:grid;gap:32px;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);margin-bottom:48px}.hero-summary,.hero-text{animation:changelog-fade-up .7s ease both}.hero-summary{animation-delay:.08s}.hero-kicker{align-items:center;background:var(--changelog-card-bg);border:1px solid var(--changelog-border);border-radius:9999px;color:var(--changelog-text-muted);display:inline-flex;font-size:12px;letter-spacing:.18em;padding:6px 12px;text-transform:uppercase}.hero-title{color:var(--changelog-text-primary);font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:42px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:16px 0 12px}.hero-title .hero-title-accent{color:var(--changelog-accent)}.hero-subtitle{color:var(--changelog-text-secondary);font-size:18px;line-height:1.6;margin:0 0 16px;max-width:520px}.hero-tags{display:flex;flex-wrap:wrap;gap:8px}.hero-tag{align-items:center;background:var(--changelog-tag-bg);border-radius:9999px;color:var(--changelog-text-secondary);display:inline-flex;font-size:12px;font-weight:600;justify-content:center;padding:6px 12px}.hero-summary,.hero-tag{border:1px solid var(--changelog-border)}.hero-summary{backdrop-filter:blur(8px);background:var(--changelog-card-bg);border-radius:12px;box-shadow:var(--changelog-card-shadow);padding:32px}.summary-label{color:var(--changelog-text-muted);font-size:12px;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.summary-text{color:var(--changelog-text-secondary);font-size:16px;line-height:1.6;margin:0 0 24px}.summary-meta{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.meta-item{border-top:1px solid var(--changelog-border);display:flex;flex-direction:column;gap:4px;padding-top:12px}.meta-label{color:var(--changelog-text-muted);font-size:12px;letter-spacing:.14em;text-transform:uppercase}.meta-value{color:var(--changelog-text-primary);font-size:14px;font-weight:600}.changelog-section{margin-bottom:48px}.section-header{margin-bottom:24px}.section-title{color:var(--changelog-text-primary);font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:700;margin:0 0 8px}.section-subtitle{color:var(--changelog-text-secondary);font-size:14px;line-height:1.6;margin:0}.changelog-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.changelog-card{animation:changelog-rise .7s ease both;background:var(--changelog-card-bg);border:1px solid var(--changelog-border);border-radius:12px;box-shadow:0 0 0 transparent;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.changelog-card:before{background:linear-gradient(90deg,var(--changelog-accent) 0,transparent 100%);content:"";height:3px;left:0;position:absolute;right:0;top:0}.changelog-card:hover{border-color:var(--changelog-border-strong);box-shadow:var(--changelog-card-shadow);transform:translateY(-6px)}.changelog-card:first-child{animation-delay:.05s}.changelog-card:nth-child(2){animation-delay:.1s}.changelog-card:nth-child(3){animation-delay:.15s}.changelog-card:nth-child(4){animation-delay:.2s}.changelog-card:nth-child(5){animation-delay:.25s}.changelog-card:nth-child(6){animation-delay:.3s}.card-number{align-items:center;background:var(--changelog-accent-soft);border-radius:9999px;display:inline-flex;font-size:12px;font-weight:700;height:36px;justify-content:center;margin-bottom:16px;width:36px}.card-number,.card-title{color:var(--changelog-text-primary)}.card-title{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;letter-spacing:-.01em;margin:0 0 8px}.card-text{color:var(--changelog-text-secondary);font-size:14px;line-height:1.6;margin:0}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag{align-items:center;background:var(--changelog-tag-bg);border:1px solid var(--changelog-border);border-radius:9999px;color:var(--changelog-text-primary);display:inline-flex;font-size:12px;font-weight:600;justify-content:center;padding:6px 12px}@keyframes changelog-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes changelog-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes changelog-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(-20px,20px,0)}}@media(max-width:1200px){.changelog-hero{grid-template-columns:1fr}.hero-summary{max-width:680px}.changelog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.changelog-page{padding:32px 16px}.hero-title{font-size:34px}.hero-subtitle{font-size:16px}.changelog-grid,.summary-meta{grid-template-columns:1fr}}