@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";:root{color:#121612;background:#f3f6f0;font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #121612;--paper: #f3f6f0;--white: #ffffff;--mint: #54e6b8;--mint-dark: #167156;--mint-pale: #dff8ed;--yellow: #ffd75a;--coral: #ff7b68;--line: #cbd3c8;--muted: #596259;--radius: 6px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper)}button,input,textarea{font:inherit}a{color:inherit}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:68px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#ffffffd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:10}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font:700 14px/1 Manrope,sans-serif}.brand img{width:32px;height:32px;border-radius:6px}.brand-divider{width:1px;height:18px;background:var(--line)}.brand-product{color:var(--muted);font-weight:600}.header-link,.closing-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:700;font-size:14px}.header-link svg,.closing-link svg{width:16px;height:16px;transition:transform .16s ease}.header-link:hover svg,.closing-link:hover svg{transform:translate(3px)}.hero{min-height:min(760px,calc(100svh - 112px));padding:54px 32px 0;position:relative;overflow:hidden;background-color:var(--paper);background-image:linear-gradient(rgba(18,22,18,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(18,22,18,.045) 1px,transparent 1px);background-size:34px 34px}.hero-copy{position:relative;z-index:3;margin:0 auto;max-width:920px;text-align:center}.eyebrow{margin:0 0 16px;font:700 12px/1.4 Manrope,sans-serif;letter-spacing:0;color:var(--mint-dark)}.hero h1,.section-heading h2,.process-intro h2,.closing-section h2{font-family:Manrope,sans-serif;letter-spacing:0;text-wrap:balance}.hero h1{margin:0 auto;max-width:900px;font-size:60px;line-height:1.02;font-weight:700}.hero-description{max-width:680px;margin:20px auto 24px;color:var(--muted);font-size:18px;line-height:1.55;text-wrap:pretty}.form-stack{width:min(100%,620px);margin:0 auto}.email-form{width:100%;display:flex;flex-direction:column;padding:7px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--white);box-shadow:5px 5px 0 var(--ink);position:relative}.email-form:focus-within{outline:3px solid rgba(84,230,184,.38);outline-offset:2px}.form-field{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:11px;padding:6px 10px}.form-field svg{width:19px;height:19px;margin-top:4px;color:var(--muted)}.email-field{align-items:center;border-bottom:1px solid var(--line)}.email-field svg{margin-top:0}.email-form input[type=email],.email-form textarea{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}.email-form input[type=email]{height:34px}.email-form textarea{height:48px;padding:4px 0 0;resize:vertical;line-height:1.45}.email-form input::placeholder,.email-form textarea::placeholder{color:#7a837a}.form-footer{min-height:45px;padding:5px 0 0 10px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line)}.form-footer>span{color:var(--muted);font-size:12px;font-weight:700}.form-footer button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid var(--ink);border-radius:4px;background:var(--mint);color:var(--ink);font-weight:700;cursor:pointer;transition:background .16s ease,transform .16s ease}.form-footer button:hover:not(:disabled){background:var(--yellow);transform:translateY(-1px)}.form-footer button:disabled{cursor:wait;opacity:.72}.form-footer button svg{width:17px;height:17px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-message{width:100%;margin:12px 0 0;font-size:13px;text-align:center}.form-error{color:#9e271a}.form-success{width:min(100%,620px);min-height:58px;margin:0 auto;padding:12px 18px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--mint-pale);box-shadow:5px 5px 0 var(--ink);font-weight:700}.success-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:var(--mint-dark);color:#fff}.success-icon svg{width:16px;height:16px}.form-note{margin:13px 0 0;color:var(--muted);font-size:13px}.pet-sprite{width:192px;height:208px;flex:0 0 auto;background-image:url(/pet/zhengyin-spritesheet.webp);background-repeat:no-repeat;background-size:1536px 2288px;background-position-x:0;background-position-y:calc(var(--sprite-row) * -208px);animation:sprite-loop var(--sprite-duration) steps(var(--sprite-steps),end) infinite}@keyframes sprite-loop{to{background-position-x:var(--sprite-distance)}}.codex-demo{width:min(100%,760px);height:220px;margin:14px auto 0;border:1px solid #d8ddd8;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 18px 44px #1216121f;text-align:left}.demo-toolbar{height:34px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7eae7;color:#5d635d;font-size:12px;font-weight:700}.demo-toolbar-status{display:inline-flex;align-items:center;gap:7px}.demo-toolbar-status>span{width:7px;height:7px;border-radius:50%;background:#00a83c}.demo-canvas{height:185px;position:relative;overflow:hidden;background:#fcfdfc}.demo-empty-copy{width:340px;position:absolute;left:24px;top:50%;display:flex;flex-direction:column;gap:6px;transform:translateY(-50%);transition:opacity .18s ease,transform .18s ease}.demo-empty-copy strong{font:700 18px/1.35 Manrope,sans-serif}.demo-empty-copy span{color:var(--muted);font-size:13px}.pet-dock{width:172px;height:190px;position:absolute;z-index:5;right:18px;bottom:-3px;display:grid;place-items:end center;filter:drop-shadow(0 10px 10px rgba(18,22,18,.13))}.pet-dock .pet-sprite{transform:scale(.86);transform-origin:center bottom}.demo-badge{width:40px;height:40px;position:absolute;top:4px;right:2px;z-index:7;display:grid;place-items:center;padding:0;border:3px solid white;border-radius:50%;background:#00a83c;color:#fff;font-size:18px;cursor:pointer;transition:opacity .16s ease,transform .16s ease}.demo-toggle{width:32px;height:32px;position:absolute;right:0;bottom:14px;z-index:7;display:grid;place-items:center;padding:0;border:1px solid #dfe3df;border-radius:50%;background:#f6f7f6;color:#6b706b;cursor:pointer}.demo-toggle svg{width:20px;height:20px;transition:transform .18s ease}.demo-task-list{position:absolute;z-index:3;inset:0;padding:5px 18px 0;background:#fff;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease}.demo-list-heading{height:22px;display:flex;align-items:center;justify-content:space-between;color:#7a807a;font-size:11px;font-weight:700}.demo-list-heading span:last-child{color:#00a83c}.demo-task{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #ebeeeb}.demo-task>div{min-width:0;display:flex;flex-direction:column;gap:3px}.demo-task strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.demo-task span{color:#6f756f;font-size:11px}.demo-task>svg{width:18px;height:18px;flex:0 0 18px;padding:3px;border-radius:50%;background:#00a83c;color:#fff;stroke-width:3}.demo-task-active{padding-right:136px}.demo-task-active>svg{padding:0;background:transparent;color:#6f756f;stroke-width:2.4;animation:demo-spin 1.1s linear infinite}.codex-demo:has(.pet-sprite:hover) .demo-task-list,.codex-demo:has(.demo-badge:hover) .demo-task-list,.demo-task-list:hover,.codex-demo.demo-open .demo-task-list{opacity:1;pointer-events:auto;transform:translateY(0)}.codex-demo.demo-open .demo-badge{opacity:0;pointer-events:none;transform:scale(.84)}.codex-demo:has(.pet-sprite:hover) .demo-empty-copy,.codex-demo:has(.demo-badge:hover) .demo-empty-copy,.codex-demo:has(.demo-task-list:hover) .demo-empty-copy,.codex-demo.demo-open .demo-empty-copy{opacity:0;transform:translateY(calc(-50% - 8px))}.codex-demo.demo-open .demo-toggle svg{transform:rotate(180deg)}@keyframes demo-spin{to{transform:rotate(360deg)}}.signal-band{min-height:82px;padding:20px 32px;display:flex;align-items:center;justify-content:center;gap:34px;background:var(--ink);color:#fff;font:600 14px/1.4 Manrope,sans-serif}.signal-band p{margin:0}.signal-band span{color:var(--yellow);font-size:24px}.examples-section,.source-section,.faq-section{max-width:1240px;margin:0 auto;padding:108px 32px}.section-heading{max-width:720px;margin:0 auto 46px;text-align:center}.section-heading-left{margin-left:0;text-align:left}.section-heading h2,.process-intro h2,.closing-section h2{margin:0;font-size:42px;line-height:1.08}.section-heading>p:last-child{margin:18px auto 0;max-width:650px;color:var(--muted);font-size:17px;line-height:1.65}.example-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.example-card{min-height:390px;padding:18px;display:grid;grid-template-rows:auto 1fr auto;border:1px solid var(--ink);border-radius:var(--radius);background:var(--white);overflow:hidden}.example-card-1{background:#e3f7ee}.example-card-2{background:#fff0d1}.example-card-3{background:#f2e8ff}.example-card-4{background:#ffe8e3}.example-index{color:var(--muted);font:700 11px/1 Manrope,sans-serif}.example-pet{align-self:center;justify-self:center;width:194px;height:210px;display:grid;place-items:center;filter:drop-shadow(0 12px 10px rgba(18,22,18,.12))}.example-card h3{margin:0;font:700 22px/1.2 Manrope,sans-serif}.example-card p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.source-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;border-top:1px solid var(--line)}.source-grid{display:grid;gap:0}.source-grid article{display:grid;grid-template-columns:48px 150px 1fr;align-items:start;gap:20px;padding:30px 0;border-bottom:1px solid var(--line)}.source-grid article:first-child{padding-top:0}.source-grid svg{width:36px;height:36px;color:var(--mint-dark);stroke-width:1.6}.source-grid h3{margin:8px 0 0;font:700 17px/1.3 Manrope,sans-serif}.source-grid p{margin:6px 0 0;color:var(--muted);font-size:15px;line-height:1.6}.process-section{background:var(--ink);color:#fff}.process-inner{max-width:1240px;margin:0 auto;padding:102px 32px;display:grid;grid-template-columns:.82fr 1.18fr;gap:90px}.process-intro .eyebrow{color:var(--mint)}.process-list{margin:0;padding:0;list-style:none}.process-list li{display:grid;grid-template-columns:56px 1fr;gap:24px;padding:28px 0;border-top:1px solid rgba(255,255,255,.2)}.process-list li:last-child{border-bottom:1px solid rgba(255,255,255,.2)}.process-list>li>span{color:var(--yellow);font:700 12px/1.6 Manrope,sans-serif}.process-list h3{margin:0;font:700 19px/1.3 Manrope,sans-serif}.process-list p{margin:8px 0 0;max-width:520px;color:#b9c0b9;font-size:15px;line-height:1.65}.faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font:700 17px/1.4 Manrope,sans-serif}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{width:18px;height:18px;transition:transform .18s ease}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list details p{max-width:650px;margin:-4px 0 24px;color:var(--muted);font-size:15px;line-height:1.65}.closing-section{min-height:390px;padding:56px max(32px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:280px minmax(0,700px);align-items:center;justify-content:center;gap:70px;border-top:1px solid var(--ink);background:var(--yellow)}.closing-pet{width:250px;height:270px;display:grid;place-items:center;filter:drop-shadow(0 16px 12px rgba(18,22,18,.15))}.closing-pet .pet-sprite{transform:scale(1.22)}.closing-section .eyebrow{color:var(--ink)}.closing-link{margin-top:26px;width:fit-content;padding-bottom:4px;border-bottom:2px solid var(--ink);font-size:16px}footer{min-height:150px;padding:36px max(32px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:50px;background:var(--white);border-top:1px solid var(--line)}.footer-meta{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:12px;line-height:1.5}.footer-meta a{color:var(--ink);font-weight:700}.footer-trust{max-width:260px;display:flex;gap:10px;color:var(--muted);font-size:12px;line-height:1.5}.footer-trust svg{width:18px;height:18px;flex:0 0 18px;color:var(--mint-dark)}@media(max-width:980px){.hero h1{font-size:50px}.example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-section,.process-inner,.faq-section{grid-template-columns:1fr;gap:52px}.source-grid article{grid-template-columns:48px 160px 1fr}footer{grid-template-columns:1fr 1fr}.footer-trust{grid-column:1 / -1}}@media(max-width:680px){.site-header{height:62px;padding:0 18px}.brand{gap:8px}.brand img{width:30px;height:30px}.brand-divider,.brand-product,.header-link{display:none}.hero{min-height:calc(100svh - 96px);padding:28px 16px 0}.hero h1{max-width:520px;font-size:36px;line-height:1.05}.hero-description{margin:12px auto 16px;font-size:16px;line-height:1.5}.email-form{padding:7px}.form-field{padding-left:7px;padding-right:7px}.email-form textarea{height:48px;font-size:15px}.form-footer{padding-left:7px;gap:8px}.form-footer>span{font-size:10px}.form-footer button{height:40px;padding:0 12px;font-size:14px}.form-note{margin-top:12px}.codex-demo{height:210px;margin-top:16px}.demo-toolbar{height:36px;padding:0 10px}.demo-canvas{height:175px}.demo-empty-copy{width:188px;left:14px}.demo-empty-copy strong{font-size:15px}.demo-empty-copy span{font-size:11px}.pet-dock{width:152px;height:180px;right:4px;bottom:-4px}.pet-dock .pet-sprite{transform:scale(.78)}.demo-badge{width:40px;height:40px;right:6px;font-size:18px}.demo-toggle{width:34px;height:34px;right:4px;bottom:16px}.demo-task-list{padding:6px 10px 0}.demo-list-heading{height:25px}.demo-task{min-height:41px}.demo-task strong{max-width:225px;font-size:12px}.demo-task span{font-size:10px}.demo-task-active{padding-right:106px}.signal-band{padding:18px;gap:8px;flex-wrap:wrap;text-align:center;font-size:11px}.signal-band span{font-size:16px}.examples-section,.source-section,.faq-section{padding:76px 18px}.section-heading h2,.process-intro h2,.closing-section h2{font-size:34px}.example-grid{grid-template-columns:1fr 1fr;gap:10px}.example-card{min-height:304px;padding:14px}.example-pet{width:145px;height:170px}.example-pet .pet-sprite{transform:scale(.76)}.example-card h3{font-size:18px}.example-card p{font-size:12px}.source-grid article{grid-template-columns:42px 1fr;gap:14px}.source-grid h3{margin-top:4px}.source-grid p{grid-column:2;margin-top:-12px}.process-inner{padding:76px 18px}.process-list li{grid-template-columns:40px 1fr;gap:14px}.faq-section{gap:32px}.closing-section{padding:52px 18px 60px;grid-template-columns:1fr;gap:20px;text-align:center}.closing-pet{width:178px;height:192px;margin:0 auto}.closing-pet .pet-sprite{transform:scale(.9)}.closing-link{margin-left:auto;margin-right:auto}footer{padding:34px 18px;grid-template-columns:1fr;gap:26px}.footer-trust{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.pet-sprite{animation-play-state:paused}}
