:root{font-family:Inter,Microsoft YaHei,PingFang SC,sans-serif;color:#15231b;background:#f2f5f0;font-synthesis:none;--ink: #15231b;--muted: #5e6c63;--line: #d5ded6;--surface: #ffffff;--brand: #17633a;--brand-soft: #e6f2e8;--danger: #9d382f}*{box-sizing:border-box}html{min-width:320px;background:#f2f5f0}body{margin:0;min-width:320px;min-height:100vh}button,a{font:inherit}button{min-height:44px}button:focus-visible,a:focus-visible{outline:3px solid #2a7c4b;outline-offset:3px}.skip-link{position:fixed;top:12px;left:12px;z-index:10;padding:10px 14px;border-radius:10px;color:#fff;background:var(--ink);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.app-shell{min-height:100vh;background:radial-gradient(circle at 90% 0%,#deeadf 0,transparent 30%),#f2f5f0}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px clamp(20px,5vw,72px);border-bottom:1px solid rgba(21,35,27,.11);background:#fafcf9e0}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:var(--brand);font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:16px}.brand small{margin-top:2px;color:var(--muted);font-size:12px}.quiet-button,.primary-button{border-radius:12px;padding:0 18px;cursor:pointer}.quiet-button{border:1px solid var(--line);color:var(--ink);background:#ffffffb3}.primary-button{border:1px solid var(--brand);color:#fff;background:var(--brand);font-weight:700}button:disabled{cursor:wait;opacity:.6}.workspace{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:clamp(48px,8vw,92px) 0 72px}.hero{max-width:780px}.eyebrow{margin:0 0 10px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:22px;font-size:clamp(36px,6vw,68px);line-height:1.08;letter-spacing:-.045em}.hero-copy{max-width:720px;margin-bottom:0;color:var(--muted);font-size:clamp(16px,2vw,19px);line-height:1.75}.state-region{margin-top:clamp(40px,7vw,72px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-heading h2{margin-bottom:0;font-size:clamp(26px,3vw,36px)}.ready-summary,.content-badge{border-radius:999px;color:var(--brand);background:var(--brand-soft);font-size:13px;font-weight:700;white-space:nowrap}.ready-summary{padding:8px 12px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product-card{min-width:0;padding:clamp(22px,3vw,32px);border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 18px 45px #1c36260f}.product-heading{display:flex;align-items:flex-start;gap:15px}.platform-mark{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;color:#fff;background:#bd3d32;font-weight:800}.platform-wechat{background:#25844a}.product-heading h3{margin:2px 0 7px;font-size:22px}.product-heading p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.6}.capability-list{display:grid;gap:10px;margin:24px 0 20px;padding:0;list-style:none}.capability-list li{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:66px;padding:12px 14px;border:1px solid #e2e8e2;border-radius:14px;background:#fafcfa}.capability-list strong,.capability-list small{display:block}.capability-list strong{font-size:15px}.capability-list small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}.content-badge{flex:0 0 auto;padding:6px 9px}.next-step{margin-bottom:0;padding-top:17px;border-top:1px solid #e4e9e4;color:var(--muted);font-size:13px;line-height:1.65}.status-card{display:grid;justify-items:start;max-width:720px;padding:clamp(28px,5vw,44px);border:1px solid var(--line);border-radius:22px;background:var(--surface)}.status-card h2{margin:18px 0 9px;font-size:26px}.status-card p{max-width:610px;margin-bottom:22px;color:var(--muted);line-height:1.7}.status-icon,.spinner{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:var(--brand);background:var(--brand-soft);font-size:22px;font-weight:800}.spinner{border:3px solid #cfe0d2;border-top-color:var(--brand);background:transparent;animation:spin .9s linear infinite}.status-attention{border-color:#d7c9a4;background:#fffdf7}.status-error{border-color:#e7bbb7;background:#fff9f8}.status-error .status-icon{color:var(--danger);background:#f6e2df}.auth-card{display:grid;justify-items:start;width:min(520px,100%);padding:clamp(28px,5vw,44px);border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 18px 45px #1c36260f}.auth-card h2{margin:18px 0 9px;font-size:28px}.auth-card>p{margin-bottom:24px;color:var(--muted);line-height:1.7}.auth-form{display:grid;gap:16px;width:100%}.auth-form label{display:grid;gap:7px;font-weight:700}.auth-form input{width:100%;min-height:48px;padding:10px 12px;border:1px solid #bfcabf;border-radius:10px;color:var(--ink);background:#fff;font:inherit}.auth-form input:focus{outline:3px solid rgba(42,124,75,.18);border-color:var(--brand)}.auth-form small{color:var(--muted);font-size:12px;font-weight:400}.auth-form .primary-button{width:100%;margin-top:3px}.auth-error{padding:11px 12px;border-radius:9px;color:var(--danger);background:#f9e8e5;font-size:14px;line-height:1.5}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:760px){.workspace{width:min(100% - 28px,1120px);padding-top:42px}.topbar{padding-inline:15px}.product-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column;gap:12px}.product-card{border-radius:18px}.capability-list li{align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
