/* Temu-like bold invite page */
.esh-earn-hero{background:linear-gradient(135deg,#ffedd5,#ffd7ae);padding:32px 16px;margin:16px 0;border-radius:16px;border:1px solid #f59e0b22}
.esh-earn-hero__inner{max-width:880px;margin:0 auto;text-align:center}
.esh-earn-hero h1{margin:0 0 8px 0;font-size:36px;line-height:1.1;color:#0f172a}
.esh-earn-hero .esh-sub{margin:0 auto 16px auto;max-width:720px;color:#334155}
.esh-cta{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}
.esh-copy-input{min-width:340px;max-width:520px;width:60%;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff}
.esh-btn{border:0;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer;background:#0f172a;color:#fff}
.esh-btn--primary{background:#f97316;color:#0f172a}
.esh-share-row{display:flex;gap:10px;justify-content:center;margin-top:12px;flex-wrap:wrap}
.esh-share{background:#fff;border:1px solid #e2e8f0;color:#0f172a;border-radius:999px;padding:8px 12px;text-decoration:none;font-weight:600}
.esh-earn-cards{max-width:880px;margin:16px auto;display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:840px){.esh-earn-cards{grid-template-columns:2fr 1fr}}
.esh-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px}
.esh-card__title{font-weight:800;margin-bottom:8px}
.esh-progress{height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin:10px 0}
.esh-progress__bar{height:100%;background:#22c55e;width:0}
.esh-progress__meta{display:flex;justify-content:space-between;color:#475569}
.esh-steps{margin:0 0 0 18px;padding:0;color:#334155}
.esh-msg{margin-top:6px;color:#0f172a}

