@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/image-downloader/assets/figtree-latin.woff2") format("woff2");
}
:root {
  --ink: #0b1020;
  --body: #536176;
  --blue: #0335fc;
  --blue-dark: #154eb9;
  --muted: #687891;
  --line: #d6e2f0;
  --sky: #eaf2fb;
  --r-card: 24px;
  --r-inner: 16px;
  --r-pill: 999px;
  --shadow-card:
    0 1px 1px #071b3910, 0 4px 6px -3px #071b3908, 0 12px 24px -12px #071b3914;
  --shadow-float:
    0 2px 3px #061b4612, 0 12px 24px -12px #061b462e,
    0 32px 64px -24px #061b4638;
  --fade-rule: linear-gradient(
    90deg,
    transparent,
    #b6cbe4 15%,
    #b6cbe4 85%,
    transparent
  );
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #f5f9fe;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
input,
summary {
  font: inherit;
}
a {
  color: var(--blue);
  text-underline-offset: 4px;
}
button,
a,
summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
  flex-shrink: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
h2 {
  font-size: 56px;
  font-weight: 600;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
[hidden] {
  display: none !important;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #4c7eff;
  outline-offset: 5px;
}
.wrap {
  width: calc(100% - 48px);
  max-width: 1160px;
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100;
  background: white;
  padding: 12px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}
/* The product identity stays crisp while the page moves beneath it. */
.site-header {
  position: fixed;
  z-index: 40;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1120px;
  min-height: 74px;
  padding: 10px 12px 10px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #ffffffed;
  backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid #ffffffa6;
  border-radius: var(--r-pill);
  box-shadow:
    var(--shadow-card),
    0 0 0 1px #9db7d526;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
  line-height: 1.25;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.brand strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.brand small {
  display: block;
  font-size: 12px;
  color: var(--body);
  margin-top: 3px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}
.desktop-nav a {
  padding: 12px 0;
  text-decoration: none;
  color: #4b5970;
  font-size: 14px;
  font-weight: 550;
  white-space: nowrap;
}
.desktop-nav a:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 650;
  font-size: 15px;
  line-height: 1.3;
  box-shadow: inset 0 1px 1px #ffffff38;
  transition:
    transform 0.18s,
    background 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.nav-cta,
.button.primary {
  background: var(--blue);
  color: white;
  box-shadow:
    inset 0 1px 1px #ffffff42,
    0 4px 8px -4px #0335fc69;
}
.nav-cta {
  padding: 13px 19px;
  min-height: 46px;
  font-size: 13px;
  white-space: nowrap;
}
.nav-cta:hover,
.button.primary:hover {
  background: #002bd7;
}
.mobile-menu {
  display: none;
}
.hero-primary {
  color: #134399;
  background: #fff;
  box-shadow:
    inset 0 2px 2px #fff,
    0 2px 3px #061b4610,
    0 12px 24px -9px #06256a42;
}
.hero-primary:hover {
  background: #f1f6ff;
  box-shadow: 0 4px 12px #05256540;
}
.hero-secondary {
  color: #fff;
  background: #ffffff10;
  border-color: #ffffff50;
}
.hero-secondary:hover {
  background: #ffffff23;
}
/* One continuous sky, anchored by a real, interactive product stage. */
.hero {
  position: relative;
  isolation: isolate;
  padding: 154px 0 0;
  background: linear-gradient(
    180deg,
    #104ac1 0%,
    #2464cf 31%,
    #5b97de 64%,
    #b8d7f2 88%,
    #d5e7f7 100%
  );
}
.hero:before {
  content: "";
  position: absolute;
  inset: 70px 0 23%;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(#d3e5ff 0.65px, transparent 0.8px);
  background-size: 9px 9px;
  opacity: 0.21;
  mask-image: radial-gradient(
    ellipse 68% 48% at 50% 35%,
    #000,
    transparent 95%
  );
}
.hero-text {
  text-align: center;
  color: white;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #ffffffa8;
  box-shadow:
    var(--shadow-card),
    inset 0 1px #fff;
  background: #f7fbfff2;
  color: #264c90;
  padding: 7px 13px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 550;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -0.052em;
}
.hero h1 span {
  color: #e0ecff;
}
.hero-description {
  color: #edf4ff;
  font-size: 19px;
  line-height: 1.6;
  margin-top: 24px;
}
.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #f2f7ff;
  margin-top: 20px;
  line-height: 1.6;
}
.hero-note span {
  opacity: 0.6;
}
.showcase {
  margin-top: 43px;
  scroll-margin-top: 112px;
}
.showcase-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto 20px;
  width: fit-content;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #ffffff6b;
  background: #e8f4ff3d;
  box-shadow: inset 0 1px #ffffff4f;
  border-radius: var(--r-pill);
}
.showcase-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #174581;
  background: transparent;
  border: 1px solid transparent;
  min-height: 42px;
  padding: 9px 19px;
  border-radius: var(--r-pill);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.18s,
    box-shadow 0.18s;
}
.showcase-tabs button > span {
  font-size: 10px;
  opacity: 0.6;
}
.showcase-tabs button[aria-selected="true"] {
  background: #fff;
  color: #103fa1;
  border-color: #fff;
  box-shadow: var(--shadow-card);
}
.showcase-tabs button:not([aria-selected="true"]):hover {
  background: #ffffff47;
}
.showcase-shell {
  padding: 6px;
  background: #ffffff8c;
  border: 1px solid #fff;
  border-radius: 22px;
  box-shadow:
    var(--shadow-float),
    inset 0 1px 1px #fff;
}
.showcase-top {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 9px 17px;
  background: #f9fcff;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #dce6f2;
  color: #49607f;
  font-size: 11px;
  font-weight: 550;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  background: #c5d5e9;
  border: 1px solid #b6c9e2;
  border-radius: 50%;
}
.window-by {
  font-weight: 400;
  color: #7c8ba2;
}
.product-label {
  margin-left: auto;
  font-size: 8px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #7a8ba4;
}
.showcase-panel {
  background: white;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.showcase-panel > .image-open {
  aspect-ratio: 1900/1119;
  width: 100%;
  display: grid;
  place-items: center;
  background: #edf3fa;
}
.image-open {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  color: inherit;
  line-height: 0;
  border-radius: inherit;
  overflow: hidden;
}
.image-open picture {
  display: block;
  width: 100%;
}
.image-open img {
  width: 100%;
  height: auto;
}
.showcase-panel > .image-open > img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.image-zoom {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 600;
  color: #385479;
  background: #fffffff2;
  border: 1px solid #d3deed;
  box-shadow: var(--shadow-card);
  padding: 9px 12px;
  min-height: 38px;
  border-radius: var(--r-pill);
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.18s,
    transform 0.18s;
}
.image-open:hover .image-zoom,
.image-open:focus-visible .image-zoom {
  opacity: 1;
  transform: none;
}
.showcase-panel figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 67px;
  padding: 17px 24px;
  background: #fdfefe;
  border-top: 1px solid #e4ebf4;
  line-height: 1.5;
  color: #64738b;
  font-size: 12px;
}
.showcase-panel figcaption b {
  font-weight: 650;
  color: #233853;
  margin-right: 5px;
}
.caption-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-size: 12px;
  color: #6580a5;
}
.showcase-footnote {
  text-align: center;
  color: #526f96;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 19px;
}
.hero-ledger {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-block: 37px 38px;
  color: #426387;
  font-size: 13px;
  font-weight: 500;
}
.hero-ledger > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-ledger:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--fade-rule);
}
/* Large feature compositions replace the small repeated feature rows. */
.overview {
  background: linear-gradient(#d5e7f7, #e8f1fb 30%, #f4f8fd 100%);
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.eyebrow {
  display: table;
  width: fit-content;
  padding: 7px 13px;
  line-height: 1.4;
  border-radius: var(--r-pill);
  background: #ffffffd9;
  border: 1px solid #d9e5f3;
  box-shadow: var(--shadow-card);
  color: #416691;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.section-heading .eyebrow {
  margin-inline: auto;
}
.section-heading h2 {
  font-size: 56px;
}
.section-heading h2 span {
  color: #55759d;
}
.section-heading > p:last-child {
  font-size: 17px;
  line-height: 1.65;
  color: #5e7593;
  margin-top: 20px;
}
.feature-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feature-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
}
.feature-visual {
  padding: 26px;
  position: relative;
  background: linear-gradient(145deg, #dfebfa, #edf4fc);
  height: auto;
  aspect-ratio: 1.28;
  display: flex;
  align-items: center;
}
.feature-visual .image-open {
  border-radius: 12px;
  box-shadow:
    0 12px 30px -12px #1a385d38,
    0 0 0 1px #b8cbe047;
  align-self: center;
}
.export-visual {
  background: radial-gradient(ellipse at 80% 10%, #ebf3fd, #dbe7f6);
}
.feature-copy {
  padding: 28px 32px 32px;
}
.card-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4c6483;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 17px;
}
.feature-copy h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 16px;
}
.feature-copy > p:not(.card-kicker) {
  font-size: 15px;
  line-height: 1.75;
  color: #62718a;
  max-width: 420px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
  color: #214fb2;
}
.text-link:hover {
  text-decoration: underline;
}
.feature-copy .text-link {
  margin-top: 17px;
}
.format-line {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.format-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe6f0;
  background: #f7faff;
  border-radius: 8px;
  padding: 5px 10px;
  color: #5c7394;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}
.format-line span:first-child {
  color: #1947a6;
  background: #edf3ff;
  border-color: #d5e2fc;
}
.organization {
  padding-top: 12px;
  background: linear-gradient(#f4f8fd, #f7faff 80%, #f0f6fd);
}
.organization-scene {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #142037;
  border: 1px solid #233859;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-float);
  padding: 54px 0 54px 48px;
  color: #fff;
}
.organization-scene:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 120% at 90% 70%,
    #2852997a,
    transparent
  );
}
.organization-copy h2 {
  font-size: 44px;
  line-height: 1.08;
}
.organization-copy h2 span {
  color: #93b5e4;
}
.organization-copy > .eyebrow {
  color: #b9d1f4;
  background: #ffffff0d;
  border-color: #adcaff29;
  box-shadow: inset 0 1px #ffffff0b;
}
.organization-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.75;
  color: #aebfd8;
  margin-top: 22px;
  max-width: 340px;
}
.organization-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 27px;
}
.organization-facts span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c9d9ee;
  font-size: 12px;
}
.organization-facts svg {
  color: #92b9f3;
}
.organization-visual {
  padding-right: 28px;
  min-width: 0;
}
.organization-visual .image-open {
  border-radius: 16px;
  border: 1px solid #ffffff42;
  box-shadow: 0 16px 38px -12px #0208178c;
}
.tool-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 58px;
}
.tool-rail article {
  min-width: 0;
}
.tool-rail article > svg {
  color: #4372b0;
  margin-bottom: 18px;
}
.tool-rail h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
}
.tool-rail p {
  font-size: 13px;
  color: #6a7b93;
  line-height: 1.7;
  max-width: 230px;
}
.privacy-section {
  position: relative;
  background: linear-gradient(#f0f6fd, #e4eefb 54%, #edf4fc 100%);
  padding-block: 50px 72px;
}
.privacy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 88px;
  align-items: center;
}
.privacy-copy h2 {
  font-size: 60px;
}
.privacy-copy h2 span {
  color: #54759f;
}
.privacy-copy > p:not(.eyebrow) {
  max-width: 435px;
  color: #4c6483;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
}
.privacy-copy > .text-link {
  margin-top: 18px;
}
.privacy-object {
  position: relative;
  padding: 30px 32px;
  background: #ffffff91;
  border: 1px solid #fff;
  border-radius: var(--r-card);
  box-shadow:
    var(--shadow-card),
    inset 0 1px #fff;
  overflow: hidden;
}
.privacy-object-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #d6e3f3;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.privacy-icon {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px #416db429);
}
.device-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  color: #6e8aad;
  border: 1px solid #d5e3f4;
  background: #f2f7fd;
  border-radius: 6px;
  padding: 6px 8px;
}
.privacy-ledger {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.privacy-ledger > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.privacy-ledger > div > svg {
  color: #527aa8;
}
.privacy-ledger strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #2e4a70;
}
.privacy-ledger small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #6882a3;
  margin-top: 3px;
}
.privacy-disclosure {
  grid-column: 1/-1;
  max-width: 780px;
  text-align: center;
  font-size: 11px;
  color: #6a82a0;
  line-height: 1.8;
  margin: 16px auto 0;
}
.privacy-disclosure a {
  color: #325d9b;
}
/* Practical information has a quieter, readable rhythm. */
.faq-section {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 90px;
  padding-block: 88px 96px;
}
.faq-heading {
  align-self: start;
  position: sticky;
  top: 125px;
}
.faq-heading h2 {
  font-size: 45px;
  line-height: 1.12;
}
.faq-heading h2 span {
  color: #5f7eaa;
}
.support-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 23px;
  border: 1px solid #e0eaf6;
  background: #ffffffa8;
  border-radius: 18px;
  margin-top: 30px;
  box-shadow: var(--shadow-card);
  max-width: 355px;
}
.support-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #547ead;
  border: 1px solid #d9e5f3;
  background: #edf4fc;
  flex-shrink: 0;
}
.support-card h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.support-card p {
  font-size: 12px;
  line-height: 1.7;
  color: #74869f;
  margin-top: 4px;
}
.support-card .text-link {
  font-size: 12px;
  margin-top: 4px;
  min-height: 36px;
}
.faq-list details {
  position: relative;
}
.faq-list details:after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #d1e0f2, #dbe6f2 75%, transparent);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #253c5c;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #d8e5f4;
  background: #fff;
  border-radius: 50%;
  color: #6e89ae;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  box-shadow: var(--shadow-card);
  transition: transform 0.18s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 14px;
  line-height: 1.8;
  color: #4c6483;
  padding-bottom: 24px;
}
.get-section {
  position: relative;
  isolation: isolate;
  text-align: center;
  background: #1450c2;
  padding-block: 65px 76px;
  color: #fff;
  overflow: hidden;
}
.get-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
    ellipse 65% 130% at 50% 95%,
    #69a5e4 0,
    #357ed557 55%,
    transparent 100%
  );
}
.get-section:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(#d7e9ff 0.65px, transparent 0.8px);
  background-size: 9px 9px;
  mask-image: radial-gradient(ellipse 60% 80% at 50% 45%, #000, transparent);
}
.get-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
}
.get-brand img {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 8px 9px #062e8040);
}
.get-brand small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #cee1ff;
  margin-top: 3px;
}
.get-content > .eyebrow {
  background: none;
  box-shadow: none;
  border: 0;
  color: #c3dbff;
  padding: 0;
  margin: 0 auto 18px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.get-section h2 {
  font-size: 64px;
  line-height: 1.03;
  font-weight: 600;
}
.get-section h2 span {
  color: #dbeaff;
}
.get-content > p:not(.eyebrow) {
  color: #e0edff;
  font-size: 16px;
  margin-top: 24px;
  line-height: 1.7;
}
.get-content > .button {
  margin-top: 28px;
}
.get-content > .release-note {
  font-size: 11px;
  margin-top: 18px;
  color: #eef5ff;
}
.get-content > .mobile-install-note {
  display: none;
}
.site-footer {
  background: linear-gradient(#e7f1fc, #f6faff);
  padding-top: 60px;
  overflow: hidden;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-brand .brand img {
  width: 54px;
  height: 54px;
}
.footer-brand .brand strong {
  font-size: 19px;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: #4c6483;
  margin-top: 18px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.footer-column h3 {
  font-size: 12px;
  font-weight: 650;
  color: #4c6687;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 13px;
}
.footer-column a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #4c6483;
  min-height: 36px;
}
.footer-column a:hover {
  color: var(--blue);
}
.footer-trust {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px;
  padding-block: 26px;
  margin-top: 35px;
  color: #4c6483;
  font-size: 12px;
}
.footer-trust:before,
.footer-trust:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--fade-rule);
  opacity: 0.65;
}
.footer-trust:before {
  top: 0;
}
.footer-trust:after {
  bottom: 0;
}
.footer-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  font-size: 12px;
  line-height: 1.7;
  color: #4c6483;
  padding-block: 21px;
}
.footer-bottom p:last-child {
  max-width: 610px;
  text-align: right;
}
.footer-wordmark {
  font-size: clamp(52px, 9.2vw, 132px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.95;
  color: #d2dfef;
  text-align: center;
  white-space: nowrap;
  margin-top: 25px;
  padding-bottom: 2px;
  mask-image: linear-gradient(#000, #0009);
}
/* A native, viewport-bound lightbox keeps the complete screenshot visible. */
.image-dialog {
  position: fixed;
  inset: 0;
  width: min(1380px, calc(100% - 48px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  border: 1px solid #dce6f5;
  border-radius: 20px;
  padding: 16px 20px 12px;
  background: #f6f9fd;
  color: var(--ink);
  box-shadow: 0 30px 100px #061a4b66;
  overflow: hidden;
}
.image-dialog::backdrop {
  background: #0c1d42a6;
  backdrop-filter: blur(10px);
}
.image-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}
.image-dialog-head h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.dialog-close {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #d6e2f0;
  border-radius: 50%;
  background: #fff;
  color: #527094;
}
.image-dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.image-dialog-body img {
  max-height: calc(100dvh - 188px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.image-dialog-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 10px;
  line-height: 1.7;
  color: #4c6483;
  align-items: center;
  font-size: 12px;
  margin-top: 8px;
}
.image-original {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #184faa;
  font-weight: 600;
  white-space: nowrap;
  text-underline-offset: 3px;
}
body:has(.image-dialog[open]) {
  overflow: hidden;
}
/* Long-form pages share the system without turning prose into cards. */
.doc-page {
  background: linear-gradient(#dceafb 0, #f7faff 460px);
}
.doc {
  width: calc(100% - 48px);
  max-width: 780px;
  margin: auto;
  padding: 148px 0 88px;
}
.doc .doc-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #7a91b0;
  margin-bottom: 36px;
}
.doc-breadcrumb a {
  text-decoration: none;
  color: #5477a9;
}
.doc h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  margin: 19px 0 25px;
}
.doc h2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin: 36px 0 14px;
  scroll-margin-top: 110px;
}
.doc .intro {
  font-size: 18px;
  line-height: 1.75;
  color: #69809d;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6e3f2;
  margin-bottom: 26px;
}
.doc p,
.doc li {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6e89;
}
.doc p + p {
  margin-top: 16px;
}
.doc a {
  overflow-wrap: anywhere;
}
.doc strong {
  font-weight: 650;
  color: #334d70;
}
.doc .eyebrow {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #547daf;
}
.doc-page .site-footer {
  border-top: 1px solid #e0eaf6;
}
@media (max-width: 1100px) {
  .site-header {
    gap: 18px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 13px;
  }
  .nav-cta {
    font-size: 12px;
    padding-inline: 16px;
  }
  .feature-visual {
    height: auto;
    padding: 24px;
  }
  .organization-scene {
    gap: 26px;
    padding-left: 36px;
  }
  .organization-copy h2 {
    font-size: 39px;
  }
  .privacy-layout {
    gap: 30px 50px;
  }
  .faq-section {
    gap: 60px;
  }
  .footer-main {
    gap: 28px;
  }
}
@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }
  .site-header {
    max-width: 760px;
  }
  .nav-cta {
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    min-height: 46px;
    padding: 10px 13px;
    font-size: 13px;
    cursor: pointer;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .menu-lines {
    width: 17px;
    height: 10px;
    border-block: 1.5px solid currentColor;
  }
  .mobile-menu nav {
    position: absolute;
    top: 63px;
    right: -5px;
    width: 290px;
    max-width: calc(100vw - 40px);
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 14px 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-float);
  }
  .mobile-menu nav a {
    padding: 12px 3px;
    min-height: 48px;
    color: #3a5579;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5;
  }
  .mobile-menu nav a:hover {
    color: var(--blue);
  }
  .mobile-menu nav a.button {
    color: #fff;
    margin-block: 8px 5px;
    padding: 14px;
  }
  .hero h1 {
    font-size: 73px;
  }
  .hero-ledger {
    gap: 32px;
    font-size: 12px;
  }
  .feature-pair {
    gap: 20px;
  }
  .feature-visual {
    height: auto;
    padding: 20px;
  }
  .feature-copy {
    padding: 24px;
  }
  .feature-copy h3 {
    font-size: 30px;
  }
  .feature-copy > p:not(.card-kicker) {
    font-size: 14px;
  }
  .organization-scene {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 32px;
  }
  .organization-copy {
    max-width: 680px;
  }
  .organization-copy h2 {
    font-size: 46px;
  }
  .organization-copy > p:not(.eyebrow) {
    max-width: 560px;
    font-size: 16px;
  }
  .organization-facts {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .organization-visual {
    padding: 0;
    max-width: 680px;
    margin: auto;
  }
  .tool-rail {
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
  }
  .tool-rail p {
    max-width: 300px;
    font-size: 14px;
  }
  .privacy-copy h2 {
    font-size: 48px;
  }
  .privacy-object {
    padding: 25px;
  }
  .privacy-icon {
    width: 74px;
    height: 74px;
  }
  .device-label {
    font-size: 12px;
    padding: 5px;
  }
  .privacy-ledger strong {
    font-size: 14px;
  }
  .privacy-ledger small {
    font-size: 12px;
  }
  .faq-heading h2 {
    font-size: 37px;
  }
  .faq-section {
    gap: 38px;
  }
  .support-card {
    padding: 20px 18px;
    gap: 12px;
  }
  .support-icon {
    width: 34px;
    height: 34px;
  }
  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-column:last-child {
    grid-column: 2/-1;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
  .footer-column:last-child h3 {
    width: 100%;
    margin: 0;
  }
  .footer-trust {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .section {
    padding-block: 58px;
  }
  .site-header {
    top: 12px;
    width: calc(100% - 28px);
    min-height: 70px;
    padding: 9px 12px 9px 14px;
    gap: 10px;
  }
  .brand img {
    width: 43px;
    height: 43px;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand small {
    font-size: 11px;
  }
  .nav-cta {
    display: none;
  }
  .mobile-menu {
    margin-left: auto;
  }
  .mobile-menu nav {
    top: 60px;
  }
  .hero {
    padding-top: 123px;
  }
  .hero-eyebrow {
    font-size: 10px;
    padding: 6px 11px;
    gap: 6px;
    margin-bottom: 23px;
  }
  .hero-eyebrow svg {
    width: 14px;
    height: 14px;
  }
  .hero h1 {
    font-size: clamp(48px, 9.2vw, 65px);
    line-height: 1.03;
    letter-spacing: -0.05em;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.7;
    max-width: 430px;
    margin: 23px auto 0;
  }
  .desktop-break {
    display: none;
  }
  .actions {
    gap: 10px;
    margin-top: 26px;
  }
  .button {
    min-height: 50px;
    font-size: 14px;
    padding: 13px 21px;
  }
  .hero-note {
    max-width: 330px;
    font-size: 12px;
    gap: 6px;
    margin: 18px auto 0;
  }
  .showcase {
    margin-top: 34px;
  }
  .showcase-tabs {
    margin-bottom: 15px;
    gap: 3px;
    padding: 4px;
  }
  .showcase-tabs button {
    font-size: 12px;
    gap: 6px;
    min-height: 40px;
    padding: 9px 12px;
  }
  .showcase-tabs button > span {
    display: none;
  }
  .showcase-tabs svg {
    width: 15px;
    height: 15px;
  }
  .showcase-shell {
    padding: 4px;
    border-radius: 16px;
  }
  .showcase-top {
    min-height: 33px;
    padding: 8px 10px;
    gap: 10px;
    border-radius: 11px 11px 0 0;
    font-size: 9px;
  }
  .window-dots {
    gap: 3px;
  }
  .window-dots i {
    width: 5px;
    height: 5px;
    border: 0;
  }
  .window-by {
    display: none;
  }
  .product-label {
    display: none;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
  .showcase-panel {
    border-radius: 0 0 11px 11px;
  }
  .showcase-panel figcaption {
    padding: 14px 14px 16px;
    min-height: 75px;
    font-size: 12px;
    gap: 0;
  }
  .showcase-panel figcaption b {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .caption-meta {
    display: none;
  }
  .showcase-footnote {
    max-width: 330px;
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .hero-ledger {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 20px;
    padding-block: 25px 30px;
    font-size: 12px;
  }
  .hero-ledger > span {
    gap: 6px;
  }
  .hero-ledger svg {
    width: 16px;
    height: 16px;
  }
  .image-zoom {
    opacity: 1;
    transform: none;
    padding: 7px;
    min-height: 32px;
    right: 10px;
    bottom: 10px;
  }
  .image-zoom > span {
    display: none;
  }
  .image-zoom svg {
    width: 15px;
    height: 15px;
  }
  .section-heading {
    margin-bottom: 31px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .section-heading > p:last-child {
    font-size: 15px;
    margin-top: 19px;
  }
  .eyebrow {
    font-size: 12px;
    padding: 6px 11px;
    margin-bottom: 19px;
  }
  .feature-pair {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .feature-card {
    border-radius: 20px;
  }
  .feature-visual {
    height: auto;
    padding: 22px;
    aspect-ratio: 1.28;
  }
  .feature-visual .image-open {
    align-self: center;
    border-radius: 12px;
  }
  .feature-copy {
    padding: 25px 27px 29px;
  }
  .feature-copy h3 {
    font-size: 33px;
  }
  .feature-copy > p:not(.card-kicker) {
    font-size: 14px;
    max-width: 100%;
  }
  .card-kicker {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .feature-copy .text-link {
    font-size: 13px;
    margin-top: 14px;
  }
  .format-line {
    margin-top: 20px;
  }
  .organization {
    padding-top: 8px;
  }
  .organization-scene {
    padding: 30px 24px;
    gap: 27px;
    border-radius: 20px;
  }
  .organization-copy h2 {
    font-size: 38px;
  }
  .organization-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .organization-copy .eyebrow {
    font-size: 12px;
  }
  .organization-facts {
    flex-direction: column;
    gap: 11px;
    margin-top: 22px;
  }
  .organization-facts span {
    font-size: 11px;
  }
  .organization-visual .image-open {
    border-radius: 9px;
  }
  .tool-rail {
    margin-top: 37px;
    gap: 28px 26px;
  }
  .tool-rail article > svg {
    width: 22px;
    height: 22px;
    margin-bottom: 15px;
  }
  .tool-rail h3 {
    font-size: 18px;
    line-height: 1.25;
  }
  .tool-rail p {
    font-size: 12px;
    line-height: 1.75;
  }
  .privacy-section {
    padding-block: 24px 55px;
  }
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .privacy-copy h2 {
    font-size: 45px;
  }
  .privacy-copy > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 500px;
  }
  .privacy-copy > .text-link {
    font-size: 13px;
    margin-top: 15px;
  }
  .privacy-object {
    padding: 24px 27px;
    max-width: 480px;
    width: 100%;
    margin: auto;
    border-radius: 20px;
  }
  .privacy-icon {
    width: 83px;
    height: 83px;
  }
  .privacy-ledger {
    gap: 20px;
  }
  .privacy-ledger strong {
    font-size: 14px;
  }
  .privacy-ledger small {
    font-size: 12px;
  }
  .device-label {
    font-size: 12px;
    padding: 6px 8px;
  }
  .privacy-disclosure {
    font-size: 10px;
    line-height: 1.8;
    max-width: 420px;
    margin-top: 0;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 48px 60px;
  }
  .faq-heading {
    position: static;
  }
  .faq-heading h2 {
    font-size: 38px;
  }
  .support-card {
    max-width: 100%;
    margin-top: 25px;
    padding: 20px 23px;
  }
  .support-icon {
    width: 38px;
    height: 38px;
  }
  .support-card .text-link {
    min-height: 44px;
  }
  .faq-list summary {
    font-size: 15px;
    padding-block: 20px;
  }
  .faq-list details p {
    font-size: 13px;
    line-height: 1.9;
  }
  .get-section {
    padding-block: 49px 56px;
  }
  .get-brand {
    gap: 10px;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .get-brand img {
    width: 57px;
    height: 57px;
  }
  .get-brand small {
    font-size: 10px;
  }
  .get-content > .eyebrow {
    font-size: 12px;
  }
  .get-section h2 {
    font-size: 45px;
  }
  .get-content > p:not(.eyebrow) {
    font-size: 15px;
    max-width: 365px;
    margin: 20px auto 0;
    line-height: 1.75;
  }
  .get-content > .button {
    margin-top: 25px;
  }
  .get-content > .release-note {
    font-size: 10px;
    margin-top: 19px;
  }
  .get-content > .mobile-install-note {
    display: block;
    font-size: 11px;
    color: #d6e7ff;
    max-width: 290px;
    margin-top: 13px;
  }
  .site-footer {
    padding-top: 36px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .brand img {
    width: 48px;
    height: 48px;
  }
  .footer-brand .brand strong {
    font-size: 18px;
  }
  .footer-brand p {
    font-size: 13px;
    margin-top: 13px;
  }
  .footer-column h3 {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .footer-column a {
    font-size: 12px;
    min-height: 40px;
  }
  .footer-column:last-child {
    grid-column: 1/-1;
    gap: 3px 18px;
  }
  .footer-column:last-child h3 {
    margin-bottom: 2px;
  }
  .footer-trust {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 26px;
    font-size: 12px;
    margin-top: 24px;
    padding-block: 23px;
  }
  .footer-trust svg {
    width: 15px;
    height: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
    font-size: 12px;
    padding-block: 20px 10px;
  }
  .footer-bottom p:last-child {
    text-align: left;
    font-size: 12px;
    max-width: 420px;
  }
  .footer-wordmark {
    font-size: 8.9vw;
    margin-top: 18px;
    letter-spacing: -0.06em;
  }
  .image-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 24px);
    padding: 12px;
    border-radius: 16px;
  }
  .image-dialog-head {
    gap: 10px;
    margin-bottom: 10px;
  }
  .image-dialog-head h2 {
    font-size: 15px;
  }
  .dialog-close {
    width: 42px;
    height: 42px;
  }
  .image-dialog-body img {
    max-height: calc(100dvh - 180px);
    border-radius: 6px;
  }
  .image-dialog-footer {
    font-size: 12px;
  }
  .doc {
    width: calc(100% - 40px);
    padding: 120px 0 56px;
  }
  .doc h1 {
    font-size: 40px;
    line-height: 1.14;
    margin: 17px 0 25px;
  }
  .doc h2 {
    font-size: 24px;
    margin-top: 32px;
  }
  .doc p,
  .doc li {
    font-size: 15px;
  }
  .doc .intro {
    font-size: 16px;
  }
  .doc .doc-breadcrumb {
    margin-bottom: 28px;
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .showcase-panel > .image-open {
    aspect-ratio: 820/889;
  }
  .showcase-panel > .image-open > img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  .showcase-panel > .image-open picture {
    align-self: stretch;
    display: flex;
    align-items: center;
  }
  .showcase-panel > .image-open picture > img {
    object-fit: contain;
  }
}
@media (max-width: 380px) {
  .brand {
    gap: 7px;
  }
  .brand img {
    width: 39px;
    height: 39px;
  }
  .brand strong {
    font-size: 14px;
  }
  .brand small {
    font-size: 10px;
  }
  .site-header {
    min-height: 65px;
    padding-left: 12px;
  }
  .mobile-menu summary {
    font-size: 12px;
    padding: 10px 8px;
  }
  .hero {
    padding-top: 113px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero-description {
    font-size: 15px;
  }
  .actions {
    flex-direction: column;
  }
  .actions .button {
    width: 235px;
  }
  .hero-note {
    font-size: 12px;
    gap: 5px;
    max-width: 290px;
  }
  .showcase-tabs button {
    font-size: 11px;
    padding: 8px 11px;
    gap: 5px;
  }
  .showcase-tabs svg {
    width: 14px;
    height: 14px;
  }
  .showcase-top {
    font-size: 8px;
  }
  .product-label {
    font-size: 4px;
  }
  .showcase-panel figcaption {
    padding-inline: 12px;
    font-size: 12px;
  }
  .hero-ledger {
    gap: 12px 15px;
    font-size: 12px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .feature-copy {
    padding: 23px;
  }
  .feature-copy h3 {
    font-size: 31px;
  }
  .feature-visual {
    padding: 18px;
  }
  .organization-scene {
    padding: 27px 20px;
  }
  .organization-copy h2 {
    font-size: 33px;
  }
  .tool-rail {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .tool-rail article {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 0 13px;
  }
  .tool-rail article > svg {
    grid-row: 1/3;
    margin-top: 3px;
  }
  .tool-rail h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .tool-rail p {
    grid-column: 2;
    font-size: 13px;
  }
  .privacy-copy h2 {
    font-size: 40px;
  }
  .privacy-object {
    padding: 23px;
  }
  .privacy-icon {
    width: 72px;
    height: 72px;
  }
  .device-label {
    font-size: 12px;
    padding: 5px 6px;
  }
  .privacy-ledger strong {
    font-size: 13px;
  }
  .privacy-ledger small {
    font-size: 12px;
  }
  .faq-heading h2 {
    font-size: 34px;
  }
  .get-section h2 {
    font-size: 40px;
  }
  .get-content > .button {
    font-size: 12px;
    padding-inline: 17px;
  }
  .get-content > .button svg {
    width: 16px;
    height: 16px;
  }
  .doc h1 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* Captured dialogs contain opaque backdrop pixels outside their native corners.
   Clip the image itself, so the mask scales with the screenshot on every surface. */
img[src$="/preview.webp"],
img[src$="/export.webp"],
img[src$="/names.webp"] {
  clip-path: inset(0 round 2.6% / 3.6%);
}

/* Keep the tour's zoom cue in the letterbox margin, away from source controls. */
#panel-preview .image-zoom,
#panel-export .image-zoom {
  padding: 10px;
  min-height: 40px;
}
#panel-preview .image-zoom > span,
#panel-export .image-zoom > span {
  display: none;
}
