@import url('/assets/styles.css');
:root{--ink:#07111f;--navy:#0b1830;--paper:#fff8e8;--coral:#ff6b62;--cyan:#45d8e8;--yellow:#ffd447;--green:#54d98c;--purple:#b979ff;--shadow:0 26px 64px rgba(2,10,25,.25)}*{box-sizing:border-box}html{background:var(--navy);color:var(--ink);scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at 8% 8%,rgba(69,216,232,.22),transparent 30rem),radial-gradient(circle at 92% 12%,rgba(185,121,255,.2),transparent 32rem),linear-gradient(180deg,#0b1830 0 47rem,#f6efd9 47rem 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.release-shell{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:18px 0 72px}.release-hero{color:#fff;padding-bottom:46px}.release-hero nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 0 28px}.release-hero nav>div{display:flex;gap:18px;font-weight:850}.release-hero nav>div a{text-decoration:none;border-bottom:2px solid rgba(255,255,255,.38)}.release-hero nav>div a:hover,.release-hero nav>div a:focus-visible{border-color:var(--yellow)}.brand{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;font-weight:950;font-size:clamp(1.05rem,2vw,1.4rem);letter-spacing:.06em}.brand span{background:var(--coral);color:var(--ink);padding:.28rem .48rem;border-radius:.35rem;box-shadow:3px 4px 0 var(--ink)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.96fr);align-items:center;gap:clamp(30px,5vw,72px)}.eyebrow{margin:0 0 .6rem;font-size:.76rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.release-hero h1{max-width:10ch;margin:.1rem 0 1rem;font-size:clamp(3.2rem,7vw,6.8rem);line-height:.84;letter-spacing:-.065em}.lede{max-width:62ch;margin:0;color:#dfe9f5;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65}.hero-grid>img{display:block;width:100%;height:auto;border:5px solid var(--ink);border-radius:28px;background:#f2e4bd;box-shadow:12px 14px 0 var(--purple),var(--shadow);transform:rotate(1deg)}.hero-facts{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.hero-facts span{display:flex;align-items:baseline;gap:.4rem;padding:.55rem .8rem;border:3px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);font-size:.8rem;font-weight:850;box-shadow:3px 4px 0 var(--ink)}.hero-facts strong{font-size:1.2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.86rem 1.1rem;border:4px solid var(--ink);border-radius:14px;color:var(--ink);font-weight:950;text-decoration:none;box-shadow:4px 5px 0 var(--ink);transition:transform .14s ease,box-shadow .14s ease}.button:hover,.button:focus-visible{transform:translate(2px,2px);box-shadow:2px 3px 0 var(--ink)}.button.primary{background:var(--green)}.button.secondary{background:var(--yellow)}.download-note{max-width:66ch;margin:18px 0 0;color:#becddd;font-size:.82rem;font-weight:750;line-height:1.5}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin:28px 0 20px}.gallery-heading h2,.release-notes h2,.release-footer h2{margin:.1rem 0;font-size:clamp(2.2rem,4.5vw,4.1rem);line-height:.92;letter-spacing:-.05em}.gallery-heading>p{max-width:48ch;margin:0;color:#41556a;font-weight:750;line-height:1.55}.screenshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.screenshot-grid figure{margin:0;padding:0;border:4px solid var(--ink);border-radius:24px;background:#fff;box-shadow:8px 10px 0 var(--ink),var(--shadow);overflow:hidden}.screenshot-grid figure.wide{grid-column:1/-1}.screenshot-grid a{display:block;overflow:hidden}.screenshot-grid img{display:block;width:100%;height:auto;background:#0b1830;transition:transform .22s ease}.screenshot-grid figcaption{display:grid;gap:5px;padding:17px 19px;border-top:4px solid var(--ink)}.screenshot-grid figcaption strong{font-size:1.12rem}.screenshot-grid figcaption span{color:#4b5f73;font-weight:750;line-height:1.45}.release-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:30px 0}.feature-card{padding:23px;border:4px solid var(--ink);border-radius:23px;background:#fff;box-shadow:7px 8px 0 var(--ink)}.feature-card:nth-child(2){background:#d8fbff}.feature-card:nth-child(3){background:#fff4bf}.feature-card h2{margin:.1rem 0 .9rem;font-size:1.8rem;line-height:.96}.feature-card ul{display:grid;gap:9px;margin:0;padding-left:1.2rem;color:#41556a;font-weight:750;line-height:1.45}.feature-card a{display:inline-block;margin-top:16px;font-weight:950;text-underline-offset:4px}.release-notes{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:30px;margin:34px 0;padding:28px;border:4px solid var(--ink);border-radius:27px;background:linear-gradient(135deg,#ead5ff,#d8fbff);box-shadow:9px 10px 0 var(--ink)}.notes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.notes-grid article{padding:17px;border:3px solid var(--ink);border-radius:17px;background:#fff8e8}.notes-grid h3{margin:0 0 .45rem;font-size:1.08rem}.notes-grid p{margin:0;color:#405468;font-weight:720;line-height:1.5}.release-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border:4px solid var(--ink);border-radius:27px;background:linear-gradient(135deg,#ffb7a5,#ffd447);box-shadow:9px 10px 0 var(--ink)}.release-footer>div:last-child{display:flex;gap:12px;flex-wrap:wrap}.release-footer h2{font-size:clamp(2rem,4vw,3.8rem)}
.skip-link{position:fixed;left:12px;top:12px;z-index:1000;padding:.65rem .85rem;border:3px solid var(--ink);border-radius:10px;background:var(--yellow);color:var(--ink);font-weight:950;text-decoration:none;transform:translateY(-180%)}.skip-link:focus{transform:none}.release-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.release-kicker .eyebrow{margin:0}.release-kicker>span{padding:.3rem .5rem;border:2px solid #fff;border-radius:999px;color:#fff;font-size:.66rem;font-weight:950;letter-spacing:.1em}.package-proof{display:flex;align-items:stretch;gap:8px;flex-wrap:wrap;margin-top:16px}.package-proof>div,.package-proof>a{display:grid;align-content:center;min-height:52px;padding:.5rem .7rem;border:2px solid rgba(255,255,255,.34);border-radius:10px;background:rgba(255,255,255,.08);color:#fff}.package-proof span{font-size:.55rem;font-weight:950;letter-spacing:.12em;color:#9fdfe9}.package-proof strong{font-size:.75rem;font-variant-numeric:tabular-nums}.package-proof>a{font-size:.72rem;font-weight:900;text-underline-offset:3px}.screenshot-grid a:focus-visible{outline:6px solid var(--yellow);outline-offset:-6px}.shot-dialog{width:min(1100px,calc(100% - 24px));max-height:calc(100dvh - 24px);padding:0;border:5px solid var(--ink);border-radius:24px;background:var(--paper);color:var(--ink);box-shadow:14px 16px 0 var(--ink);overflow:auto}.shot-dialog::backdrop{background:rgba(2,9,20,.84);backdrop-filter:blur(5px)}.shot-dialog>img{display:block;width:100%;height:auto;background:var(--navy);border-bottom:5px solid var(--ink)}.shot-dialog>div{padding:22px 24px 26px}.shot-dialog h2{margin:.1rem 0 .4rem;font-size:clamp(1.8rem,4vw,3rem);line-height:.95}.shot-dialog p:last-child{margin:0;color:#42586d;font-weight:750;line-height:1.5}.shot-close{position:sticky;float:right;top:12px;right:12px;z-index:3;width:48px;height:48px;margin:12px 12px -60px 0;border:4px solid var(--ink);border-radius:50%;background:var(--yellow);color:var(--ink);font-size:1.5rem;font-weight:950;cursor:pointer;box-shadow:4px 5px 0 var(--ink)}.shot-close:focus-visible{outline:4px solid #fff;outline-offset:3px}
@media(hover:hover){.screenshot-grid a:hover img{transform:scale(1.015)}.package-proof>a:hover{background:rgba(255,255,255,.16)}}
@media(max-width:980px){body{background:linear-gradient(180deg,#0b1830 0 64rem,#f6efd9 64rem 100%)}.hero-grid{grid-template-columns:1fr}.hero-grid>img{max-width:760px;justify-self:center}.release-columns{grid-template-columns:1fr}.release-notes{grid-template-columns:1fr}.release-footer{align-items:flex-start;flex-direction:column}}@media(max-width:760px){.release-shell{width:min(100% - 20px,1240px)}.release-hero nav{align-items:flex-start}.release-hero nav>div{align-items:flex-end;flex-direction:column;gap:8px;font-size:.8rem}.release-hero h1{font-size:clamp(3rem,16vw,5rem)}.hero-grid>img{border-radius:20px;border-width:4px;box-shadow:7px 8px 0 var(--purple);transform:none}.gallery-heading{display:block}.gallery-heading>p{margin-top:10px}.screenshot-grid{grid-template-columns:1fr}.screenshot-grid figure.wide{grid-column:auto}.notes-grid{grid-template-columns:1fr}.release-notes,.release-footer{padding:20px 14px}.hero-actions,.release-footer>div:last-child{align-items:stretch;flex-direction:column}.hero-actions .button,.release-footer .button{width:100%}.package-proof{display:grid;grid-template-columns:1fr 1fr}.package-proof>a{grid-column:1/-1}.shot-dialog>div{padding:18px 16px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-grid>img{transform:none}.button,.screenshot-grid img{transition:none}.shot-dialog::backdrop{backdrop-filter:none}}@media(prefers-contrast:more){.lede,.gallery-heading>p,.feature-card ul,.notes-grid p,.download-note{color:currentColor}.screenshot-grid figure,.feature-card,.release-notes,.release-footer,.shot-dialog{box-shadow:none}.package-proof>div,.package-proof>a{border-color:#fff;background:#000}.shot-dialog p:last-child{color:currentColor}}
