.video-facade{aspect-ratio:16/9;background:var(--color-surface-soft);cursor:pointer;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.video-facade__thumbnail{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.video-facade__overlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-facade__play{--video-triangle-y:var(--fs-xs-plus);--video-triangle-x:18px;width:var(--size-video-play-button);height:var(--size-video-play-button);border:var(--stroke-outline) solid var(--color-surface);border-radius:var(--radius-round);background:color-mix(in srgb, var(--color-ink) 78%, transparent);justify-content:center;align-items:center;display:flex}.video-facade__triangle{border-top:var(--video-triangle-y) solid transparent;border-bottom:var(--video-triangle-y) solid transparent;border-left:var(--video-triangle-x) solid var(--color-surface);width:0;height:0;margin-left:5px}.video-placeholder{box-sizing:border-box;aspect-ratio:16/9;background:linear-gradient(90deg, color-mix(in srgb, var(--color-brand) 11%, transparent) 1px, transparent 1px), linear-gradient(0deg, color-mix(in srgb, var(--color-brand) 11%, transparent) 1px, transparent 1px), color-mix(in srgb, var(--color-brand) 4%, var(--color-surface-soft));border:var(--stroke-hairline) solid color-mix(in srgb, var(--color-brand) 28%, var(--color-border));background-size:28px 28px;align-content:center;gap:10px;min-width:0;max-width:100%;min-height:220px;padding:28px;display:grid}.video-placeholder__label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-brand);font-size:10.5px;font-weight:600}.video-placeholder p{max-width:520px;color:var(--color-ink);overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.7}.screenshot-section{gap:16px;display:grid}.screenshot-section__head{justify-content:space-between;align-items:center;gap:16px;display:flex}.screenshot-section__head h2{margin-bottom:0}.screenshot-section__controls{flex:none;gap:8px;display:inline-flex}.screenshot-control{border:var(--stroke-hairline) solid color-mix(in srgb, var(--color-brand) 48%, var(--color-border));background:var(--color-surface);width:36px;height:36px;color:var(--color-brand);font-family:var(--font-display-compact);cursor:pointer;border-radius:0;font-size:18px;font-weight:700;line-height:1}.screenshot-control:hover,.screenshot-control:focus-visible{background:color-mix(in srgb, var(--color-brand) 7%, var(--color-surface))}.screenshot-stage{border:var(--stroke-hairline) solid color-mix(in srgb, var(--color-brand) 24%, var(--color-border));background:linear-gradient(90deg, color-mix(in srgb, var(--color-brand) 7%, transparent) 1px, transparent 1px), linear-gradient(0deg, color-mix(in srgb, var(--color-brand) 7%, transparent) 1px, transparent 1px), color-mix(in srgb, var(--color-brand) 3%, var(--color-surface-soft));background-size:28px 28px;grid-template:minmax(0,1fr)/minmax(0,1fr);min-width:0;height:clamp(300px,58vh,560px);padding:14px 14px 18px;display:grid;overflow:hidden}.screenshot-slide{grid-template-rows:minmax(0,1fr);gap:0;width:100%;min-width:0;height:100%;min-height:0;margin:0;display:grid;overflow:hidden}.screenshot-slide--captioned{grid-template-rows:minmax(0,1fr) minmax(48px,auto);gap:10px}.screenshot-slide[hidden]{display:none}.screenshot-slide__media{background:var(--color-surface);min-width:0;min-height:0;display:grid;overflow:hidden}.screenshot-slide img{background:var(--color-surface);width:100%;min-width:0;height:auto;min-height:0;display:block}.screenshot-preview{background:var(--color-surface);cursor:zoom-in;border:0;justify-content:center;align-items:flex-start;width:100%;min-width:0;height:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.screenshot-preview__hint{background:color-mix(in srgb, var(--color-ink) 76%, transparent);color:var(--color-surface);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;opacity:0;padding:6px 8px;font-size:10px;font-weight:600;transition:opacity .15s;position:absolute;bottom:10px;right:10px}.screenshot-preview:hover .screenshot-preview__hint,.screenshot-preview:focus-visible .screenshot-preview__hint{opacity:1}.screenshot-slide figcaption{color:var(--color-muted);font-family:var(--font-mono);letter-spacing:0;align-items:flex-start;margin:0;padding-top:2px;font-size:11px;font-weight:600;line-height:1.5;display:flex}.screenshot-thumbs{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;min-width:0;display:grid}.screenshot-thumb{border:var(--stroke-hairline) solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:0;min-width:0;height:70px;padding:4px}.screenshot-thumb[aria-current=true]{border-color:var(--color-brand);box-shadow:inset 0 0 0 1px var(--color-brand)}.screenshot-thumb:hover,.screenshot-thumb:focus-visible{border-color:color-mix(in srgb, var(--color-brand) 70%, var(--color-border))}.screenshot-thumb img{object-fit:cover;object-position:top center;background:var(--color-surface-soft);width:100%;height:100%;display:block}html.screenshot-lightbox-open,html.screenshot-lightbox-open body{overflow:hidden}.screenshot-lightbox{z-index:1000;background:color-mix(in srgb, var(--color-ink) 82%, transparent);grid-template-rows:auto minmax(0,1fr);gap:14px;padding:24px;display:grid;position:fixed;inset:0}.screenshot-lightbox[hidden]{display:none}.screenshot-lightbox__close{border:var(--stroke-hairline) solid color-mix(in srgb, var(--color-surface) 78%, transparent);background:var(--color-surface);width:42px;height:42px;color:var(--color-brand);font-family:var(--font-display-compact);cursor:pointer;border-radius:0;justify-self:end;font-size:22px;font-weight:700;line-height:1}.screenshot-lightbox__nav{z-index:1;border:var(--stroke-hairline) solid color-mix(in srgb, var(--color-surface) 78%, transparent);background:var(--color-surface);width:42px;height:42px;color:var(--color-brand);font-family:var(--font-display-compact);cursor:pointer;border-radius:0;font-size:22px;font-weight:700;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.screenshot-lightbox__nav--prev{left:24px}.screenshot-lightbox__nav--next{right:24px}.screenshot-lightbox__close:hover,.screenshot-lightbox__close:focus-visible,.screenshot-lightbox__nav:hover,.screenshot-lightbox__nav:focus-visible{background:color-mix(in srgb, var(--color-brand) 7%, var(--color-surface))}.screenshot-lightbox__figure{grid-template-rows:minmax(0,1fr) auto;gap:12px;min-width:0;min-height:0;margin:0;padding-inline:58px;display:grid}.screenshot-lightbox__figure img{object-fit:contain;background:var(--color-surface);min-width:0;max-width:100%;min-height:0;max-height:100%;box-shadow:0 18px 46px color-mix(in srgb, var(--color-ink) 36%, transparent);place-self:center}.screenshot-lightbox__figure figcaption{max-width:min(760px,100%);color:var(--color-surface);font-family:var(--font-mono);text-align:center;justify-self:center;margin:0;font-size:11px;font-weight:600;line-height:1.6}.install-group-heading{margin-top:1.4em}.install-buy-link{margin-top:var(--space-6)}.install-buy-link a{color:var(--color-brand);font-weight:700;text-decoration:underline}.reviews-header{align-items:baseline;gap:16px;margin-bottom:20px;display:flex}.reviews-header .stars{letter-spacing:3px;color:var(--color-brand);font-size:14px;font-weight:700}.reviews-header .count{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-size:11px}.review{border-top:var(--stroke-hairline) solid var(--color-border);padding:22px 0 0}.review:first-child{border-top:0;padding-top:0}.review__head{align-items:baseline;gap:14px;margin-bottom:10px;display:flex}.review__stars{color:var(--color-brand);letter-spacing:2px;font-size:12px;font-weight:700}.review__author{font-family:var(--font-display-compact);color:var(--color-ink);font-size:14px;font-weight:700}.review__date{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-left:auto;font-size:10.5px}.review__body{color:var(--color-ink);margin:0;font-size:14.5px;font-style:italic;line-height:1.6}.breadcrumb{max-width:var(--container);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-inline:auto;padding:14px 24px 0;font-size:11px}.breadcrumb a{color:var(--color-muted)}.breadcrumb a:hover{color:var(--color-brand)}.breadcrumb__sep{color:var(--color-border);margin:0 8px}.breadcrumb__cur{color:var(--color-brand)}@media (width<=900px){.screenshot-lightbox{padding:16px}.screenshot-lightbox__figure{padding-inline:0;padding-bottom:54px}.screenshot-lightbox__nav{top:auto;bottom:16px;transform:none}.screenshot-lightbox__nav--prev{left:16px}.screenshot-lightbox__nav--next{right:16px}}
