.downloads-page{background:var(--site-white)}.downloads-intro{text-align:center;padding-block:48px 30px}.downloads-intro h1{font-family:var(--font-display);margin:0 0 12px;font-size:48px;font-weight:400;line-height:1.5}.downloads-intro h1 span{color:var(--site-orange)}.downloads-intro p{color:var(--muted-foreground);margin:0;font-size:17px}.download-experience{--download-text:var(--site-ink);--download-muted:var(--site-gray-600);--download-border:var(--site-gray-200);--download-selected:var(--site-graphite);--download-selected-text:var(--site-white);--download-link:var(--site-orange);color:var(--download-text)}.download-platforms{border-block-end:1px solid var(--download-border);grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;width:min(100% - 40px,560px);margin-inline:auto;padding-block-end:8px;display:grid}.download-platform{min-width:0;min-height:72px;color:var(--download-muted);border:0;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px 4px;font-size:14px;font-weight:500;line-height:1.5;transition:color .16s,background-color .16s;display:flex}.download-platform svg{width:22px;height:22px}.download-platform:hover{color:var(--download-text);background:color-mix(in srgb, var(--download-border) 40%, transparent)}.download-platform[data-active]{color:var(--download-selected-text);background:var(--download-selected)}.download-experience :is(a,button):focus-visible{outline:2px solid var(--download-link);outline-offset:4px}.download-panel{margin:0}.download-panel[hidden]{display:none}.download-actions{text-align:center;width:min(100% - 40px,700px);margin-inline:auto;padding-block:24px 32px}.download-primary-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 24px;min-height:52px;display:flex}.download-experience .download-primary{background:var(--site-orange);min-width:220px;max-width:100%;min-height:52px;color:var(--site-white);border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:16px;font-weight:600;line-height:1.6;text-decoration:none;transition:background-color .16s;display:inline-flex}.download-primary:hover{background:var(--site-orange-hover)}.download-experience svg{flex-shrink:0}.download-primary svg{width:20px;height:20px}.download-experience .download-secondary,.download-experience .download-browser,.download-experience .download-all{min-height:44px;color:var(--download-link);text-underline-offset:5px;justify-content:center;align-items:center;gap:8px;font-size:14px;line-height:1.8;display:inline-flex}.download-secondary:hover,.download-browser:hover,.download-all:hover{text-decoration:underline}.download-secondary svg,.download-browser svg,.download-all svg{width:17px;height:17px}.download-detail{max-width:540px;min-height:48px;color:var(--download-muted);margin:12px auto 0;font-size:13px;line-height:1.85}.download-alternatives{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 28px;min-height:44px;display:flex}.download-preview{color:var(--site-gray-100);background:var(--site-graphite);background-image:linear-gradient(#30312fb8,#30312fd9),url(/images/ink-mineral.webp);background-position:50%;background-size:cover;margin:0;padding:36px max(20px,50% - 550px) 20px}.download-preview-stage{justify-content:center;align-items:center;height:540px;min-height:300px;max-height:72svh;display:flex}.download-preview-stage img{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 16px 38px -12px #00000070}.download-preview figcaption{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;min-height:48px;margin-block-start:20px;font-size:12px;display:flex}.download-preview .preview-expand{color:var(--site-orange-light)}.download-preview .preview-expand:focus-visible{outline-color:var(--site-orange-light)}.download-image-dialog [data-slot=dialog-panel] img{width:auto;max-width:100%;margin-inline:auto}.download-experience[data-surface=home]{--download-text:var(--site-white);--download-muted:var(--site-gray-100);--download-border:#fffefa33;--download-selected:var(--site-white);--download-selected-text:var(--site-ink);--download-link:var(--site-orange-light)}.download-experience[data-surface=home] .download-platforms{width:min(100%,560px);margin-inline:0}.download-experience[data-surface=home] .download-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:36px;display:grid}.download-experience[data-surface=home] .download-panel[hidden]{display:none}.download-experience[data-surface=home] .download-actions{text-align:start;align-self:start;width:100%}.download-experience[data-surface=home] .download-primary-row,.download-experience[data-surface=home] .download-alternatives{justify-content:start}.download-experience[data-surface=home] .download-detail{margin-inline:0}.download-experience[data-surface=home] .download-primary{color:var(--site-ink);background:var(--site-orange-light)}.download-experience[data-surface=home] .download-primary:hover{background:var(--site-white)}.download-experience[data-surface=home] .download-preview{background:0 0;padding:24px 0 0}.download-experience[data-surface=home] .download-preview-stage{height:340px;min-height:0}.download-experience[data-surface=home] .download-preview figcaption{text-align:center;justify-content:center}.download-help{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;padding-block:72px 88px;display:grid}.download-help h2{margin-block:16px 20px;font-size:30px}.download-help details{border-block-end:1px solid var(--site-gray-200)}.download-help summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding-block:22px;font-size:16px;list-style:none;display:flex}.download-help summary::-webkit-details-marker{display:none}.download-help summary svg{width:18px;height:18px;color:var(--site-orange);flex-shrink:0}.download-help details[open] summary svg{transform:rotate(180deg)}.download-help details p{max-width:620px;color:var(--muted-foreground);padding-block-end:22px;font-size:14px;line-height:2}.download-help details a{color:var(--site-orange);text-underline-offset:4px;text-decoration:underline}@media (width<=767px){.downloads-intro{padding-block:28px 24px}.downloads-intro h1{font-size:34px}.downloads-intro p{font-size:14px}.download-platforms{gap:2px;width:calc(100% - 32px)}.download-platform{min-height:68px;font-size:12px}.download-actions{width:calc(100% - 40px);padding-block:20px 24px}.download-primary-row{flex-direction:column;justify-content:start;gap:4px;min-height:104px}.download-primary{width:min(100%,320px)}.download-detail{min-height:72px;margin-block-start:8px}.download-preview{padding:24px 20px 16px}.download-preview-stage{align-items:start;height:400px;min-height:0;max-height:none}.download-preview figcaption{text-align:center;justify-content:center;gap:4px}.download-experience[data-surface=home] .download-panel{grid-template-columns:minmax(0,1fr);gap:0}.download-experience[data-surface=home] .download-actions{padding-block-end:8px}.download-experience[data-surface=home] .download-primary-row{align-items:start}.download-help{grid-template-columns:minmax(0,1fr);gap:28px;padding-block:48px}.download-help h2{font-size:26px}.download-help summary{font-size:14px}}@media (prefers-reduced-motion:reduce){.download-experience *{transition:none}}
