.site-theme-theme5 {
  --theme5-ink: #182139;
  --theme5-muted: #68748d;
  --theme5-primary: #6861ef;
  --theme5-primary-deep: #5149d9;
  --theme5-blue: #5ea7ff;
  --theme5-cyan: #76e5e7;
  --theme5-green: #31bd70;
  --theme5-line: rgba(255, 255, 255, .72);
  --theme5-hairline: rgba(66, 78, 116, .14);
  --theme5-shadow: 0 24px 70px rgba(66, 79, 125, .16);
  --theme5-wrap: 1240px;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--theme5-ink);
  background:
    radial-gradient(circle at 7% 12%, rgba(133, 190, 255, .75), transparent 31rem),
    radial-gradient(circle at 92% 24%, rgba(240, 170, 216, .65), transparent 29rem),
    radial-gradient(circle at 52% 78%, rgba(124, 235, 207, .56), transparent 35rem),
    linear-gradient(145deg, #e7f3ff, #eee6ff 52%, #e6fff7);
  background-attachment: fixed;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}

.site-theme-theme5::before,
.site-theme-theme5::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(36px);
}

.site-theme-theme5::before {
  width: 330px;
  height: 330px;
  top: 12%;
  left: -150px;
  background: rgba(91, 137, 255, .28);
}

.site-theme-theme5::after {
  width: 390px;
  height: 390px;
  right: -180px;
  bottom: 8%;
  background: rgba(239, 123, 194, .24);
}

.site-theme-theme5 *,
.site-theme-theme5 *::before,
.site-theme-theme5 *::after { box-sizing: border-box; }
.site-theme-theme5 a { color: inherit; text-decoration: none; }
.site-theme-theme5 button,
.site-theme-theme5 a { font: inherit; }
.site-theme-theme5 button { border: 0; cursor: pointer; }
.site-theme-theme5 [hidden] { display: none !important; }

.theme5-wrap {
  width: min(var(--theme5-wrap), calc(100% - 28px));
  margin-inline: auto;
}

.theme5-glass {
  border: 1px solid var(--theme5-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .43), rgba(255, 255, 255, .14)),
    rgba(255, 255, 255, .31);
  box-shadow: var(--theme5-shadow), inset 0 1px 0 rgba(255, 255, 255, .62);
  -webkit-backdrop-filter: blur(25px) saturate(145%);
  backdrop-filter: blur(25px) saturate(145%);
}

.theme5-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 8px 0;
  padding-top: max(8px, env(safe-area-inset-top));
  pointer-events: none;
}

.theme5-topbar-inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 11px;
  border-radius: 20px;
  pointer-events: auto;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .43), rgba(255, 255, 255, .14)),
    rgba(255, 255, 255, .31);
  box-shadow: var(--theme5-shadow), inset 0 1px 0 rgba(255, 255, 255, .62);
  -webkit-backdrop-filter: blur(25px) saturate(145%);
  backdrop-filter: blur(25px) saturate(145%);
}

.theme5-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.theme5-brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.theme5-brand-icon,
.theme5-app-icon,
.theme5-floating-icon {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .46);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, .3), 0 9px 25px rgba(93, 86, 218, .2);
}

.theme5-brand-icon { width: 38px; height: 38px; border-radius: 13px; }
.theme5-brand-icon img,
.theme5-app-icon img,
.theme5-floating-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }

.theme5-top-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #58627a;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.theme5-top-status::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--theme5-green);
  box-shadow: 0 0 0 4px rgba(49, 189, 112, .13);
}

.theme5-main { padding: 16px 0 24px; }
.theme5-cards { display: grid; gap: 18px; }

.theme5-download-pass {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  grid-template-areas:
    "identity icon"
    "copy copy"
    "specs specs"
    "actions actions"
    "verify verify";
  gap: 17px 13px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 22px 17px 18px;
  border-radius: 34px;
}

.theme5-download-pass.theme5-no-icon {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "identity" "copy" "specs" "actions" "verify";
}

.theme5-download-pass::before,
.theme5-download-pass::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.theme5-download-pass::before {
  width: 240px;
  height: 240px;
  top: -120px;
  right: -95px;
  background: radial-gradient(circle at 38% 38%, rgba(255, 255, 255, .72), rgba(230, 160, 216, .32) 45%, rgba(104, 97, 239, .12) 72%, transparent 73%);
}

.theme5-download-pass::after {
  width: 280px;
  height: 280px;
  left: -170px;
  bottom: 18%;
  background: radial-gradient(circle, rgba(103, 174, 255, .22), transparent 67%);
}

.theme5-pass-identity {
  grid-area: identity;
  min-width: 0;
  align-self: center;
}

.theme5-pass-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--theme5-primary-deep);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.theme5-pass-kicker::before {
  content: "✓";
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--theme5-green);
  font-size: 9px;
  letter-spacing: 0;
}

.theme5-pass-identity h1 {
  margin: 9px 0 0;
  overflow-wrap: anywhere;
  font-size: clamp(31px, 10vw, 48px);
  line-height: .98;
  letter-spacing: -.065em;
}

.theme5-pass-subtitle {
  margin: 9px 0 0;
  color: #5d6881;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.theme5-pass-icon-area {
  grid-area: icon;
  display: grid;
  justify-items: end;
  align-content: center;
  position: relative;
}

.theme5-pass-icon-area::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  transform: translate(-50%, -50%);
}

.theme5-app-icon {
  width: 76px;
  height: 76px;
  position: relative;
  z-index: 1;
  padding: 4px;
  border-radius: 24px;
  transform: rotate(3deg);
}

.theme5-app-icon img { border-radius: 19px; }

.theme5-pass-version {
  display: none;
  max-width: 100%;
  overflow: hidden;
  color: rgba(77, 87, 119, .1);
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.09em;
  white-space: nowrap;
}

.theme5-pass-copy {
  grid-area: copy;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 17px 38px 17px 24px;
  color: #536078;
  background: linear-gradient(115deg, rgba(121, 112, 242, .1), rgba(101, 181, 246, .12) 56%, rgba(236, 152, 205, .12));
  font-size: 11px;
  line-height: 1.75;
}

.theme5-pass-copy::after {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
  top: -37px;
  right: -18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
}

.theme5-pass-specs {
  grid-area: specs;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid var(--theme5-hairline);
  border-bottom: 1px solid var(--theme5-hairline);
}

.theme5-pass-specs div { min-width: 0; padding: 14px 7px 13px; }
.theme5-pass-specs div:nth-child(odd) { padding-right: 14px; border-right: 1px solid var(--theme5-hairline); }
.theme5-pass-specs div:nth-child(even) { padding-left: 14px; }
.theme5-pass-specs div:nth-child(-n+2) { border-bottom: 1px solid var(--theme5-hairline); }
.theme5-pass-specs dt { color: var(--theme5-muted); font-size: 9px; }
.theme5-pass-specs dd {
  margin: 6px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.theme5-pass-actions { grid-area: actions; min-width: 0; }
.theme5-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr);
  gap: 8px;
}

.theme5-download-btn {
  min-width: 0;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 13px;
  border-radius: 17px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.theme5-download-btn:hover { transform: translateY(-2px); }
.theme5-download-btn:focus-visible,
.theme5-floating-btn:focus-visible,
.theme5-brand:focus-visible,
.theme5-shot-panel:focus-visible {
  outline: 3px solid rgba(81, 73, 217, .32);
  outline-offset: 3px;
}

.theme5-download-btn.theme5-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--theme5-primary), var(--theme5-blue));
  box-shadow: 0 14px 30px rgba(91, 88, 222, .24);
}

.theme5-download-btn.theme5-secondary {
  color: #3f4b66;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.theme5-download-btn.theme5-is-disabled {
  opacity: .52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.theme5-download-tray-icon {
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 17px;
}

.theme5-download-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  color: #68748a;
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
}

.theme5-download-note::before {
  content: "i";
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(75, 88, 119, .25);
  border-radius: 50%;
  color: #52617e;
  font-size: 8px;
  font-weight: 800;
}

.theme5-pass-verification {
  grid-area: verify;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  position: relative;
  padding-top: 3px;
}

.theme5-pass-verification::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 24px;
  right: 15%;
  left: 15%;
  background: linear-gradient(90deg, rgba(104, 97, 239, .28), rgba(49, 189, 112, .38), rgba(94, 167, 255, .28));
}

.theme5-verify-item {
  min-width: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.theme5-verify-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 15px;
  background: rgba(255, 255, 255, .67);
  box-shadow: 0 9px 22px rgba(65, 78, 121, .1), inset 0 1px 0 #fff;
}

.theme5-verify-symbol { display: block; position: relative; }
.theme5-verify-symbol.theme5-badge {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #766bed;
  box-shadow: 0 0 0 3px rgba(118, 107, 237, .14);
}

.theme5-verify-symbol.theme5-badge::before { content: "★"; font-size: 10px; line-height: 1; }
.theme5-verify-symbol.theme5-badge::after {
  content: "";
  width: 10px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: -1;
  background: #766bed;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 50% 69%, 22% 100%);
  transform: translateX(-50%);
}

.theme5-verify-symbol.theme5-shield {
  width: 22px;
  height: 24px;
  background: #42bfa2;
  clip-path: polygon(50% 0, 94% 16%, 86% 71%, 50% 100%, 14% 71%, 6% 16%);
}

.theme5-verify-symbol.theme5-shield::before {
  content: "";
  width: 8px;
  height: 7px;
  position: absolute;
  left: 7px;
  bottom: 6px;
  border-radius: 2px;
  background: #fff;
}

.theme5-verify-symbol.theme5-shield::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 8px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.theme5-verify-symbol.theme5-refresh {
  width: 22px;
  height: 22px;
  border: 3px solid #e68db8;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.theme5-verify-symbol.theme5-refresh::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
  right: -3px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e68db8;
  transform: rotate(20deg);
}

.theme5-verify-check {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  position: absolute;
  right: -5px;
  bottom: -4px;
  border: 2px solid rgba(246, 250, 255, .95);
  border-radius: 50%;
  color: #fff;
  background: var(--theme5-green);
  font-size: 8px;
  font-weight: 800;
}

.theme5-verify-item strong,
.theme5-verify-item small { display: block; }
.theme5-verify-item strong { margin-top: 10px; font-size: 10px; }
.theme5-verify-item small { margin-top: 3px; color: var(--theme5-muted); font-size: 8px; }

.theme5-screenshot-deck {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 19px 14px 15px;
  border-radius: 34px;
}

.theme5-screenshot-deck::before,
.theme5-screenshot-deck::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
}

.theme5-screenshot-deck::before {
  width: 270px;
  height: 270px;
  top: 18%;
  left: -150px;
  background: rgba(82, 190, 232, .2);
}

.theme5-screenshot-deck::after {
  width: 300px;
  height: 300px;
  right: -170px;
  bottom: 10%;
  background: rgba(108, 230, 188, .18);
}

.theme5-deck-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 2px 4px 16px;
}

.theme5-deck-kicker {
  display: block;
  margin-bottom: 5px;
  color: #68748e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.theme5-deck-head h2 { margin: 0; font-size: 23px; letter-spacing: -.045em; }
.theme5-shot-counter { color: #778299; font-size: 10px; font-weight: 800; }
.theme5-shot-counter strong { color: var(--theme5-ink); font-size: 16px; }

.theme5-accordion-gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
  touch-action: pan-y;
}

.theme5-shot-panel {
  height: 60px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 19px;
  background: rgba(255, 255, 255, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58);
  outline: none;
  cursor: pointer;
  transition: height .62s cubic-bezier(.2, .72, .2, 1), border-radius .35s ease, box-shadow .35s ease;
}

.theme5-shot-panel:nth-child(4n+1) { background: linear-gradient(145deg, rgba(118, 108, 239, .24), rgba(91, 168, 246, .2)); }
.theme5-shot-panel:nth-child(4n+2) { background: linear-gradient(145deg, rgba(237, 152, 206, .26), rgba(146, 119, 235, .19)); }
.theme5-shot-panel:nth-child(4n+3) { background: linear-gradient(145deg, rgba(85, 207, 177, .25), rgba(93, 178, 236, .18)); }
.theme5-shot-panel:nth-child(4n+4) { background: linear-gradient(145deg, rgba(246, 177, 121, .23), rgba(229, 143, 185, .19)); }

.theme5-shot-panel.theme5-active {
  height: min(590px, calc((100vw - 58px) * 16 / 9));
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(59, 77, 125, .16), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.theme5-panel-label {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 0 15px;
  color: #4e5a73;
  background: linear-gradient(90deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .14));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: color .3s ease, background .3s ease;
}

.theme5-active .theme5-panel-label {
  right: auto;
  min-width: 115px;
  border-radius: 0 0 17px 0;
  color: #fff;
  background: rgba(44, 53, 87, .48);
}

.theme5-panel-label b { font-size: 11px; }
.theme5-panel-label span { font-size: 10px; font-weight: 700; }

.theme5-panel-screen {
  height: 100%;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.975);
  transition: opacity .45s ease .08s, transform .65s cubic-bezier(.2, .72, .2, 1);
}

.theme5-active .theme5-panel-screen { opacity: 1; transform: scale(1); }
.theme5-screen-inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(249, 250, 255, .72);
}

.theme5-screen-inner > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.theme5-single-shot .theme5-shot-panel,
.theme5-single-shot .theme5-shot-panel.theme5-active {
  height: min(590px, calc((100vw - 58px) * 16 / 9));
  cursor: default;
}

.theme5-footer {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 42px 0 calc(120px + env(safe-area-inset-bottom));
  color: #68738a;
  text-align: center;
  font-size: 11px;
  line-height: 1.65;
}

.theme5-footer p { margin: 0; }
.theme5-footer a { color: var(--theme5-primary-deep); font-weight: 800; }

.theme5-floating-download {
  width: min(680px, calc(100% - 24px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 80;
  padding: 9px 10px;
  border-radius: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 24px) scale(.98);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.theme5-floating-download.theme5-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.theme5-floating-app { min-width: 0; display: flex; align-items: center; gap: 9px; }
.theme5-floating-icon { width: 44px; height: 44px; border-radius: 15px; }
.theme5-floating-copy { min-width: 0; }
.theme5-floating-copy strong,
.theme5-floating-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme5-floating-copy strong { font-size: 11px; }
.theme5-floating-copy span { max-width: 230px; margin-top: 3px; color: var(--theme5-muted); font-size: 8px; }

.theme5-floating-btn {
  min-width: 118px;
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 0 15px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--theme5-primary), var(--theme5-blue));
  font-size: 12px;
  font-weight: 800;
}

.theme5-download-overlay {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 120;
  padding: 24px;
  background: rgba(49, 58, 91, .28);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  visibility: hidden;
  opacity: 0;
  transition: opacity .18s ease, visibility .18s ease;
}

.theme5-download-overlay.theme5-show { visibility: visible; opacity: 1; }
.theme5-overlay-card {
  width: min(350px, 100%);
  padding: 27px 23px;
  border: 1px solid var(--theme5-line);
  border-radius: 25px;
  background: rgba(250, 252, 255, .86);
  box-shadow: var(--theme5-shadow), inset 0 1px 0 rgba(255, 255, 255, .8);
  text-align: center;
}

.theme5-loading-ring {
  width: 45px;
  height: 45px;
  margin: 0 auto 16px;
  border: 4px solid rgba(104, 97, 239, .15);
  border-top-color: var(--theme5-primary);
  border-right-color: var(--theme5-cyan);
  border-radius: 50%;
  animation: theme5-spin .8s linear infinite;
}

.theme5-overlay-card strong { display: block; font-size: 16px; }
.theme5-overlay-card p { margin: 8px 0 0; color: var(--theme5-muted); font-size: 11px; line-height: 1.6; }
.theme5-is-transitioning { overflow: hidden; }

.theme5-front-toast {
  max-width: calc(100% - 32px);
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 140;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 14px;
  color: #fff;
  background: rgba(55, 64, 98, .9);
  box-shadow: 0 14px 34px rgba(45, 55, 90, .22);
  font-size: 12px;
  transform: translateX(-50%);
}

@keyframes theme5-spin { to { transform: rotate(360deg); } }

@media (min-width: 680px) {
  .theme5-wrap { width: min(var(--theme5-wrap), calc(100% - 48px)); }
  .theme5-cards { gap: 24px; }
  .theme5-download-pass { grid-template-columns: minmax(0, 1fr) 112px; padding: 31px 30px 25px; border-radius: 40px; }
  .theme5-pass-icon-area::before { width: 122px; height: 122px; }
  .theme5-app-icon { width: 98px; height: 98px; padding: 5px; border-radius: 30px; }
  .theme5-app-icon img { border-radius: 24px; }
  .theme5-pass-identity h1 { font-size: 51px; }
  .theme5-pass-copy { padding: 17px 19px; font-size: 12px; }
  .theme5-pass-specs div { padding-block: 17px; }
  .theme5-pass-actions { max-width: 650px; width: 100%; margin-inline: auto; }
  .theme5-download-btn { min-height: 54px; padding-inline: 18px; font-size: 13px; }
  .theme5-screenshot-deck { padding: 25px 24px 22px; border-radius: 40px; }
  .theme5-deck-head { padding: 0 4px 20px; }
  .theme5-deck-head h2 { font-size: 29px; }
  .theme5-shot-panel.theme5-active,
  .theme5-single-shot .theme5-shot-panel,
  .theme5-single-shot .theme5-shot-panel.theme5-active { height: 590px; }
}

@media (min-width: 1080px) {
  .theme5-topbar { padding-top: 10px; padding-top: max(10px, env(safe-area-inset-top)); }
  .theme5-topbar-inner { min-height: 60px; padding-inline: 14px; }
  .theme5-main { padding-top: 20px; }
  .theme5-cards { gap: 28px; }
  .theme5-download-pass {
    min-height: 480px;
    grid-template-columns: 210px minmax(310px, 1fr) 290px;
    grid-template-areas:
      "icon identity specs"
      "icon copy specs"
      "icon actions specs"
      "verify verify verify";
    align-items: center;
    gap: 20px 42px;
    padding: 38px 44px 26px;
    border-radius: 44px;
  }
  .theme5-download-pass.theme5-no-icon {
    grid-template-columns: minmax(310px, 1fr) 290px;
    grid-template-areas:
      "identity specs"
      "copy specs"
      "actions specs"
      "verify verify";
  }
  .theme5-pass-icon-area { justify-items: center; align-self: stretch; align-content: center; }
  .theme5-pass-icon-area::before { width: 190px; height: 190px; }
  .theme5-app-icon { width: 146px; height: 146px; padding: 6px; border-radius: 43px; transform: rotate(-3deg); }
  .theme5-app-icon img { border-radius: 36px; }
  .theme5-pass-version { display: block; position: absolute; right: -10px; bottom: 6px; }
  .theme5-pass-identity { align-self: end; }
  .theme5-pass-identity h1 { font-size: clamp(58px, 5.3vw, 76px); }
  .theme5-pass-subtitle { font-size: 13px; }
  .theme5-pass-copy { align-self: center; font-size: 12px; }
  .theme5-pass-specs {
    grid-template-columns: 1fr;
    align-self: stretch;
    align-content: center;
    padding-left: 27px;
    border: 0;
    border-left: 1px solid var(--theme5-hairline);
  }
  .theme5-pass-specs div,
  .theme5-pass-specs div:nth-child(odd),
  .theme5-pass-specs div:nth-child(even) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--theme5-hairline);
  }
  .theme5-pass-specs div:first-child { border-top: 1px solid var(--theme5-hairline); }
  .theme5-pass-specs dt { font-size: 10px; }
  .theme5-pass-specs dd { margin: 0; text-align: right; font-size: 12px; }
  .theme5-pass-actions { align-self: start; max-width: 560px; margin: 0; }
  .theme5-download-note { justify-content: flex-start; text-align: left; }
  .theme5-pass-verification { padding: 18px 8% 0; border-top: 1px solid var(--theme5-hairline); }
  .theme5-pass-verification::before { top: 40px; right: 23%; left: 23%; }
  .theme5-verify-item {
    display: grid;
    grid-template-columns: 44px auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 11px;
    text-align: left;
  }
  .theme5-verify-icon { grid-row: 1 / 3; margin: 0; }
  .theme5-verify-item strong { margin: 0; font-size: 11px; }
  .theme5-verify-item small { margin-top: 3px; font-size: 9px; }
  .theme5-screenshot-deck { padding: 29px 29px 28px; border-radius: 44px; }
  .theme5-deck-head { align-items: center; padding: 0 3px 22px; }
  .theme5-accordion-gallery { height: 640px; flex-direction: row; gap: 10px; touch-action: pan-y; }
  .theme5-shot-panel {
    width: auto;
    min-width: 0;
    height: 100%;
    flex: 1 1 0;
    border-radius: 24px;
    transition: flex-grow .66s cubic-bezier(.2, .72, .2, 1), border-radius .35s ease, box-shadow .35s ease;
  }
  .theme5-shot-panel.theme5-active { width: auto; height: 100%; flex-grow: 7; border-radius: 31px; }
  .theme5-panel-label {
    width: 100%;
    min-height: 0;
    top: 0;
    right: auto;
    bottom: 0;
    padding: 17px 0;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .1));
  }
  .theme5-panel-label span { margin-top: 5px; writing-mode: vertical-rl; letter-spacing: .12em; }
  .theme5-active .theme5-panel-label {
    width: auto;
    min-width: 120px;
    height: 60px;
    right: auto;
    bottom: auto;
    padding: 0 18px;
    flex-direction: row;
    justify-content: center;
    border-radius: 0 0 18px 0;
  }
  .theme5-active .theme5-panel-label span { margin: 0; writing-mode: horizontal-tb; letter-spacing: 0; }
  .theme5-screen-inner { width: 100%; height: 640px; border-right: 1px solid rgba(255, 255, 255, .4); border-left: 1px solid rgba(255, 255, 255, .4); }
  .theme5-single-shot .theme5-shot-panel,
  .theme5-single-shot .theme5-shot-panel.theme5-active { height: 100%; flex: 1 1 auto; }
}

@media (max-width: 370px) {
  .theme5-download-pass { grid-template-columns: minmax(0, 1fr) 74px; padding-inline: 14px; }
  .theme5-download-pass.theme5-no-icon { grid-template-columns: minmax(0, 1fr); }
  .theme5-pass-icon-area::before { width: 82px; height: 82px; }
  .theme5-app-icon { width: 69px; height: 69px; padding: 4px; border-radius: 22px; }
  .theme5-app-icon img { border-radius: 17px; }
  .theme5-pass-identity h1 { font-size: 29px; }
  .theme5-pass-subtitle { font-size: 10px; }
  .theme5-download-btn { padding-inline: 10px; font-size: 11px; }
  .theme5-download-note { font-size: 8px; }
  .theme5-screenshot-deck { padding-inline: 12px; }
  .theme5-shot-panel.theme5-active,
  .theme5-single-shot .theme5-shot-panel,
  .theme5-single-shot .theme5-shot-panel.theme5-active { height: calc((100vw - 54px) * 16 / 9); }
  .theme5-floating-copy span { display: none; }
  .theme5-floating-btn { min-width: 108px; padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-theme-theme5 { scroll-behavior: auto; }
  .site-theme-theme5 *,
  .site-theme-theme5 *::before,
  .site-theme-theme5 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .theme5-glass { background: rgba(248, 250, 255, .92); }
  .theme5-topbar-inner {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(244, 248, 255, .58)),
      rgba(241, 247, 255, .84);
  }
  .theme5-download-btn.theme5-secondary { background: rgba(255, 255, 255, .9); }
}
