.changelogPreview{background:#000;padding:80px 32px}.changelogPreviewShell{width:100%;max-width:1200px;margin:0 auto}.changelogPreviewHeading{margin:0 0 24px;font-size:20px;font-weight:500;letter-spacing:-.01em;color:rgba(255,255,255,.92)}.changelogPreviewGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.changelogPreviewCard{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:140px;padding:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);color:inherit;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.changelogPreviewCard:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.04);transform:translateY(-1px)}.changelogPreviewVersion{margin-top:auto}.changelogPreviewDate,.changelogPreviewVersion{font-size:13px;font-weight:400;color:rgba(255,255,255,.52)}.changelogPreviewTitle{margin:0;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:-.005em;color:rgba(255,255,255,.88);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.changelogPreviewCta{display:inline-flex;align-items:center;gap:6px;margin-top:20px;color:rgba(255,255,255,.52);font-size:14px;font-weight:400;text-decoration:none;transition:color .16s ease}.changelogPreviewCta:hover{color:rgba(255,255,255,.82)}.changelogPreviewCta span{transition:transform .16s ease}.changelogPreviewCta:hover span{transform:translateX(2px)}@media (max-width:900px){.changelogPreviewGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.changelogPreview{padding:64px 24px}.changelogPreviewGrid{grid-template-columns:minmax(0,1fr)}.changelogPreviewCard{min-height:120px}}.featurePanel{background:#000;padding:80px 32px}.featurePanelInner{position:relative;display:grid;grid-template-columns:minmax(260px,1fr) 3fr;grid-template-rows:auto 1fr;grid-template-areas:"label    label" "headline features";grid-gap:clamp(48px,8vw,96px) clamp(32px,5vw,64px);gap:clamp(48px,8vw,96px) clamp(32px,5vw,64px);max-width:1200px;min-height:440px;margin:0 auto;padding:clamp(40px,6vw,72px) clamp(32px,5vw,64px);border-radius:0;background-color:#efeae2;background-image:repeating-linear-gradient(135deg,rgba(0,0,0,.045) 0 1px,transparent 1px 8px);color:#111;overflow:hidden;isolation:isolate;-webkit-user-select:text;-moz-user-select:text;user-select:text}.featurePanelInner ::selection{background:rgba(17,17,17,.18);color:inherit}.featurePanelHeadline,.featurePanelItemDesc,.featurePanelItemTitle,.featurePanelLabel{-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:text}.featurePanelLabel{grid-area:label;display:inline-flex;align-items:center;gap:10px;font-size:var(--text-xs);font-weight:var(--font-medium);letter-spacing:.14em;text-transform:uppercase;color:#111}.featurePanelLabelDot{display:inline-block;width:8px;height:8px;border-radius:999px;background:#d946ef}.featurePanelHeadline{grid-area:headline;align-self:end;margin:0;font-size:clamp(36px,5vw,56px);font-weight:300;line-height:1.05;letter-spacing:-.035em;color:#111}.featurePanelGrid{grid-area:features;align-self:end;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin:0;padding:0;list-style:none}.featurePanelItem{display:flex;flex-direction:column;gap:12px}.featurePanelIcon{display:inline-flex;align-items:center;color:#222;margin-bottom:20px}.featurePanelItemTitle{margin:0;font-size:15px;font-weight:600;line-height:1.3;letter-spacing:-.005em;color:#111}.featurePanelItemDesc{margin:0;font-family:var(--font-mono);font-size:13px;line-height:1.55;color:#5a5a5a}@media (max-width:900px){.featurePanelInner{grid-template-columns:1fr;grid-template-areas:"label" "headline" "features";gap:32px;min-height:0}.featurePanelGrid{grid-template-columns:1fr;gap:28px}.featurePanelGrid,.featurePanelHeadline{align-self:start}}@media (max-width:768px){.featurePanel{padding:64px 24px}.featurePanelInner{padding:36px 28px}}@media (max-width:480px){.featurePanel{padding:48px 20px}.featurePanelInner{padding:28px 22px}.featurePanelHeadline{font-size:clamp(32px,10vw,44px)}}