/* wind89.com 帮助中心接入 + 手机端打磨 v1 (2026-09-02)
 * 只做加法：导航/底栏/页脚/开屏加「帮助」入口；手机端小字放大、公告条减高、页脚链接可点区域加大。 */
.mf-help-link{display:block;margin:14px auto 0;text-align:center;font-size:15px;color:var(--ui-accent,#0071e3);text-decoration:none;padding:8px 0}
.mf-help-link:hover{text-decoration:underline;text-underline-offset:3px}
.mf-help-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 auto 18px;max-width:48rem;padding:12px 16px;border:1px solid var(--ui-border,rgba(0,0,0,.12));border-radius:var(--ui-radius-lg,1rem);background:var(--ui-bg-elevated,#fff);color:var(--ui-text-primary,#1d1d1f);text-decoration:none;font-size:15px;box-shadow:var(--ui-shadow-soft,0 12px 30px -24px rgba(0,0,0,.28))}
.mf-help-banner b{font-weight:600}
.mf-help-banner span{color:var(--ui-text-muted,#6e6e73);font-size:13.5px;display:block;margin-top:2px}
.mf-help-banner i{font-style:normal;color:var(--ui-accent,#0071e3);white-space:nowrap;flex:none}
[data-theme="dark"] .mf-help-banner{background:#1c1c1e;border-color:rgba(255,255,255,.14);color:#f5f5f7}
@media (max-width:767px){
  /* 12px 小字在手机上太小 */
  main .text-xs{font-size:13px !important;line-height:1.55}
  .landing-plan-tag{font-size:12.5px}
  /* 公告跑马灯别占首屏一大块 */
  .theme-ticker{margin-bottom:1.25rem !important}
  /* 页脚链接可点区域 */
  footer a{display:inline-block;padding:6px 0}
  /* 底栏五个 tab 文字略收 */
  nav.fixed.bottom-0 a{font-size:11.5px}
}

/* 兑换页步骤条（手机）：原样式只显示当前步的文字，且和下一个圆点重叠。
 * 改成：五步都显示文字，圆点在上、文字在下，连线绝对定位在圆点之间。 */
@media (max-width:640px){
  .redeem-steps{padding:.9rem .4rem;align-items:flex-start;overflow:visible}
  .redeem-steps .redeem-step{flex-direction:column;align-items:center;gap:.4rem;position:relative;white-space:normal}
  .redeem-steps .redeem-step-label,.redeem-steps .redeem-step.is-active .redeem-step-label{display:block;font-size:11px;line-height:1.2;text-align:center;white-space:nowrap}
  .redeem-steps .redeem-step-line{position:absolute;top:.875rem;left:calc(50% + 1.05rem);width:calc(100% - 2.1rem);margin:0;height:1px}
}
