/* liuxue.diy 转化层：共享 lead.js 负责唯一固定入口，本站只调整主次层级。 */
@media (max-width: 640px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  #leadBar .lb-btn.primary {
    flex: 0 0 calc(40% - 4px) !important;
    background: #fff !important;
    color: #15171c !important;
    border-color: rgba(21, 23, 28, 0.38) !important;
  }

  #leadBar .lb-btn.ghost {
    flex: 1 1 60% !important;
    background: #15171c !important;
    color: #fff !important;
    border-color: #15171c !important;
  }
}

@media (min-width: 641px) {
  #leadStack .sb.ghost {
    order: -1 !important;
    background: #15171c !important;
    color: #fff !important;
    border-color: #15171c !important;
  }

  #leadStack .sb.primary {
    background: #c6f24e !important;
    color: #15171c !important;
    border-color: #15171c !important;
  }
}
