/* Homepage header and footer shared by every page. */
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-latin.c940764593d0.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-latin.c940764593d0.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.site-breadcrumbs {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin: 0 auto 20px;
  gap: 8px;
  color: rgba(255, 255, 255, .6);
  font: 400 16px/20px Inter, sans-serif;
  white-space: nowrap;
}
.site-breadcrumbs a {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}
.site-breadcrumbs a:hover { color: #fff; }
.site-breadcrumbs .current {
  color: #fff;
  font-weight: 600;
}
.site-breadcrumbs .separator {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  font-weight: 400;
}
header[data-movo-shell="header"] {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  display: flex;
  width: min(1280px, calc(100% - 80px));
  min-height: 60px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  color: #fff;
  background: transparent;
}
header[data-movo-shell="header"]::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  z-index: -1;
  width: 100vw;
  height: 60px;
  transform: translateX(-50%);
  background: rgba(10, 9, 12, .9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
header[data-movo-shell="header"] a { color: inherit; text-decoration: none; }
header[data-movo-shell="header"] .brand,
header[data-movo-shell="header"] .nav-links,
header[data-movo-shell="header"] .nav-actions,
header[data-movo-shell="header"] .btn { display: inline-flex; align-items: center; }
header[data-movo-shell="header"] .nav-actions { gap: 24px; }
header[data-movo-shell="header"] .app-download-menu { position: relative; display: inline-flex; flex: 0 0 38px; }
header[data-movo-shell="header"] .nav-menu { position: relative; display: none; flex: 0 0 38px; }
header[data-movo-shell="header"] .nav-menu-button { display: grid; width: 38px; height: 38px; padding: 9px; place-content: center; gap: 4px; border: 0; border-radius: 30px; background: #1e202b; cursor: pointer; }
header[data-movo-shell="header"] .nav-menu-button span { display: block; width: 18px; height: 2px; border-radius: 2px; background: #fff; }
header[data-movo-shell="header"] .nav-menu-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
header[data-movo-shell="header"] .nav-menu-popover { position: absolute; top: calc(100% + 12px); right: 0; z-index: 3; display: grid; width: 190px; padding: 8px; gap: 2px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #171720; box-shadow: 0 18px 42px rgba(0,0,0,.45); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-6px); transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms; }
header[data-movo-shell="header"] .nav-menu.is-open .nav-menu-popover { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
header[data-movo-shell="header"] .nav-menu-popover a { padding: 10px 12px; border-radius: 8px; color: rgba(255,255,255,.78); font: 500 14px/1.2 Inter, sans-serif; white-space: nowrap; }
header[data-movo-shell="header"] .nav-menu-popover a:hover { color: #fff; background: rgba(255,255,255,.08); }
header[data-movo-shell="header"] .movo-wordmark,
footer[data-movo-shell="footer"] .movo-wordmark {
  display: block;
  width: 140px;
  height: auto;
  object-fit: contain;
}
header[data-movo-shell="header"] .page1-brand { width: 140px; height: auto; }
header[data-movo-shell="header"] .brand-mark,
header[data-movo-shell="header"] .brand-mark img { display: block; width: 140px; height: auto; }
header[data-movo-shell="header"] .nav-links { gap: 100px; color: #fff; font: 500 16px/1.2 Inter, sans-serif; letter-spacing: .8px; }
header[data-movo-shell="header"] .nav-links a { white-space: nowrap; opacity: .6; transition: opacity 180ms ease, color 180ms ease; }
header[data-movo-shell="header"] .nav-links a:hover { opacity: 1; color: #fff; }
header[data-movo-shell="header"] .get-started-button {
  display: inline-flex;
  width: 136px;
  height: 38px;
  min-width: 136px;
  min-height: 38px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(270deg, #8b5cf6 0%, #6623fe 100%);
  font: 700 13px/1 Inter, sans-serif;
}
header[data-movo-shell="header"] .app-download-button {
  display: inline-grid;
  width: 38px;
  height: 38px;
  padding: 4px 0;
  place-items: center;
  flex: 0 0 38px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: #1e202b;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
header[data-movo-shell="header"] .app-download-button:hover { background: #1b1b22; transform: translateY(-1px); }
header[data-movo-shell="header"] .app-download-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
header[data-movo-shell="header"] .app-download-icon { display: block; width: 17px; height: 26px; }
header[data-movo-shell="header"] .app-download-popover {
  position: absolute;
  top: calc(100% + 14px);
  right: -214px;
  z-index: 2;
  box-sizing: border-box;
  width: 609px;
  height: 269px;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  color: #1e202b;
  background: #fff url("assets/app-download/image-24764.11d765b22e05.png") center / cover no-repeat;
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(var(--app-download-shift, 0px)) translateY(-6px);
  transform-origin: 72% top;
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}
header[data-movo-shell="header"] .app-download-menu.is-open .app-download-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(var(--app-download-shift, 0px)) translateY(0);
  transition-delay: 0s;
}
header[data-movo-shell="header"] .app-download-content { position: relative; z-index: 1; width: 330px; }
header[data-movo-shell="header"] .app-download-floating-assets { position: absolute; top: 44px; right: 120px; z-index: 3; width: 118px; height: 60px; padding: 7px 7px 5px; box-sizing: border-box; overflow: hidden; border: 1px solid #7546ff; border-radius: 7px; color: #f5f3ff; background: #1d1d27; box-shadow: -3.047px 7.872px 9.84px -1.968px rgba(186, 158, 255, .4), 0 3.149px 3.936px -2.362px rgba(186, 158, 255, .2); }
header[data-movo-shell="header"] .app-download-floating-assets strong { display: block; margin-bottom: 5px; font: 700 7px/1 Inter, sans-serif; }
header[data-movo-shell="header"] .app-download-assets-grid { position: relative; height: 42px; }
header[data-movo-shell="header"] .app-download-assets-grid span { position: absolute; top: 0; display: block; }
header[data-movo-shell="header"] .app-download-assets-grid span:nth-child(1) { left: 0; }
header[data-movo-shell="header"] .app-download-assets-grid span:nth-child(2) { left: 24px; }
header[data-movo-shell="header"] .app-download-assets-grid span:nth-child(3) { left: 48px; }
header[data-movo-shell="header"] .app-download-assets-grid span:nth-child(4) { left: 72px; }
header[data-movo-shell="header"] .app-download-assets-grid span { min-width: 0; }
header[data-movo-shell="header"] .app-download-assets-grid i { display: block; width: 100%; height: 30px; border-radius: 3px; background: url("assets/app-download/image-24699.109aecb5baed.png") center / cover no-repeat; }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-scene { background-image: url("assets/app-download/scence-1.9e2647fece89.png"); }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-character { background-image: url("assets/app-download/character.cb09f46856d3.png"); }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-scene,
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-character { width: 17px; height: 30px; }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-video-plan { width: 17px; height: 30px; }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-still-frame { width: 45px; height: 30px; }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-video-plan { position: relative; background: #29233f; }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-video-plan::before { content: "MD"; position: absolute; left: 3px; top: 12px; width: 11px; height: 7px; border: 2px solid #8e69ff; border-radius: 2px; color: #8e69ff; text-align: center; font: 700 4px/7px Inter, sans-serif; }
header[data-movo-shell="header"] .app-download-assets-grid .assets-thumb-still-frame { background-image: url("assets/app-download/still-frame.109aecb5baed.png"); }
header[data-movo-shell="header"] .app-download-assets-grid b { display: block; width: max-content; overflow: visible; margin-top: 3px; color: #b9b5c5; font: 400 4px/1.1 Inter, sans-serif; text-align: left; white-space: nowrap; }
header[data-movo-shell="header"] .app-download-content h2 { margin: 0; color: #151523; white-space: nowrap; font: 700 24px/29px Inter, sans-serif; }
header[data-movo-shell="header"] .app-download-summary { margin: 6px 0 0; color: #57586a; white-space: nowrap; font: 400 12px/17px Inter, sans-serif; }
header[data-movo-shell="header"] .app-download-scan-row { display: flex; gap: 20px; margin-top: 18px; align-items: center; }
header[data-movo-shell="header"] .app-download-code {
  display: block;
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}
header[data-movo-shell="header"] .app-download-code img { display: block; width: 100px; height: 100px; image-rendering: pixelated; }
header[data-movo-shell="header"] .app-download-actions { display: flex; flex-direction: column; align-items: flex-start; }
header[data-movo-shell="header"] .app-download-actions strong { color: #1b1b29; font: 700 16px/17px Inter, sans-serif; }
header[data-movo-shell="header"] .app-download-actions p { width: 168px; margin: 3px 0 10px; color: #7d7d8d; font: 400 12px/12px Inter, sans-serif; }
header[data-movo-shell="header"] .app-store-link {
  position: relative;
  display: grid;
  width: 135px;
  height: 44px;
  padding: 5px 12px 5px 39px;
  align-content: center;
  border-radius: 12px;
  color: #fff;
  background: #15151d;
  font-family: Inter, sans-serif;
  line-height: 1;
}
header[data-movo-shell="header"] .app-store-link::before { content: "\F8FF"; position: absolute; top: 50%; left: 14px; transform: translateY(-50%); font: 400 21px/1 -apple-system, BlinkMacSystemFont, sans-serif; }
header[data-movo-shell="header"] .app-store-link span { font-size: 9px; }
header[data-movo-shell="header"] .app-store-link b { margin-top: 1px; font-size: 14px; font-weight: 500; }
header[data-movo-shell="header"] .app-download-secure { display: inline-flex; align-items: center; gap: 4px; margin: 20px 0 0; color: #542fff; font: 400 12px/12px Inter, sans-serif; }
header[data-movo-shell="header"] .app-download-secure-icon { display: block; width: 8.57px; height: 10px; flex: 0 0 8.57px; }
header[data-movo-shell="header"] .app-download-device {
  position: absolute;
  top: 28px;
  right: 26px;
  z-index: 2;
  display: block;
  width: 167px;
  height: 355px;
  overflow: visible;
  border: 0;
  border-radius: 11.087px;
  background: #111016;
  box-shadow: 0 18px 30px rgba(31, 15, 75, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
}
header[data-movo-shell="header"] .app-download-device-status {
  position: absolute;
  top: 10px;
  right: 11px;
  left: 11px;
  display: flex;
  height: 9px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
header[data-movo-shell="header"] .app-download-device-time { font: 700 8px/1 Inter, sans-serif; letter-spacing: 0; }
header[data-movo-shell="header"] .app-download-device-indicators { display: inline-flex; gap: 3px; height: 6px; align-items: center; }
header[data-movo-shell="header"] .app-download-device-indicators svg { display: block; color: #fff; }
header[data-movo-shell="header"] .app-download-device-signal { width: 8px; height: 5px; }
header[data-movo-shell="header"] .app-download-device-wifi { width: 8px; height: 6px; }
header[data-movo-shell="header"] .app-download-device-battery { width: 13px; height: 6px; }
header[data-movo-shell="header"] .app-download-device-header {
  position: absolute;
  top: 34.25px;
  right: 6.095px;
  left: 6.095px;
  display: flex;
  height: 10.7px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
header[data-movo-shell="header"] .app-download-device-credit {
  display: inline-flex;
  box-sizing: border-box;
  height: 10.666px;
  padding: 0 4.571px;
  align-items: center;
  gap: 1.524px;
  border: .381px solid #4ade80;
  border-radius: 15.237px;
  color: #4ade80;
  background: rgba(74, 222, 128, .1);
}
header[data-movo-shell="header"] .app-download-device-credit svg,
header[data-movo-shell="header"] .app-download-device-list { width: 6.095px; height: 6.095px; }
header[data-movo-shell="header"] .app-download-device-credit b { font: 700 6px/1 Inter, sans-serif; letter-spacing: 0; }
header[data-movo-shell="header"] .app-download-device-list { color: rgba(255,255,255,.65); }
header[data-movo-shell="header"] .app-download-device-center {
  position: absolute;
  top: 33.4px;
  left: 50%;
  width: 153.133px;
  height: 140.944px;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 51%, rgba(78, 64, 213, .24) 0, rgba(52, 41, 143, .1) 30%, rgba(17, 16, 22, 0) 66%);
}
header[data-movo-shell="header"] .app-download-center-ring {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);
  border: .4px dashed rgba(112, 95, 255, .1);
  border-radius: 50%;
}
header[data-movo-shell="header"] .app-download-center-logo {
  position: absolute;
  top: 57px;
  left: 50%;
  display: flex;
  width: 38.27px;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
header[data-movo-shell="header"] .app-download-center-wordmark { display: block; width: 38.27px; height: auto; object-fit: contain; }
header[data-movo-shell="header"] .app-download-device-center strong {
  position: absolute;
  top: 94px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #4ade80 0%, #4526ff 100%);
  background-clip: text;
  color: transparent;
  font: 700 9.142px/11px Inter, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header[data-movo-shell="header"] .app-download-center-star {
  position: absolute;
  width: 5px;
  height: 5px;
  color: #4deaff;
}
header[data-movo-shell="header"] .app-download-center-star::before,
header[data-movo-shell="header"] .app-download-center-star::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}
header[data-movo-shell="header"] .app-download-center-star::before { width: 1px; height: 5px; }
header[data-movo-shell="header"] .app-download-center-star::after { width: 5px; height: 1px; }
header[data-movo-shell="header"] .star-cyan-left { top: 101px; left: 12px; color: #4deaff; }
header[data-movo-shell="header"] .star-blue-left { top: 62px; left: 22px; color: #4d5eff; }
header[data-movo-shell="header"] .star-orange-top { top: 54px; left: 61px; color: #d3823e; }
header[data-movo-shell="header"] .star-cyan-top { top: 39px; left: 104px; color: #4deaff; }
header[data-movo-shell="header"] .star-blue-right { top: 79px; right: 10px; color: #4d5eff; }
header[data-movo-shell="header"] .star-pink-bottom { top: 119px; left: 57px; color: #d84083; }
header[data-movo-shell="header"] .star-orange-bottom { top: 117px; right: 27px; color: #d3823e; }
header[data-movo-shell="header"] .app-download-device-input {
  position: absolute;
  top: 171px;
  left: 25px;
  z-index: 4;
  display: flex;
  box-sizing: border-box;
  width: 160.331px;
  height: 55.767px;
  padding: 5.828px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: .752px solid transparent;
  border-radius: 7.518px;
  background: linear-gradient(#17171d, #17171d) padding-box, linear-gradient(105deg, #8b5cf6 0%, #3bb4ff 50%, #5206ff 60%, #f88c27 80.29%, #ee4ce3 100%) border-box;
  box-shadow: 3.759px 9.713px 12.141px -2.428px rgba(186, 158, 255, .4), 0 3.885px 4.856px -2.914px rgba(186, 158, 255, .2);
}
header[data-movo-shell="header"] .app-download-input-placeholder {
  color: #8d8b98;
  font: 400 6.095px/7.6px Inter, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}
header[data-movo-shell="header"] .app-download-input-actions {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
header[data-movo-shell="header"] .app-download-input-add {
  display: inline-flex;
  height: 17.9px;
  padding: 0 6.2px;
  align-items: center;
  gap: 3.1px;
  border-radius: 9px;
  color: #fff;
  background: #22222b;
  font: 400 6.095px/1 Inter, sans-serif;
  letter-spacing: 0;
}
header[data-movo-shell="header"] .app-download-input-add img { display: block; width: 7.77px; height: 7.77px; }
header[data-movo-shell="header"] .app-download-input-submit {
  display: grid;
  width: 20.94px;
  height: 20.94px;
  margin-right: -1.2px;
  margin-bottom: -1.2px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #7749ff 0%, #5724ef 100%);
}
header[data-movo-shell="header"] .app-download-input-submit img { display: block; width: 7.77px; height: 7.77px; }
header[data-movo-shell="header"] .app-download-device-backdrop {
  position: absolute;
  top: 21px;
  right: 19px;
  z-index: 1;
  width: 181px;
  height: 369px;
  border: .767px solid #8b5cf6;
  border-radius: 16.13px;
  background: #ded4ff;
}
header[data-movo-shell="header"] .get-started-button::after { content: none; }
header[data-movo-shell="header"] .get-started-button .arrow-icon { width: 0; height: 20px; margin-left: 0; opacity: 0; transition: width 180ms ease, margin-left 180ms ease, opacity 180ms ease; }
header[data-movo-shell="header"] .get-started-button:hover .arrow-icon { width: 20px; margin-left: 10px; opacity: 1; }
header[data-movo-shell="header"] .sign-in-button {
  width: 96px !important;
  min-width: 96px !important;
}
header[data-movo-shell="header"] .sign-in-button:hover,
header[data-movo-shell="header"] .sign-in-button:focus-visible {
  filter: none !important;
  transform: none !important;
}
header[data-movo-shell="header"] .sign-in-button .arrow-icon,
header[data-movo-shell="header"] .sign-in-button:hover .arrow-icon,
header[data-movo-shell="header"] .sign-in-button:focus-visible .arrow-icon {
  display: none !important;
}
header[data-movo-shell="header"] .public-account-slot {
  position: relative;
  display: inline-flex;
  width: 112px;
  height: 44px;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 112px;
}
header[data-movo-shell="header"] .public-account-checking-trigger {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  width: 112px;
  height: 38px;
  padding: 4px 11px 4px 5px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 999px;
  background: rgba(30, 32, 43, .82);
  pointer-events: none;
}
header[data-movo-shell="header"] .public-account-checking-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, .08) 46%, transparent 67%);
  transform: translateX(-105%);
  animation: publicAccountChecking 1.45s ease-in-out infinite;
}
header[data-movo-shell="header"] .public-account-checking-avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
}
header[data-movo-shell="header"] .public-account-checking-line {
  width: 48px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}
@keyframes publicAccountChecking {
  55%, 100% { transform: translateX(105%); }
}
header[data-movo-shell="header"] .public-account-user-trigger {
  appearance: none;
  display: inline-flex;
  box-sizing: border-box;
  width: 112px;
  height: 40px;
  padding: 3px 10px 3px 3px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  flex: 0 0 112px;
  border: 1px solid #24242d;
  border-radius: 999px;
  background: rgba(36, 36, 45, .94);
  cursor: pointer;
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
header[data-movo-shell="header"] .public-account-user-trigger:hover,
header[data-movo-shell="header"] .public-account-user-trigger:focus-visible {
  border-color: rgba(139, 92, 246, .7);
  background: rgba(45, 42, 58, .98);
  transform: translateY(-1px);
}
header[data-movo-shell="header"] .public-account-user-trigger:focus-visible {
  outline: 2px solid rgba(186, 158, 255, .9);
  outline-offset: 3px;
}
header[data-movo-shell="header"] .public-account-avatar {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  overflow: hidden;
  border-radius: 50%;
}
header[data-movo-shell="header"] .public-account-avatar-image,
header[data-movo-shell="header"] .public-account-avatar-fallback {
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
header[data-movo-shell="header"] .public-account-avatar-image {
  display: block;
  object-fit: cover;
}
header[data-movo-shell="header"] .public-account-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #2e3347 0%, #1b1d29 100%);
  font: 800 13px/1 Inter, sans-serif;
}
header[data-movo-shell="header"] .public-account-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .88);
  font: 600 12px/1 Inter, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header[data-movo-shell="header"] .public-account-chevron {
  display: grid;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  place-items: center;
  color: rgba(255, 255, 255, .46);
  transition: color 160ms ease, transform 180ms ease;
}
header[data-movo-shell="header"] .public-account-chevron svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
header[data-movo-shell="header"] .public-account-user-trigger[aria-expanded="true"] .public-account-chevron {
  color: rgba(255, 255, 255, .82);
  transform: rotate(180deg);
}
header[data-movo-shell="header"] .public-account-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1100;
  box-sizing: border-box;
  width: 292px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  color: #f8f7fb;
  background:
    radial-gradient(circle at 92% -10%, rgba(139, 92, 246, .26), transparent 42%),
    rgba(19, 19, 25, .98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(22px);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  transform-origin: top right;
}
header[data-movo-shell="header"] .public-account-popover[hidden] { display: none; }
header[data-movo-shell="header"] .public-account-popover.is-open {
  animation: publicAccountPopoverEnter 180ms cubic-bezier(.2, .8, .2, 1) both;
}
header[data-movo-shell="header"] .public-account-summary {
  position: relative;
  display: flex;
  min-height: 66px;
  padding: 12px;
  align-items: center;
  gap: 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 12px;
  background: linear-gradient(118deg, rgba(255, 255, 255, .055), rgba(139, 92, 246, .075));
}
header[data-movo-shell="header"] .public-account-summary::after {
  position: absolute;
  top: -18px;
  right: -16px;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(186, 158, 255, .12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 10px rgba(139, 92, 246, .025), 0 0 0 20px rgba(139, 92, 246, .018);
}
header[data-movo-shell="header"] .public-account-popover-avatar {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: #20212b;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}
header[data-movo-shell="header"] .public-account-popover-avatar .public-account-avatar-image,
header[data-movo-shell="header"] .public-account-popover-avatar .public-account-avatar-fallback {
  width: 100%;
  height: 100%;
}
header[data-movo-shell="header"] .public-account-summary-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}
header[data-movo-shell="header"] .public-account-summary-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header[data-movo-shell="header"] .public-account-credit {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
  color: #71e598;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}
header[data-movo-shell="header"] .public-account-credit svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: currentColor;
}
header[data-movo-shell="header"] .public-account-credit span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header[data-movo-shell="header"] .public-account-actions {
  display: grid;
  gap: 2px;
  margin-top: 7px;
}
header[data-movo-shell="header"] .public-account-action {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 0 10px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, .82);
  background: transparent;
  font: 600 12px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}
header[data-movo-shell="header"] .public-account-action:hover,
header[data-movo-shell="header"] .public-account-action:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .065);
}
header[data-movo-shell="header"] .public-account-action:focus-visible {
  outline: 2px solid rgba(186, 158, 255, .75);
  outline-offset: -2px;
}
header[data-movo-shell="header"] .public-account-action:disabled {
  opacity: .52;
  cursor: wait;
}
header[data-movo-shell="header"] .public-account-action-icon {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 8px;
  color: #c9bcff;
  background: rgba(139, 92, 246, .12);
}
header[data-movo-shell="header"] .public-account-action-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
header[data-movo-shell="header"] .public-account-action:first-child .public-account-action-icon svg {
  fill: currentColor;
  stroke: none;
}
header[data-movo-shell="header"] .public-account-action-arrow {
  width: 14px;
  height: 14px;
  margin-left: auto;
  fill: none;
  stroke: rgba(255, 255, 255, .35);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
header[data-movo-shell="header"] .public-account-logout { color: rgba(255, 182, 188, .82); }
header[data-movo-shell="header"] .public-account-logout .public-account-action-icon {
  color: #ff9ba4;
  background: rgba(255, 91, 105, .09);
}
header[data-movo-shell="header"] .public-account-logout:hover,
header[data-movo-shell="header"] .public-account-logout:focus-visible {
  color: #ffc0c6;
  background: rgba(255, 91, 105, .07);
}
header[data-movo-shell="header"] .public-account-status {
  margin: 5px 4px 2px;
  padding: 7px 9px;
  border-radius: 8px;
  color: #ffb6bd;
  background: rgba(255, 91, 105, .075);
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}
header[data-movo-shell="header"] .public-account-status[hidden] { display: none; }
@keyframes publicAccountPopoverEnter {
  from { opacity: 0; transform: translateY(-5px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.signup-prompt {
  position: fixed;
  right: 28px;
  bottom: 40px;
  z-index: 980;
  display: none;
  box-sizing: border-box;
  width: 320px;
  height: 480px;
  padding: 0 24px 32px;
  overflow: hidden;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  border-radius: 24px;
  color: #fff;
  background: #1e202b;
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .6);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.signup-prompt.is-visible { display: flex; animation: signupPromptEnter 360ms cubic-bezier(.2, .8, .2, 1) both; }
.signup-prompt.is-dismissed { display: none; }
.signup-prompt-accent {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 4px;
  opacity: .5;
  background: linear-gradient(90deg, rgba(252, 231, 88, 0) 0%, #fce758 50%, rgba(252, 231, 88, 0) 100%);
}
.signup-prompt-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(64, 72, 93, .2);
  border-radius: 9999px;
  color: #a3aac4;
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}
.signup-prompt-close:hover { color: #fff; background: rgba(0, 0, 0, .56); }
.signup-prompt-close:focus-visible { outline: 2px solid #8b5cf6; outline-offset: 2px; }
.signup-prompt-close svg { display: block; width: 12px; height: 12px; }
.signup-prompt-header { position: relative; min-height: 104px; height: 104px; margin-top: 24px; }
.signup-prompt-copy { position: relative; z-index: 2; display: flex; width: 270px; flex-direction: column; align-items: flex-start; gap: 8px; }
.signup-prompt h2 { margin: 0; font-size: 24px; font-weight: 700; line-height: 29px; letter-spacing: 0; }
.signup-prompt-credit { display: flex; margin: 0; height: 32px; align-items: center; gap: 4px; white-space: nowrap; }
.signup-prompt-credit-icon { display: block; width: 32px; height: 32px; flex: 0 0 32px; }
.signup-prompt-credit strong { color: #4ade80; font-size: 32px; font-weight: 700; line-height: 32px; }
.signup-prompt-credit b { color: #fff; font-size: 14px; font-weight: 700; line-height: 28px; }
.signup-prompt-description { width: 270px; margin: 0; color: rgba(255,255,255,.6); font-size: 12px; font-weight: 500; line-height: 20px; }
.signup-prompt-image { position: absolute; top: -12px; right: -12px; width: 94px; height: 94px; object-fit: contain; transform: scaleX(-1); }
.signup-prompt-features { display: grid; margin: 0; padding: 0; gap: 8px; list-style: none; }
.signup-prompt-features li {
  display: flex;
  box-sizing: border-box;
  min-height: 46px;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  border: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.signup-prompt-feature-icon { display: grid; box-sizing: border-box; width: 30px; height: 30px; flex: 0 0 30px; padding: 7px; place-items: center; border-radius: 6px; background: rgba(74, 222, 128, .1); }
.signup-prompt-feature-icon img { display: block; width: 16px; height: 16px; }
.signup-prompt-feature-highlight { color: #4ade80; font-weight: 600; }
.signup-prompt-cta {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 24px;
  color: #101219;
  background: linear-gradient(90deg, #46dd78 0%, #66e47f 100%);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease;
}
.signup-prompt-cta:hover { color: #101219; filter: brightness(1.05); transform: translateY(-1px); }
.signup-prompt-cta:focus-visible { outline: 3px solid rgba(74,222,128,.35); outline-offset: 3px; }
.signup-prompt-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@keyframes signupPromptEnter {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 640px) {
  .signup-prompt {
    right: 14px;
    bottom: 14px;
    width: min(300px, calc(100vw - 28px));
    height: auto;
    max-height: calc(100vh - 28px);
    padding: 0 20px 24px;
    gap: 16px;
  }
  .signup-prompt-header { min-height: 104px; height: 104px; margin-top: 24px; }
  .signup-prompt-copy, .signup-prompt-description { width: 260px; }
  .signup-prompt-image { width: 94px; height: 94px; }
  .signup-prompt-features li { min-height: 34px; padding-block: 5px; }
  .signup-prompt-cta { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .signup-prompt.is-visible { animation: none; }
}

/* Showcase player: the Figma modal has two presentation ratios. The runtime
   adds data-orientation after the full video's metadata is available. */
.showcase-player {
  padding: clamp(16px, 3vw, 40px);
}
.showcase-player__backdrop {
  background: rgba(5, 5, 10, .88);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  backdrop-filter: blur(18px) saturate(115%);
}
.showcase-player__panel {
  display: flex;
  width: min(1120px, 100%);
  max-height: calc(100dvh - clamp(32px, 6vw, 80px));
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: #09090d;
  box-shadow: 0 36px 120px rgba(0, 0, 0, .72), 0 0 0 1px rgba(167, 121, 255, .04);
  aspect-ratio: 16 / 9;
}
.showcase-player[data-orientation="portrait"] .showcase-player__panel {
  width: auto;
  height: min(calc(100dvh - clamp(32px, 6vw, 80px)), 820px);
  aspect-ratio: 9 / 16;
}
.showcase-player__header {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  min-height: 74px;
  padding: 14px 14px 14px 24px;
  background: linear-gradient(180deg, rgba(5, 5, 10, .7), rgba(5, 5, 10, 0));
  pointer-events: none;
}
.showcase-player__title {
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .65);
}
.showcase-player__close { pointer-events: auto; }
.showcase-player__video {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}
@media (max-width: 720px) {
  .showcase-player { padding: 16px; }
  .showcase-player__panel {
    width: 100%;
    max-height: calc(100dvh - 32px);
    border-radius: 16px;
  }
  .showcase-player[data-orientation="portrait"] .showcase-player__panel {
    width: min(calc(100vw - 32px), calc((100dvh - 32px) * 9 / 16));
    height: auto;
  }
}

footer[data-movo-shell="footer"] {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 340px;
  margin-top: 0;
  padding: 40px 24px;
  flex-direction: column;
  gap: 28px;
  color: rgba(255, 255, 255, .8);
  background: #09090c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}
footer[data-movo-shell="footer"] a { color: inherit; text-decoration: none; }
footer[data-movo-shell="footer"] .site-footer-inner { display: contents; }
footer[data-movo-shell="footer"] .site-footer-main { display: grid; width: min(1520px, 100%); min-height: 184px; margin: 0 auto; grid-template-columns: 322px minmax(0, 1fr); gap: 80px; align-items: start; }
footer[data-movo-shell="footer"] .site-footer-brand { display: flex; width: 322px; flex-direction: column; align-items: flex-start; }
footer[data-movo-shell="footer"] .site-footer-brand .brand-mark,
footer[data-movo-shell="footer"] .site-footer-brand .brand-mark img { display: block; width: 140px; height: 19px; }
footer[data-movo-shell="footer"] .site-footer-brand p { margin: 30px 0 0; color: #a1a1aa; font: 400 16px/19px Inter, sans-serif; letter-spacing: 0; }
footer[data-movo-shell="footer"] .site-footer-socials { display: flex; gap: 8px; margin-top: 18px; }
footer[data-movo-shell="footer"] .site-footer-socials a { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); }
footer[data-movo-shell="footer"] .site-footer-socials a:hover { color: #fff; background: rgba(139,92,246,.7); transform: translateY(-2px); }
footer[data-movo-shell="footer"] .site-footer-socials svg { width: 16px; height: 16px; fill: currentColor; }
footer[data-movo-shell="footer"] .site-footer-links { display: grid; width: 100%; min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(230px, 1.4fr); gap: 24px; align-items: start; }
footer[data-movo-shell="footer"] .site-footer-group { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; white-space: nowrap; }
footer[data-movo-shell="footer"] .site-footer-group strong { margin-bottom: 16px; color: #fffafa; font-size: 24px; font-weight: 500; line-height: normal; }
footer[data-movo-shell="footer"] .site-footer-group a,
footer[data-movo-shell="footer"] .site-footer-group span { color: rgba(255,255,255,.68); font-size: 14px; font-weight: 400; line-height: 30px; }
footer[data-movo-shell="footer"] .site-footer-group a { color: rgba(255,255,255,.68); font-size: 14px; font-weight: 400; line-height: 30px; }
footer[data-movo-shell="footer"] .site-footer-company { min-width: 0; }
footer[data-movo-shell="footer"] .site-footer-divider { width: min(1520px, 100%); height: 1px; margin: 0 auto; background: rgba(255,255,255,.2); }
footer[data-movo-shell="footer"] .site-footer-bottom { display: flex; width: min(1520px, 100%); margin: 0 auto; padding-right: 64px; align-items: center; justify-content: space-between; color: #bfbaca; font-size: 12px; }
footer[data-movo-shell="footer"] .site-footer-bottom p { margin: 0; }
/* Keep the footer spacing while hiding the partner attribution. */
footer[data-movo-shell="footer"] .site-footer-from { visibility: hidden; }
footer[data-movo-shell="footer"] .site-footer-from b { display: inline-flex; gap: 4px; align-items: center; color: #fff; font-size: 12px; }
footer[data-movo-shell="footer"] .site-footer-from svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; }
footer[data-movo-shell="footer"] .site-footer-back-top { position: absolute; right: 24px; bottom: 24px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 8px; color: #fff; background: rgba(255,255,255,.2); }
footer[data-movo-shell="footer"] .site-footer-back-top svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
@media (max-width: 1100px) {
  header[data-movo-shell="header"] .nav-links { gap: 40px; }
  footer[data-movo-shell="footer"] { min-height: 0; padding: 56px 40px 36px; }
  footer[data-movo-shell="footer"] .site-footer-main { grid-template-columns: 1fr; gap: 44px; }
  footer[data-movo-shell="footer"] .site-footer-brand { width: 100%; }
  footer[data-movo-shell="footer"] .site-footer-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
  footer[data-movo-shell="footer"] .site-footer-company { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  header[data-movo-shell="header"] {
    width: calc(100% - 40px);
    min-height: 56px;
    padding: 8px 0;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  header[data-movo-shell="header"]::before { height: 100%; }
  header[data-movo-shell="header"] .nav-links {
    display: none;
  }
  header[data-movo-shell="header"] .nav-menu { display: inline-flex; position: relative; order: -1; }
  header[data-movo-shell="header"] .app-download-menu { order: 0; }
  header[data-movo-shell="header"] .nav-menu-popover { right: 0; left: auto; }
  header[data-movo-shell="header"] .brand { margin-left: 0; }
  header[data-movo-shell="header"] .nav-actions { gap: 12px; }
  header[data-movo-shell="header"] .brand,
  header[data-movo-shell="header"] .nav-actions { flex: 0 0 auto; }
  header[data-movo-shell="header"] .app-download-popover {
    position: fixed;
    top: 68px;
    right: 20px;
    width: min(400px, calc(100vw - 40px));
    height: auto;
    min-height: 0;
  }
  header[data-movo-shell="header"] .app-download-device,
  header[data-movo-shell="header"] .app-download-device-backdrop,
  header[data-movo-shell="header"] .app-download-floating-assets { display: none; }
  header[data-movo-shell="header"] .app-download-content {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  header[data-movo-shell="header"] .app-download-scan-row {
    justify-content: center;
  }
  header[data-movo-shell="header"] .app-download-actions {
    align-items: flex-start;
  }
  header[data-movo-shell="header"] .app-download-secure {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  header[data-movo-shell="header"] { width: calc(100% - 28px); }
  header[data-movo-shell="header"] .public-account-slot,
  header[data-movo-shell="header"] .public-account-checking-trigger,
  header[data-movo-shell="header"] .public-account-user-trigger {
    width: 96px;
    flex-basis: 96px;
  }
  header[data-movo-shell="header"] .public-account-slot {
    height: 40px;
  }
  header[data-movo-shell="header"] .public-account-user-trigger {
    padding-right: 8px;
    gap: 7px;
  }
  header[data-movo-shell="header"] .public-account-checking-line {
    width: 36px;
  }
  header[data-movo-shell="header"] .public-account-popover {
    width: min(292px, calc(100vw - 28px));
  }
  header[data-movo-shell="header"] .app-download-popover {
    right: -14px;
    width: min(400px, calc(100vw - 28px));
    padding: 20px;
  }
  header[data-movo-shell="header"] .app-download-content h2 { font-size: 21px; line-height: 26px; }
  header[data-movo-shell="header"] .app-download-summary { overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
  header[data-movo-shell="header"] .app-download-scan-row { gap: 14px; }
  header[data-movo-shell="header"] .app-download-code { width: 108px; height: 108px; padding: 9px; border-radius: 18px; }
  header[data-movo-shell="header"] .app-download-code img { width: 90px; height: 90px; }
  header[data-movo-shell="header"] .app-download-actions p { width: 150px; }
  header[data-movo-shell="header"] .app-download-secure { margin-top: 16px; font-size: 11px; }
  footer[data-movo-shell="footer"] { padding: 48px 16px 32px; }
  footer[data-movo-shell="footer"] .site-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 18px; }
  footer[data-movo-shell="footer"] .site-footer-group strong { margin-bottom: 14px; font-size: 22px; }
  footer[data-movo-shell="footer"] .site-footer-group a,
  footer[data-movo-shell="footer"] .site-footer-group span { font-size: 13px; line-height: 26px; }
  footer[data-movo-shell="footer"] .site-footer-company { grid-column: 1 / -1; }
  footer[data-movo-shell="footer"] .site-footer-bottom { padding-right: 0; gap: 16px; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 380px) {
  header[data-movo-shell="header"] .movo-wordmark,
  header[data-movo-shell="header"] .page1-brand,
  header[data-movo-shell="header"] .brand-mark,
  header[data-movo-shell="header"] .brand-mark img { width: 112px; }
  header[data-movo-shell="header"] .brand { margin-left: 0; }
  header[data-movo-shell="header"] .nav-actions { gap: 8px; }
  header[data-movo-shell="header"] .nav-menu,
  header[data-movo-shell="header"] .nav-menu-button,
  header[data-movo-shell="header"] .app-download-button { width: 34px; height: 34px; flex-basis: 34px; }
  header[data-movo-shell="header"] .app-download-icon { width: 15px; height: 23px; }
  header[data-movo-shell="header"] .nav-menu-button { padding: 7px; }
  header[data-movo-shell="header"] .nav-menu-button span { width: 16px; }
  header[data-movo-shell="header"] .public-account-slot,
  header[data-movo-shell="header"] .public-account-checking-trigger,
  header[data-movo-shell="header"] .public-account-user-trigger { width: 72px; flex-basis: 72px; }
  header[data-movo-shell="header"] .app-download-popover { width: min(400px, calc(100vw - 16px)); padding: 16px; }
  header[data-movo-shell="header"] .app-download-content h2 { font-size: 19px; line-height: 23px; }
  header[data-movo-shell="header"] .app-download-summary { margin-top: 4px; }
  header[data-movo-shell="header"] .app-download-scan-row { gap: 10px; margin-top: 14px; }
  header[data-movo-shell="header"] .app-download-code { width: 92px; height: 92px; padding: 8px; border-radius: 15px; }
  header[data-movo-shell="header"] .app-download-code img { width: 76px; height: 76px; }
  header[data-movo-shell="header"] .app-download-actions p { width: 142px; }
  header[data-movo-shell="header"] .app-download-secure { margin-top: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  header[data-movo-shell="header"] .public-account-checking-trigger::after {
    animation: none;
  }
  header[data-movo-shell="header"] .public-account-popover.is-open {
    animation: none;
  }
  header[data-movo-shell="header"] .public-account-chevron {
    transition: none;
  }
}
