:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#f9fbff;background-color:#040813;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#122447,#050914 60%)}#root{min-height:100vh}a{color:inherit}button{font-family:inherit;border:none;cursor:pointer}.page{display:flex;flex-direction:column;gap:4rem;padding:3rem clamp(1.5rem,4vw,5rem) 4rem;max-width:1200px;margin:0 auto}.top-nav{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08);gap:1.5rem}.brand{display:flex;align-items:baseline;gap:.75rem}.brand-title{font-size:1.25rem;font-weight:700}.brand-subtitle{font-size:.95rem;color:#7c8da1}.nav-actions{display:flex;align-items:center;gap:1rem}.language-select{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#9fb3c9}.language-select select{background:#ffffff14;color:#f5f7fb;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:.4rem .9rem;font-size:.95rem}.hero{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center}.tagline{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:#7c8da1}.hero h1{font-size:clamp(2.2rem,4vw,3.5rem);margin-bottom:1rem}.subtitle{font-size:1.1rem;color:#d0d8e2;line-height:1.7}.cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0 .5rem}.download-btn{display:inline-flex;flex-direction:column;padding:1rem 1.25rem;border-radius:1rem;font-weight:600;color:#0c1829;background:#fff;text-decoration:none;min-width:180px;gap:.2rem;border:none}.download-btn.ios{background:linear-gradient(120deg,#5cd1ff,#bda5ff);color:#041325}.download-btn.android{background:linear-gradient(120deg,#b1ffda,#55f1b7)}.platform-label{font-size:.85rem;opacity:.85}.note{color:#7c8da1}.hero-card{background:#0e192fa6;border:1px solid rgba(255,255,255,.12);border-radius:2rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:360px}.hero-preview{background:#0c1220;border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.preview-title{font-size:1.2rem;font-weight:700}.preview-number{color:#7c8da1}.preview-messages{display:flex;flex-direction:column;gap:.75rem}.bubble{display:inline-flex;padding:.8rem 1rem;border-radius:1rem;max-width:220px;line-height:1.4}.bubble-primary{background:#3d8bff}.bubble-muted{background:#ffffff14}.stats,.features{display:grid;gap:1.5rem}.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.features{grid-template-columns:1fr}.stats{text-align:center}.stat-value{font-size:2rem;font-weight:700}.stat-label{color:#7c8da1}.features article{padding:1.25rem;border-radius:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.features h3{margin-bottom:.6rem}.features p{color:#c9d5e5}.steps{background:#ffffff08;padding:2rem;border-radius:1.75rem}.steps ol{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.steps li{display:flex;gap:1rem;align-items:center}.step-index{width:2.5rem;height:2.5rem;border-radius:999px;background:#ffffff1a;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.qr{display:flex;gap:2rem;background:#040814e6;border-radius:1.5rem;padding:1.75rem;flex-wrap:wrap}.qr-placeholder{width:140px;height:140px;border-radius:1rem;border:2px dashed rgba(255,255,255,.4);display:grid;place-items:center;letter-spacing:.3rem}footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:#7c8da1}@media(max-width:340px){.top-nav{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.cta-group{flex-direction:column;align-items:center;width:100%}.download-btn{width:100%;text-align:center;align-items:center}.hero-card{min-height:auto}.steps{padding:1.5rem}}@media(min-width:640px){.features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.features{grid-template-columns:repeat(3,minmax(0,1fr))}}
