.download-page {
  --download-ink: #25241f;
  --download-muted: #74716c;
  --download-line: #e9e6e0;
  --download-paper: #faf9f6;
  --download-yellow: #f5ca65;
  margin: 0;
  overflow-x: hidden;
  color: var(--download-ink);
  background: var(--download-paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}
.download-page *, .download-page *::before, .download-page *::after { box-sizing: border-box; }
.download-page a { color: inherit; }
.download-page a:focus-visible, .download-page summary:focus-visible { outline: 3px solid #ad7b16; outline-offset: 5px; }
.download-container { width: min(1160px, calc(100% - 56px)); margin: 0 auto; }
.download-top { color: #292820; background: #fffdf7; }
.download-nav { position: absolute; z-index: 5; inset: 0 0 auto; height: 82px; }
.download-nav-inner { display: flex; align-items: center; height: 100%; }
.download-nav-brand, .download-footer-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.download-nav-brand { font-size: 18px; font-weight: 700; letter-spacing: -.025em; }
.download-nav-brand img, .download-footer-brand img { display: block; width: 38px; height: 38px; border-radius: 11px; object-fit: cover; }
.download-page .download-nav-links a { color: #716c61; font-size: 13px; text-decoration: none; transition: color .2s; }
.download-page .download-nav-links a:hover { color: #23231f; }
.download-nav-cta { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; margin-left: auto; padding: 0 18px; border: 1px solid #dcd7ca; border-radius: 999px; font-size: 12px; font-weight: 600; background: rgba(255,255,255,.7); text-decoration: none; transition: background .2s; }
.download-nav-cta:hover { background: #ffedb4; }
.download-hero { position: relative; isolation: isolate; display: flex; min-height: max(710px, 100svh); align-items: stretch; overflow: hidden; background: #fffdf8; }
.download-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(ellipse at 23% 57%, #fae8b9 0%, rgba(255,241,205,.65) 23%, transparent 57%), radial-gradient(ellipse at 85% 19%, #f4f2e9 0%, transparent 52%); }
.download-hero::after { position: absolute; z-index: -1; width: 540px; height: 540px; left: -150px; bottom: -320px; border-radius: 50%; background: #f7e4b6; filter: blur(95px); opacity: .25; content: ""; }
.download-hero-inner { max-width: 1000px; display: grid; grid-template-columns: minmax(260px,.82fr) minmax(0,1.18fr); grid-template-areas: "visual copy"; gap: clamp(44px,7vw,90px); align-items: center; padding-top: 110px; padding-bottom: 72px; }
.download-copy { grid-area: copy; max-width: 565px; padding: 28px 0; }
.download-copy h1 { margin: 0; color: #26251f; font-family: "PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif; font-size: clamp(48px,5.4vw,64px); font-weight: 800; font-style: normal; letter-spacing: -.055em; line-height: 1.18; }
.download-tagline { margin: 14px 0 35px; color: #39372f; font-family: "PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif; font-size: clamp(23px,2.9vw,32px); font-weight: 400; font-style: normal; letter-spacing: -.025em; line-height: 1.5; }
.download-platforms { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.download-platform { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid #e6e0d2; border-radius: 999px; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.download-platform:hover { transform: translateY(-2px); box-shadow: 0 7px 20px rgba(104,80,27,.12); }
.download-platform > svg { width: 20px; height: 20px; flex: none; }
.download-page .download-platform-android { min-width: 170px; color: #29251b; background: #f9cf60; border-color: #f9cf60; font-size: 14px; font-weight: 600; box-shadow: 0 5px 16px rgba(184,141,37,.12); }
.download-platform-android .download-arrow { width: 16px; height: 16px; margin-left: 5px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.download-platform-android.is-disabled, .download-release-button.is-disabled { cursor: default; opacity: .58; pointer-events: none; }
.download-platform-ios { min-width: 145px; background: rgba(255,255,255,.85); color: #655f53; }
.download-platform-ios > svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.download-platform-ios span { font-size: 13px; font-weight: 500; }
.download-platform-ios small { padding-left: 8px; border-left: 1px solid #ded8cb; color: #827a6b; font-size: 10px; }
.download-platform-ios:hover { transform: none; box-shadow: none; }
.download-release-note { min-height: 18px; margin: 12px 0 0; color: #817661; font-size: 12px; }
.download-release-note[hidden] { display: none; }
.download-hero-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 27px; color: #817a6b; font-size: 11px; }
.download-hero-meta b { color: #5a5243; font-weight: 500; }
.download-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: #b5ab95; }
.download-visual { position: relative; grid-area: visual; display: flex; min-height: 550px; align-items: center; justify-content: center; }
.download-visual-glow { position: absolute; width: 330px; height: 390px; border-radius: 50%; background: radial-gradient(ellipse,#efd796,transparent 69%); filter: blur(25px); opacity: .5; }
.download-scroll { position: absolute; left: 50%; bottom: 22px; display: flex; width: 23px; height: 36px; justify-content: center; padding-top: 8px; border: 1px solid #c9c0ab; border-radius: 16px; transform: translateX(-50%); }
.download-scroll span { width: 3px; height: 6px; border-radius: 2px; background: #9a8b6c; animation: download-scroll 1.6s ease-in-out infinite; }
@keyframes download-scroll { 0%,100% { transform: translateY(0); opacity: .45; } 50% { transform: translateY(8px); opacity: 1; } }
.download-section { padding: 88px 0; }
.download-section-heading { margin-bottom: 35px; text-align: center; }
.download-section-label { display: inline-block; color: #817663; font-size: 10px; font-weight: 750; letter-spacing: .2em; }
.download-section-heading h2,
.download-account-card h2 { margin: 12px 0 10px; color: var(--download-ink); font-size: clamp(27px, 3vw, 38px); font-weight: 740; letter-spacing: -.025em; line-height: 1.25; }
.download-section-heading p { margin: 0; color: var(--download-muted); font-size: 14px; line-height: 1.8; }
.download-release { padding-top: 78px; padding-bottom: 78px; background: var(--download-paper); }
.download-release-card {
  display: grid; grid-template-columns: 1.1fr 1.5fr auto; gap: 24px 30px; align-items: center;
  padding: 30px 34px; border: 1px solid var(--download-line); border-radius: 22px; background: #fff;
  box-shadow: 0 16px 48px rgba(45, 37, 25, .055);
}
.download-release-brand { display: flex; align-items: center; gap: 15px; }
.download-release-brand img { width: 58px; height: 58px; border-radius: 17px; object-fit: cover; box-shadow: 0 5px 18px rgba(38, 35, 31, .12); }
.download-nav-brand img,
.download-footer-brand img,
.download-release-brand img { background: #fff0b6; border: 1px solid rgba(244, 202, 101, .28); }
.download-release-brand h3 { margin: 0; font-size: 17px; font-weight: 730; }
.download-release-brand p { margin: 6px 0 0; color: var(--download-muted); font-size: 12px; }
.download-release-meta { display: grid; grid-template-columns: repeat(2, minmax(110px, 1fr)); gap: 13px 22px; }
.download-release-meta div { display: flex; flex-direction: column; gap: 5px; }
.download-release-meta span { color: #928d84; font-size: 11px; }
.download-release-meta b { color: #36332f; font-size: 13px; font-weight: 650; }
.download-release-button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 19px; border: 0; border-radius: 999px; color: #211d17 !important; background: var(--download-yellow);
  box-shadow: 0 7px 19px rgba(207, 158, 64, .18); font-size: 13px; font-weight: 730; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.download-release-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(207, 158, 64, .3); }
.download-release-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.download-release-unavailable { grid-column: 3; margin: -12px 0 0; color: #8e8679; font-size: 11px; text-align: center; }
.download-release-unavailable[hidden] { display: none; }
.download-release-notes { grid-column: 1 / -1; padding-top: 16px; border-top: 1px solid #f0eee9; color: var(--download-muted); font-size: 12px; line-height: 1.7; }
.download-release-notes b { margin-right: 10px; color: var(--download-ink); }
.download-release-notes[hidden] { display: none; }

.download-install { background: #fff; }
.download-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.download-step { position: relative; min-height: 238px; padding: 27px 28px; border: 1px solid var(--download-line); border-radius: 18px; background: linear-gradient(160deg, #fff, #fcfbf8); }
.download-step-number { position: absolute; top: 24px; right: 25px; color: #c7c1b7; font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.download-step-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #493e2c; background: #f8edcf; }
.download-step-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.download-step h3 { margin: 22px 0 9px; font-size: 16px; font-weight: 720; }
.download-step p { margin: 0; color: var(--download-muted); font-size: 13px; line-height: 1.8; }

.download-faq-section { background: #fffdf8; border-top: 1px solid #f2eee4; }
.download-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.download-faq-heading { margin: 0; text-align: left; }
.download-faq-list { border-top: 1px solid #ebe5d8; }
.download-faq-list details { padding: 19px 0; border-bottom: 1px solid #ebe5d8; }
.download-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; color: #302c26; font-size: 14px; font-weight: 670; list-style: none; }
.download-faq-list summary::-webkit-details-marker { display: none; }
.download-faq-list summary span { position: relative; width: 17px; height: 17px; flex: none; }
.download-faq-list summary span::before,
.download-faq-list summary span::after { position: absolute; left: 50%; top: 50%; width: 14px; height: 1.5px; border-radius: 2px; background: #746c5e; content: ""; transform: translate(-50%, -50%); transition: transform .2s; }
.download-faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.download-faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.download-faq-list details p { margin: 13px 28px 0 0; color: #6e6a63; font-size: 12.5px; line-height: 1.9; }
.download-faq-list details a,
.download-account-card p a { color: #426fc3; text-underline-offset: 3px; }

.download-account-section { display: none; padding: 70px 0; background: #fff; }
.download-account-section:target { display: block; }
.download-account-close { float: right; padding: 5px 0 5px 15px; color: #77736d; font-size: 12px; text-decoration: none; }
.download-account-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px 65px; align-items: end; }
.download-account-card h2 { margin-top: 8px; font-size: 25px; }
.download-account-card p { max-width: 830px; margin: 10px 0 0; color: #77736d; font-size: 12px; line-height: 1.9; }
.download-account-card p b { color: #474139; }
.download-support-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; color: #4d4a44 !important; font-size: 12px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.download-support-link a { color: inherit; text-decoration: none; border-bottom: 1px solid #c9c5bd; }
.download-support-link[hidden] { display: none; }

.download-footer { padding: 28px 0 22px; color: #7c7362; background: #faf8f1; border-top: 1px solid #ebe5d8; }
.download-footer-main { display: flex; align-items: center; gap: 18px; }
.download-footer-brand { color: #302c24 !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.download-footer-brand img { width: 32px; height: 32px; border-radius: 10px; }
.download-footer-tagline { color: #8b806c; font-size: 11px; }
.download-footer-links { display: flex; align-items: center; gap: 18px; margin-left: auto; flex-wrap: wrap; }
.download-footer-links a { color: #7c7362; font-size: 11px; text-decoration: none; }
.download-page .download-footer-links a:hover { color: #3d321c; }
.download-footer-legal { display: flex; gap: 15px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #ebe5d8; font-size: 10px; }
.download-footer-legal[hidden] { display: none; }
.download-footer-legal a { color: inherit; text-decoration: none; }
.download-copyright { margin: 22px 0 0; color: #948975; font-size: 10px; text-align: center; }

@media (max-width: 900px) {
  .download-hero-inner { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 46px; }
  .download-release-card { grid-template-columns: 1fr auto; }
  .download-release-meta { grid-column: 1; grid-row: 2; }
  .download-release-button { grid-column: 2; grid-row: 1; }
  .download-release-unavailable { grid-column: 2; grid-row: 2; }
  .download-release-notes { grid-row: 3; }
  .download-faq-layout { gap: 40px; }
  .download-footer-main { flex-wrap: wrap; }
  .download-footer-links { width: 100%; margin: 7px 0 0; }
}
@media (max-width: 650px) {
  .download-container { width: min(100% - 36px, 520px); }
  .download-nav { height: 65px; }
  .download-nav-brand { font-size: 16px; }
  .download-nav-brand img { width: 33px; height: 33px; border-radius: 10px; }
  .download-nav-cta { min-height: 36px; margin-left: auto; padding: 0 14px; font-size: 12px; }
  .download-hero { min-height: initial; }
  .download-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "visual";
    gap: 1px;
    padding-top: 106px;
    padding-bottom: 57px;
  }
  .download-copy { padding: 9px 0 4px; text-align: center; }
  .download-copy h1 { font-size: 48px; }
  .download-tagline { margin: 10px 0 25px; font-size: 26px; }
  .download-platforms { justify-content: center; gap: 9px; }
  .download-platform { min-height: 47px; gap: 8px; padding: 0 15px; }
  .download-platform-android { min-width: 164px; font-size: 13px; }
  .download-platform-ios { min-width: 137px; }
  .download-platform-ios span { font-size: 12px; }
  .download-platform-ios small { padding-left: 6px; font-size: 10px; }
  .download-release-note { margin: 10px 0 0; font-size: 11px; }
  .download-hero-meta { justify-content: center; gap: 8px; margin-top: 20px; font-size: 10px; }
  .download-visual { min-height: 460px; margin-top: 23px; }
  .download-visual-glow { width: 325px; height: 325px; }
  .download-scroll { display: none; }
  .download-section { padding: 60px 0; }
  .download-section-heading { margin-bottom: 25px; }
  .download-section-heading h2 { font-size: 25px; }
  .download-section-heading p { font-size: 12px; }
  .download-release { padding-top: 58px; padding-bottom: 58px; }
  .download-release-card { grid-template-columns: 1fr; gap: 20px; padding: 23px 20px; border-radius: 18px; }
  .download-release-brand img { width: 49px; height: 49px; border-radius: 14px; }
  .download-release-brand h3 { font-size: 15px; }
  .download-release-meta { grid-column: 1; grid-row: auto; gap: 14px 10px; }
  .download-release-button { grid-column: 1; grid-row: auto; width: 100%; }
  .download-release-unavailable { grid-column: 1; grid-row: auto; margin: -12px 0 0; }
  .download-release-notes { grid-row: auto; }
  .download-steps { grid-template-columns: 1fr; gap: 11px; }
  .download-step { min-height: auto; padding: 20px; }
  .download-step-icon { width: 39px; height: 39px; border-radius: 12px; }
  .download-step h3 { margin: 14px 0 7px; font-size: 15px; }
  .download-step p { font-size: 12px; }
  .download-faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .download-faq-heading { text-align: center; }
  .download-faq-list details { padding: 16px 0; }
  .download-faq-list summary { font-size: 13px; }
  .download-faq-list details p { margin-right: 8px; font-size: 12px; }
  .download-account-section { padding: 52px 0; }
  .download-account-card { grid-template-columns: 1fr; gap: 18px; }
  .download-account-card h2 { font-size: 23px; }
  .download-account-card p { font-size: 11.5px; }
  .download-support-link { justify-self: start; flex-wrap: wrap; white-space: normal; }
  .download-footer { padding-top: 24px; }
  .download-footer-main { align-items: center; gap: 10px 13px; }
  .download-footer-tagline { font-size: 10px; }
  .download-footer-links { gap: 12px 15px; }
  .download-footer-links a { font-size: 10px; }
  .download-footer-legal { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .download-page *,
  .download-page *::before,
  .download-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
