:root,body,page{--brand-red:#ff5a5f;--brand-red-deep:#f13e45;--page-bg:#f6f8fc;--surface:#fff;--text-1:#1f2430;--text-2:#60697b;--text-3:#98a1b2;--border:#e9edf3;--gold-light:#f7e7bf;--gold-warm:#e8c878;--blue-hint:#eef5ff;--mint-light:#eaf8f1;--shadow-soft:0 0.4rem 1.2rem rgba(31,36,48,.06);--nav-height:3.9rem}body,page{background:#f6f8fc;color:#1f2430;font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.4}taro-button-core,taro-input-core,taro-text-core,taro-view-core{box-sizing:border-box}.page-shell{background:var(--page-bg);min-height:100vh}.page-shell--login-gate{align-items:center;display:flex;justify-content:center}.page-shell__guard-text{color:var(--text-2);font-size:.7rem}.page-shell__content{padding:.8rem .8rem calc(var(--nav-height) + env(safe-area-inset-bottom) + 1.2rem)}.sub-page-shell__content{padding:.8rem .8rem calc(env(safe-area-inset-bottom) + 1.2rem)}.sub-page-shell__content--roomy{padding-bottom:calc(env(safe-area-inset-bottom) + 5.6rem)}.card{background:var(--surface);border:.05rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow-soft)}.section-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:.6rem}.section-title__text{color:var(--text-1);font-size:.9rem;font-weight:600}.section-title__action{color:var(--text-2);font-size:.6rem}.primary-button{align-items:center;background:linear-gradient(135deg,var(--brand-red),var(--brand-red-deep));border:none;border-radius:1.2rem;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:2.4rem;justify-content:center}.secondary-button{align-items:center;background:hsla(0,0%,100%,.92);border:.05rem solid rgba(255,90,95,.2);border-radius:1.1rem;color:var(--brand-red-deep);display:flex;font-size:.7rem;font-weight:600;height:2.2rem;justify-content:center}.info-pill{align-items:center;border-radius:.7rem;color:var(--text-2);display:inline-flex;font-size:.6rem;height:1.4rem;padding:0 .6rem}.info-pill--gold{background:hsla(43,71%,69%,.18);color:#9b6a00}.info-pill--blue{background:var(--blue-hint)}.info-pill--mint{background:var(--mint-light)}.status-chip{align-items:center;border-radius:.7rem;display:inline-flex;font-size:.6rem;font-weight:600;height:1.4rem;padding:0 .6rem}.status-chip--red{background:rgba(255,90,95,.12);color:var(--brand-red-deep)}.status-chip--gold{background:hsla(43,71%,69%,.18);color:#946200}.status-chip--blue{background:var(--blue-hint);color:#3d5f8f}.status-chip--mint{background:var(--mint-light);color:#2c7b56}