:root{--green:#07c160;--rose:#a96f67;--rose-dark:#76504b;--ink:#2c2524;--muted:#9b8580;--page:#f7f1ed;--white:#fffdfb}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{min-height:100%;margin:0}
body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;background:var(--page);color:var(--ink)}
.page{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(36px,8vw,80px) 18px;background:radial-gradient(circle at 50% 20%,#fffdfb 0,#f9f3ef 45%,#f1e7e2 100%)}
.hero{text-align:center;margin-bottom:34px}
.accent{display:block;width:18px;height:18px;margin:0 auto 25px;border-radius:50%;background:linear-gradient(145deg,#c99489,#9d655e);box-shadow:0 0 0 12px rgba(190,132,121,.14),0 7px 18px rgba(142,83,74,.18)}
.hero h1,.hero p{width:clamp(184px,35vw,250px);text-align:justify;text-align-last:justify}
.hero h1{margin:0 auto;color:var(--rose-dark);font-size:clamp(36px,7vw,50px);line-height:1.15;font-weight:700;letter-spacing:.08em}
.hero p{margin:17px auto 0;color:#80625d;font-size:clamp(18px,4vw,25px);font-weight:450}
.card{width:min(600px,100%);background:rgba(255,253,251,.96);border-radius:28px;padding:clamp(36px,6vw,52px) clamp(22px,7vw,56px) 34px;box-shadow:0 18px 55px rgba(105,67,60,.12);border:1px solid rgba(160,111,102,.10)}
.card-intro{text-align:center;margin:0 0 16px;color:#806a66;font-size:17px}
.benefits{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 25px;color:#aa7770;font-size:13px;letter-spacing:.04em}.benefits i{width:3px;height:3px;border-radius:50%;background:#d1aaa3}
.wechat-id-box{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;padding:20px 14px;border-radius:16px;background:#f8f3f0;border:1px solid #f0e5e0}
.wechat-id-label{font-size:15px;color:var(--muted)}
.wechat-id-box strong{font-size:26px;letter-spacing:.055em;color:#372b29}
.copy-button{display:flex;width:100%;height:58px;align-items:center;justify-content:center;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,#b77b72,#98615a);box-shadow:0 10px 24px rgba(158,96,87,.25);font:inherit;font-size:18px;font-weight:600;cursor:pointer}
.copy-button:active{transform:scale(.985)}
.tip{text-align:center;margin:18px 0 0;color:var(--muted);font-size:14px;letter-spacing:.01em}
.divider{position:relative;display:flex;align-items:center;justify-content:center;margin:30px 0 26px;color:#80645f;font-size:14px;font-weight:600}
.divider::before{content:"";position:absolute;inset:auto 0;height:1px;background:#eaded9}
.divider span{position:relative;padding:0 18px;background:var(--white)}
.qr-section{text-align:center}
.qr-image{display:block;width:min(250px,72%);height:auto;margin:0 auto;padding:14px;border:1px solid #e1e7e3;border-radius:18px;background:#fff;user-select:none;-webkit-user-select:none}
.qr-title{margin:20px 0 0;color:#614b47;font-size:16px;font-weight:600}
.qr-tip{margin:8px 0 0;color:#7e8983;font-size:15px}
.toast{position:fixed;left:50%;bottom:42px;z-index:20;transform:translate(-50%,16px);padding:12px 20px;border-radius:10px;background:rgba(22,29,25,.92);color:#fff;font-size:14px;opacity:0;pointer-events:none;transition:.22s ease}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:520px){.page{justify-content:flex-start;padding-top:max(56px,env(safe-area-inset-top));padding-bottom:max(24px,env(safe-area-inset-bottom))}.hero{margin-bottom:30px}.hero h1{font-size:36px}.hero p{font-size:18px}.card{border-radius:22px;padding:34px 22px 28px}.card-intro{font-size:16px;margin-bottom:24px}.copy-button{height:52px;font-size:16px}.tip{margin-top:14px}.divider{margin:26px 0 22px}.qr-image{width:min(230px,76%)}.qr-title{font-size:15px}.qr-tip{font-size:14px}}
