:root{font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#162033;background:#f6f9fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--primary: #16a06b;--primary-dark: #08734d;--primary-soft: #eaf8f2;--accent: #f2a93b;--sky: #e9f4ff;--text: #162033;--text-muted: #637083;--surface: rgba(255, 255, 255, .94);--border: rgba(28, 67, 91, .12);--shadow: 0 20px 54px rgba(21, 71, 92, .13)}*{box-sizing:border-box}html{min-height:100%;background:linear-gradient(180deg,#eaf8f2,#f6f9fb 46%,#fff)}body{margin:0;min-height:100%}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:var(--primary-dark);font-weight:800;text-decoration:none}#root{min-height:100vh}.page-shell{position:relative;min-height:100vh;width:min(100%,520px);margin:0 auto;padding:max(20px,env(safe-area-inset-top)) 18px max(28px,env(safe-area-inset-bottom));overflow:hidden}.page-shell:before{content:"";position:fixed;z-index:-1;width:100%;max-width:520px;height:190px;top:0;left:50%;transform:translate(-50%);background:radial-gradient(circle at 18% 8%,rgba(242,169,59,.24),transparent 30%),radial-gradient(circle at 82% 12%,rgba(22,160,107,.22),transparent 34%)}.brand-header{display:flex;align-items:center;gap:12px;margin-bottom:22px}.brand-header--compact{margin-bottom:30px}.brand-logo{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;box-shadow:0 12px 28px #10634629;overflow:hidden}.brand-logo img{width:100%;height:100%;object-fit:cover}.brand-name{font-size:18px;font-weight:850;letter-spacing:0}.brand-subtitle{margin-top:3px;color:var(--text-muted);font-size:12px}.hero-card,.form-card,.download-panel,.state-card{position:relative;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-card{padding:28px 24px;overflow:hidden}.hero-card:after{content:"";position:absolute;width:118px;height:118px;right:-38px;top:-38px;border-radius:50%;background:radial-gradient(circle,#f2a93b57,#f2a93b00)}.invite-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;color:#835208;background:#f2a93b29;font-size:13px;font-weight:800}.hero-card h1{position:relative;z-index:1;margin:18px 0 10px;font-size:clamp(30px,8vw,40px);line-height:1.12;letter-spacing:0}.hero-card p{position:relative;z-index:1;margin:0;color:#536275;font-size:15px;line-height:1.7}.state-card{display:flex;align-items:center;gap:8px;margin-top:14px;padding:13px 15px;color:#476078;font-size:13px;box-shadow:none}.state-card--error{color:#9a5b00;background:#fff8eb;border-color:#f6d69a}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.benefit-card{display:flex;gap:10px;min-height:104px;padding:14px;border:1px solid rgba(22,160,107,.1);border-radius:16px;background:#ffffffc7}.benefit-icon{flex:none;display:grid;place-items:center;width:32px;height:32px;color:var(--primary-dark);border-radius:12px;background:#16a06b1a}.benefit-card h3{margin:0 0 5px;font-size:14px}.benefit-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.5}.form-card{padding:20px}.section-title h2{margin:0 0 5px;font-size:20px}.section-title p{margin:0 0 18px;color:var(--text-muted);font-size:13px}.register-form{display:grid;gap:14px}.register-form label{display:grid;gap:7px}.register-form label span{color:#344054;font-size:13px;font-weight:800}.register-form input{width:100%;height:48px;padding:0 14px;border:1px solid #d7e1ec;border-radius:14px;outline:none;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s}.register-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #16a06b1a}.register-form input:disabled{color:#667085;background:#f4f7fb}.sms-row{display:grid;grid-template-columns:1fr 126px;gap:10px}.agreement-row{display:grid!important;grid-template-columns:18px 1fr;align-items:start;gap:9px!important}.agreement-row input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--primary)}.agreement-row span{color:var(--text-muted)!important;font-size:12px!important;font-weight:600!important;line-height:1.6}.sms-button,.primary-button,.secondary-button,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;cursor:pointer}.sms-button{height:48px;color:var(--primary-dark);border:1px solid rgba(22,160,107,.2);border-radius:14px;background:#16a06b14;font-size:13px;font-weight:850}.sms-button:disabled{color:#9aa6b8;cursor:not-allowed;background:#f2f4f7}.form-error,.form-notice{padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.5}.form-error{color:#b42318;background:#fff1f3}.form-notice{color:#08734d;background:#ecfdf3}.primary-button{min-height:50px;padding:0 20px;color:#fff;border-radius:15px;background:linear-gradient(135deg,var(--primary),#0d8ed3);box-shadow:0 14px 30px #08734d3b;font-weight:850}.primary-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.submit-button{width:100%;margin-top:4px}.secondary-button{min-height:50px;padding:0 18px;color:var(--primary-dark);border:1px solid rgba(22,160,107,.16);border-radius:15px;background:#16a06b14;font-weight:850}.text-link{margin:18px auto 0;color:var(--primary-dark);background:transparent;font-size:14px;font-weight:850}.download-panel{padding:24px 20px;text-align:center}.download-hero-icon{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 16px;color:var(--primary-dark);border-radius:22px;background:linear-gradient(180deg,#16a06b1f,#0e8ed314)}.download-panel h1{margin:0 0 8px;font-size:24px;line-height:1.25}.download-panel p{margin:0;color:var(--text-muted);line-height:1.6}.download-actions{display:grid;gap:10px;margin-top:22px}.article-section{margin-top:20px;padding:20px;border:1px solid var(--border);border-radius:20px;background:#ffffffb8;box-shadow:0 14px 36px #15475c14}.article-section__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;color:var(--primary-dark)}.article-section__heading p{margin:0 0 5px;color:var(--accent);font-size:12px;font-weight:850}.article-section__heading h2{margin:0;color:var(--text);font-size:19px;line-height:1.35}.article-loading{display:flex;align-items:center;justify-content:center;gap:8px;min-height:92px;color:var(--text-muted);font-size:13px}.article-list{display:grid;gap:10px;margin-top:16px}.article-card{display:grid;gap:5px;width:100%;padding:15px;border:1px solid rgba(22,160,107,.13);border-radius:14px;color:inherit;text-align:left;background:#fff;cursor:pointer}.article-card:active{transform:scale(.99)}.article-card__meta{color:var(--primary-dark);font-size:12px;font-weight:800}.article-card strong{color:var(--text);font-size:16px;line-height:1.4}.article-card>span:not(.article-card__meta):not(.article-card__open){color:var(--text-muted);font-size:13px;line-height:1.55}.article-card__open{display:inline-flex;align-items:center;gap:4px;margin-top:3px;color:var(--primary-dark);font-size:13px;font-weight:850}.site-footer{margin:24px 0 0;padding:2px 0 4px;text-align:center}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px}.site-footer__links a{display:inline-flex;align-items:center;gap:4px;color:#50657b;font-size:12px;font-weight:750}.site-footer>p{margin:12px 0 0;color:#8a98a8;font-size:11px}.article-detail{padding:22px 20px 26px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.article-detail__header{padding-bottom:20px;border-bottom:1px solid rgba(28,67,91,.1)}.article-detail__icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;color:var(--primary-dark);border-radius:14px;background:#16a06b1a}.article-detail__header>p{margin:0 0 7px;color:var(--accent);font-size:13px;font-weight:850}.article-detail__header h1{margin:0;font-size:29px;line-height:1.28}.article-detail__header time{display:block;margin-top:10px;color:#8a98a8;font-size:12px}.article-detail__summary{margin-top:12px;color:var(--text-muted);font-size:14px;line-height:1.7}.article-detail__content{display:grid;gap:16px;padding-top:20px}.article-detail__content h2{margin:3px 0 0;color:var(--text);font-size:18px;line-height:1.4}.article-detail__content p,.article-detail__content li{margin:0;color:#4f5f72;font-size:14px;line-height:1.85}.article-detail__content ul{display:grid;gap:7px;margin:0;padding-left:20px}.legal-article{padding:22px 20px 26px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.support-card{padding:22px 20px 24px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.legal-back-button{display:inline-flex;align-items:center;gap:7px;margin:0 0 18px;padding:0;border:0;color:var(--primary-dark);background:transparent;font-size:14px;font-weight:850;cursor:pointer}.legal-article__header,.support-card__header{padding-bottom:20px;border-bottom:1px solid rgba(28,67,91,.1)}.legal-article__header p,.support-card__header p{margin:0 0 8px;color:var(--accent);font-size:13px;font-weight:850}.legal-article__header h1,.support-card__header h1{margin:0 0 10px;font-size:30px;line-height:1.2;letter-spacing:0}.legal-article__header div{color:var(--text-muted);font-size:14px;line-height:1.7}.legal-article__header time{display:block;margin-top:10px;color:#8a98a8;font-size:12px}.support-card__header div{color:var(--text-muted);font-size:14px;line-height:1.7}.legal-article__content{display:grid;gap:20px;padding-top:20px}.legal-article__content section{display:grid;gap:9px}.legal-article__content h2{margin:0;font-size:18px;line-height:1.35}.legal-article__content p,.legal-article__content li{margin:0;color:#4f5f72;font-size:14px;line-height:1.8}.legal-article__content ul{display:grid;gap:7px;margin:0;padding-left:20px}.support-list{display:grid;gap:12px;padding-top:20px}.support-item{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px;border:1px solid rgba(22,160,107,.1);border-radius:16px;background:#ffffffb8}.support-item__icon{display:grid;place-items:center;width:42px;height:42px;color:var(--primary-dark);border-radius:14px;background:#16a06b1a}.support-item h2{margin:0 0 6px;font-size:16px;line-height:1.35}.support-item p{margin:0;color:#4f5f72;font-size:14px;line-height:1.7;overflow-wrap:anywhere}.support-card__footer{margin-top:18px;padding:12px 14px;color:#476078;border-radius:14px;background:#16a06b14;font-size:13px;line-height:1.6}.success-pill,.wechat-tip{margin-bottom:14px;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.5}.success-pill{color:#067647;background:#ecfdf3}.wechat-tip{color:#9a5b00;background:#fff8eb}.muted-text{margin-top:14px!important;font-size:12px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 360px){.page-shell{padding-left:14px;padding-right:14px}.benefit-grid,.sms-row{grid-template-columns:1fr}.site-footer__links{gap:8px 10px}}
