:root{color-scheme:light;font-family:Noto Sans SC Variable,PingFang SC,Microsoft YaHei,sans-serif;color:#241c16;background:#fffaf3;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #241c16;--muted: #7d6f62;--cream: #fffaf3;--cream-deep: #fbf2e7;--surface: #fffdf9;--line: #eadfd2;--orange: #f29931;--orange-deep: #d9781f;--green: #89a679;--lilac: #9a84ca}*{box-sizing:border-box}html{scroll-behavior:auto;background:var(--cream)}#today,#xiaoqiu,#personality,#download{scroll-margin-top:92px}body{margin:0;min-width:0;min-height:100vh;overflow-x:hidden;background:var(--cream);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.site-shell{min-height:100vh;overflow:clip}.site-header{position:sticky;z-index:50;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:82px;padding:0 6vw;border-bottom:1px solid rgba(121,93,68,.12);background:#fffaf3ed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{justify-self:start;font-size:clamp(24px,2vw,31px);font-weight:900;letter-spacing:-.06em}.site-nav{display:flex;align-items:center;gap:clamp(24px,3.3vw,52px);color:#43372e;font-size:15px;font-weight:650}.site-nav a{position:relative;padding:12px 0}.site-nav a:after{position:absolute;right:0;bottom:7px;left:0;height:2px;content:"";transform:scaleX(0);transform-origin:right;background:var(--orange);transition:transform .22s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 28px;border:1px solid var(--orange);border-radius:999px;color:#fff;background:var(--orange);box-shadow:0 12px 30px #d378202e;font-size:15px;font-weight:750;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.site-header .download-button{justify-self:end}.download-button:hover,.download-button:focus-visible{transform:translateY(-2px);background:var(--orange-deep);box-shadow:0 16px 34px #d3782040}.download-button:focus-visible,.site-nav a:focus-visible,.brand:focus-visible,.site-footer a:focus-visible{outline:3px solid rgba(154,132,202,.45);outline-offset:4px}.hero{position:relative;display:flex;flex-direction:column;align-items:center;min-height:970px;padding:74px 5vw 0;background:var(--cream)}.hero-copy{position:relative;z-index:3;text-align:center;opacity:0;transform:translateY(22px)}.hero.is-ready .hero-copy{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.eyebrow{margin:0 0 18px;color:var(--orange-deep);font-size:13px;font-weight:750;letter-spacing:.18em}.hero h1{margin:0;font-size:clamp(46px,5.2vw,76px);font-weight:880;line-height:1.16;letter-spacing:-.07em}.hero-description{margin:26px 0 0;color:var(--muted);font-size:clamp(17px,1.45vw,21px);font-weight:470;line-height:1.9}.hero-description span{display:block}.hero-ai-summary{margin-top:3px;color:#9b8069;font-size:.92em}.hero-leaf{position:absolute;z-index:1;top:118px;left:calc(50% + min(360px,31vw));width:54px;height:54px;object-fit:contain;transform:rotate(16deg)}.phone-stage{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,250px));justify-content:center;align-items:end;width:min(1120px,96vw);min-height:610px;margin-top:42px;gap:clamp(42px,5vw,78px)}.hero-phone{position:relative;z-index:2;width:100%;margin:0;opacity:0;clip-path:inset(100% 0 0 round 38px);transform:translateY(160px) scale(.97)}.hero-phone.is-ready{opacity:1;clip-path:inset(0 0 0 round 38px);transform:translateY(0) scale(1);transition:opacity .5s ease var(--phone-delay),clip-path 1.05s cubic-bezier(.16,1,.3,1) var(--phone-delay),transform 1.05s cubic-bezier(.16,1,.3,1) var(--phone-delay)}.hero-phone-1{transform-origin:right bottom}.hero-phone-1.is-ready{transform:translateY(0) rotate(-3.6deg)}.hero-phone-2{z-index:4;width:108%;justify-self:center}.hero-phone-3{transform-origin:left bottom}.hero-phone-3.is-ready{transform:translateY(0) rotate(3.6deg)}.phone-shell{overflow:hidden;aspect-ratio:1080 / 2340;border:7px solid #b2a08d;border-radius:34px;background:#fff7ee;box-shadow:0 28px 58px #48301b24,0 3px 8px #48301b1a}.phone-shell img{width:100%;height:100%;object-fit:cover}.phone-caption{margin-top:30px;text-align:center;font-size:18px;font-weight:800}.phone-caption.orange{color:var(--orange-deep)}.phone-caption.green{color:#6e8e60}.phone-caption.lilac{color:#846bb5}.stage-line{position:absolute;z-index:1;right:8%;bottom:43px;left:8%;display:flex;justify-content:space-between;height:1px;background:#ef9a3d;opacity:0;transform:scaleX(0)}.stage-line.is-ready{opacity:.72;transform:scaleX(1);transform-origin:center;transition:transform .9s ease .95s,opacity .4s ease .95s}.stage-line span{width:11px;height:11px;margin-top:-5px;border:2px solid #ef9a3d;border-radius:50%;background:var(--cream)}.story-section{padding:72px 5vw 40px;background:#fffdf9}.story-card{width:min(1180px,100%);margin:0 auto;overflow:hidden;border:1px solid rgba(216,196,177,.5);border-radius:44px;background:var(--cream-deep);box-shadow:0 24px 70px #4d30180f}.story-row{display:grid;grid-template-columns:130px minmax(0,1fr) minmax(320px,.82fr);align-items:center;min-height:330px;padding:26px 64px;gap:38px;opacity:0;transform:translate(170px)}.story-row+.story-row{border-top:1px solid rgba(213,189,164,.55)}.story-row.is-visible{opacity:1;transform:translate(0);transition:opacity .66s ease var(--reveal-delay),transform .88s cubic-bezier(.16,1,.3,1) var(--reveal-delay)}.story-number{margin:0;font-family:"Noto Serif SC Variable",Songti SC,serif;font-size:clamp(68px,7vw,100px);font-weight:300;line-height:1}.story-row.orange .story-number{color:#efac66}.story-row.green .story-number{color:#98ab7d}.story-row.lilac .story-number{color:#a995d6}.story-copy h2,.personality-copy h2,.download-section h2{margin:0;color:var(--ink);font-weight:860;letter-spacing:-.055em}.story-copy h2{font-size:clamp(24px,2.15vw,34px);line-height:1.35}.story-copy p{max-width:440px;margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.9}.story-shot{align-self:stretch;overflow:hidden;max-height:276px;border:1px solid rgba(212,191,171,.7);border-radius:28px;background:#fffaf3;box-shadow:0 14px 36px #452c1814}.story-shot img{width:100%;height:auto;object-fit:cover;object-position:top}.personality-section{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;width:min(1180px,90vw);margin:0 auto;padding:112px 0 82px;gap:72px}.personality-copy,.personality-shot,.trust-strip,.download-section{opacity:0;transform:translateY(46px)}.personality-copy.is-visible,.personality-shot.is-visible,.trust-strip.is-visible,.download-section.is-visible{opacity:1;transform:translateY(0);transition:opacity .65s ease,transform .82s cubic-bezier(.16,1,.3,1)}.personality-shot.is-visible{transition-delay:.12s}.personality-copy h2{font-size:clamp(38px,3.8vw,56px);line-height:1.22}.download-section h2{font-size:clamp(38px,4.2vw,62px);line-height:1.22}.personality-copy>p:last-child{max-width:490px;margin:28px 0 0;color:var(--muted);font-size:18px;line-height:1.9}.personality-shot{justify-self:end;overflow:hidden;width:min(460px,100%);height:550px;border:1px solid rgba(196,177,218,.72);border-radius:40px;background:#f7f1fb;box-shadow:0 28px 66px #4f38681a}.personality-shot img{width:90%;height:auto;margin-inline:auto;object-fit:cover;object-position:top;transform:translateY(-145px)}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);width:min(1240px,92vw);margin:0 auto 90px;overflow:hidden;border:1px solid rgba(226,208,189,.76);border-radius:22px;background:var(--cream-deep)}.trust-strip article{display:flex;align-items:center;justify-content:center;min-height:118px;padding:24px 32px;gap:16px}.trust-strip article+article{border-left:1px solid rgba(221,202,183,.78)}.trust-strip article:nth-child(1) svg{color:var(--green)}.trust-strip article:nth-child(2) svg{color:var(--orange)}.trust-strip article:nth-child(3) svg{color:var(--lilac)}.trust-strip h3{margin:0;font-size:17px;font-weight:800}.trust-strip p{margin:5px 0 0;color:var(--muted);font-size:13px}.download-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:440px;padding:72px 24px;overflow:hidden;border-top:1px solid rgba(226,208,189,.75);text-align:center;background:var(--cream-deep)}.download-section h2{margin-bottom:38px}.download-section .download-button{min-width:220px}.android-note{margin:14px 0 0;color:#a09184;font-size:13px}.download-leaf{position:absolute;right:-100px;bottom:-160px;width:410px;height:410px;object-fit:contain;opacity:.34;transform:rotate(-18deg)}.site-footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;min-height:96px;padding:24px;column-gap:42px;row-gap:12px;border-top:1px solid rgba(121,93,68,.12);color:#8b7d70;background:#fffaf3;font-size:13px}.footer-primary,.footer-contact{display:flex;align-items:center;gap:22px}.site-footer p,.footer-contact span{margin:0}.footer-contact span+span{padding-left:22px;border-left:1px solid rgba(121,93,68,.16)}.site-footer a:hover{color:var(--orange-deep)}@media(max-width:980px){.site-header{padding-inline:24px}.site-nav{gap:22px}.hero{min-height:850px;padding-top:62px}.phone-stage{grid-template-columns:repeat(3,minmax(0,210px));min-height:540px;gap:28px}.story-row{grid-template-columns:96px minmax(0,1fr) minmax(270px,.9fr);padding:28px 36px;gap:26px}.personality-section{gap:58px}}@media(max-width:760px){.site-header{grid-template-columns:auto 1fr;min-height:68px;padding-inline:18px}.brand{font-size:23px}.site-nav{display:none}.site-header .download-button{grid-column:2;min-height:40px;padding-inline:17px;font-size:12px}.hero{min-height:0;padding:54px 18px 76px}.hero h1{font-size:clamp(40px,11.4vw,54px)}.hero-description{font-size:16px}.hero-leaf{top:214px;right:4px;left:auto;width:42px;height:42px}.phone-stage{display:flex;flex-direction:column;align-items:center;width:100%;min-height:0;margin-top:46px;gap:54px}.hero-phone{width:min(76vw,290px);transform-origin:center bottom}.hero-phone-2{width:min(76vw,290px)}.hero-phone-1.is-ready,.hero-phone-3.is-ready{transform:translateY(0) rotate(0)}.hero-phone.is-ready{opacity:0;clip-path:inset(100% 0 0 round 24px);transform:translateY(110px) scale(.98);transition:none}.hero-phone.is-ready.is-visible{opacity:1;clip-path:inset(0 0 0 round 24px);transform:translateY(0) scale(1);transition:opacity .46s ease 80ms,clip-path .9s cubic-bezier(.16,1,.3,1) 80ms,transform .9s cubic-bezier(.16,1,.3,1) 80ms}.hero-phone-1.is-ready.is-visible,.hero-phone-3.is-ready.is-visible{transform:translateY(0) scale(1)}.phone-shell{border-width:4px;border-radius:24px}.phone-caption{margin-top:18px;font-size:16px}.stage-line{display:none}.story-section{padding:44px 14px 28px}.story-card{border-radius:30px}.story-row{grid-template-columns:70px 1fr;min-height:0;padding:34px 24px 28px;gap:18px}.story-number{align-self:start;font-size:57px}.story-copy h2{font-size:23px}.story-copy p{margin-top:12px;font-size:15px;line-height:1.75}.story-shot{grid-column:1 / -1;max-height:285px;border-radius:22px}.personality-section{grid-template-columns:1fr;width:min(620px,90vw);padding:80px 0 52px;gap:38px}.personality-copy h2,.download-section h2{font-size:clamp(36px,10vw,48px)}.personality-copy>p:last-child{font-size:16px}.personality-shot{justify-self:center;width:min(460px,100%);height:510px}.personality-shot img{width:100%;transform:translateY(-145px)}.trust-strip{grid-template-columns:1fr;margin-bottom:52px}.trust-strip article{justify-content:flex-start;min-height:94px;padding-inline:28px}.trust-strip article+article{border-top:1px solid rgba(221,202,183,.78);border-left:0}.download-section{min-height:400px}.download-leaf{right:-150px;width:360px;height:360px}.site-footer{flex-direction:column;min-height:0;padding:26px 18px 30px;gap:14px;text-align:center}.footer-primary,.footer-contact{flex-direction:column;gap:7px}.footer-contact span+span{padding-left:0;border-left:0}}@media(max-width:390px){.hero{min-height:0}.hero h1{font-size:39px}.hero-description br{display:none}.phone-stage{width:100%;min-height:0}.story-row{grid-template-columns:58px 1fr;padding-inline:18px}.story-number{font-size:48px}}@media(max-width:340px){.hero h1{font-size:34px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-copy,.hero-phone,.hero-phone.is-ready,.hero-phone.is-ready.is-visible,.story-row,.personality-copy,.personality-shot,.trust-strip,.download-section{opacity:1!important;clip-path:none!important;transform:none!important}.hero-phone-1.is-ready,.hero-phone-3.is-ready{transform:none}}
