:root {
  --bm-primary: #1769e0;
  --bm-bg: #f3f7fb;
  --bm-paper: #fff;
  --bm-ink: #17212b;
  --bm-muted: #64748b;
  --bm-line: #dbe4ee;
  --bm-coral: #f26d5b;
  --bm-teal: #0f8b8d;
  --bm-bg-image: none;
  --bm-source-max-width: 820px;
  --bm-source-padding: 30px;
}

.bm-wechat-chip {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  min-height: 40px;
  max-width: calc(100vw - 36px);
  border: 1px solid rgba(22, 163, 74, .35);
  border-radius: 8px;
  padding: 8px 12px;
  color: #14532d;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .16);
  font-weight: 700;
}

.bm-wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, .48);
}

.bm-wechat-modal[hidden] {
  display: none;
}

.bm-wechat-dialog {
  position: relative;
  width: min(360px, 100%);
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  color: #17212b;
  text-align: center;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
}

.bm-wechat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #dbe4ef;
  border-radius: 50%;
  background: #fff;
  color: #64748b;
}

.bm-wechat-dialog h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.bm-wechat-user {
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.bm-wechat-qr {
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  margin: 0 auto 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.bm-wechat-qr img {
  width: 194px;
  height: 194px;
}

.bm-wechat-dialog p {
  min-height: 24px;
  margin: 0 0 14px;
  color: #475569;
}

.bm-wechat-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.bm-wechat-actions button {
  min-height: 38px;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  padding: 8px 12px;
  background: #fff;
  color: #14532d;
  font-weight: 700;
}

.bm-wechat-actions .primary {
  border-color: #16a34a;
  color: #fff;
  background: #16a34a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--bm-ink);
  background: var(--bm-bg);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  overflow-x: hidden;
}

.baoming-wrap {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 34px 18px;
  overflow-x: hidden;
  background:
    var(--bm-bg-image),
    linear-gradient(135deg, rgba(23, 105, 224, .12), transparent 34%),
    linear-gradient(315deg, rgba(15, 139, 141, .13), transparent 38%),
    var(--bm-bg);
  background-size: cover, auto, auto, auto;
  background-position: center, center, center, center;
  background-attachment: fixed, scroll, scroll, scroll;
}

.bm-home {
  margin: -34px -18px;
  color: #102033;
  background: #eef3f8;
  --bm-home-primary: #1769e0;
  --bm-home-bg: url("../../public/uploads/202607/04/eabc83eedcbd9e2cebc2a1c4.jpg");
}

.bm-home-hero {
  position: relative;
  min-height: 720px;
  padding: 26px 0 42px;
  overflow: hidden;
  color: #fff;
  background: #102033;
}

.bm-home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #071827;
}

.bm-home-bg-item,
.bm-home-bg-shade,
.bm-home-bg-grid,
.bm-home-bg-scan,
.bm-home-bg-beam {
  position: absolute;
  inset: 0;
}

.bm-home-bg-item {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1100ms ease, transform 6200ms ease;
}

.bm-home-bg-item.is-active {
  opacity: 1;
  transform: scale(1);
}

.bm-home-bg-image {
  background: var(--bm-home-bg) center / cover no-repeat;
}

.bm-home-bg-video {
  object-fit: cover;
  object-position: center;
}

.bm-home-bg-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 18, 32, .96) 0%, rgba(7, 27, 45, .82) 44%, rgba(12, 103, 101, .52) 100%),
    linear-gradient(155deg, rgba(34, 211, 238, .22) 0%, transparent 36%, rgba(15, 118, 110, .2) 100%);
}

.bm-home-bg-grid {
  z-index: 3;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .34;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .88) 46%, transparent 100%);
}

.bm-home-bg-scan {
  z-index: 4;
  height: 170px;
  background: linear-gradient(180deg, transparent, rgba(94, 234, 212, .18), transparent);
  mix-blend-mode: screen;
  opacity: .78;
  animation: bmHomeScan 7.5s linear infinite;
}

.bm-home-bg-beam {
  z-index: 4;
  inset: -20% -8%;
  background: linear-gradient(112deg, transparent 0 43%, rgba(125, 211, 252, .16) 50%, transparent 58% 100%);
  opacity: .72;
  transform: translateX(-8%);
  animation: bmHomeBeam 12s ease-in-out infinite alternate;
}

@keyframes bmHomeScan {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(520%); }
}

@keyframes bmHomeBeam {
  from { transform: translateX(-10%) skewX(-6deg); }
  to { transform: translateX(10%) skewX(-6deg); }
}

@media (prefers-reduced-motion: reduce) {
  .bm-home-bg-item,
  .bm-home-bg-scan,
  .bm-home-bg-beam {
    animation: none;
    transition: none;
  }
}

.bm-home-nav,
.bm-home-hero-grid,
.bm-home-metrics,
.bm-home-section {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bm-home-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 44px rgba(16, 32, 51, .14);
  backdrop-filter: blur(18px);
}

.bm-home-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  color: #102033;
  text-decoration: none;
}

.bm-home-brand img {
  flex: 0 0 auto;
  width: 46px;
  height: 38px;
  object-fit: contain;
}

.bm-home-brand strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bm-home-nav-actions,
.bm-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bm-home-nav-actions a,
.bm-home-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.bm-home-nav-actions a {
  border: 1px solid rgba(15, 118, 110, .22);
  color: #0f766e;
  background: #fff;
}

.bm-home-nav-actions a:last-child,
.bm-home-actions a:first-child {
  border-color: var(--bm-home-primary);
  color: #fff;
  background: var(--bm-home-primary);
}

.bm-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1fr);
  gap: 34px;
  align-items: center;
  padding-top: 76px;
}

.bm-home-copy {
  max-width: 620px;
}

.bm-home-kicker,
.bm-home-section-head span,
.bm-home-panel-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(20, 184, 166, .34);
  border-radius: 8px;
  color: #bff4eb;
  background: rgba(15, 118, 110, .22);
  font-size: 13px;
  font-weight: 700;
}

.bm-home-copy h1 {
  margin: 18px 0 16px;
  color: #fff;
  font-size: 54px;
  line-height: 1.12;
  letter-spacing: 0;
}

.bm-home-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.8;
}

.bm-home-actions {
  margin-top: 30px;
}

.bm-home-actions a {
  min-width: 138px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.bm-home-dashboard,
.bm-home-risk {
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.bm-home-dashboard {
  padding: 22px;
}

.bm-home-featured-list {
  display: grid;
  gap: 10px;
  min-height: 230px;
}

.bm-home-featured-list.empty {
  align-content: center;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.bm-home-featured-list.empty strong {
  color: #fff;
  font-size: 22px;
}

.bm-home-featured-list.empty p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
}

.bm-home-featured-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 58px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  text-decoration: none;
}

.bm-home-featured-list a.disabled {
  opacity: .68;
  cursor: not-allowed;
}

.bm-home-featured-list b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #102033;
  background: #f6c35d;
}

.bm-home-featured-list span {
  min-width: 0;
}

.bm-home-featured-list strong,
.bm-home-featured-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bm-home-featured-list small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .66);
}

.bm-home-featured-list em {
  color: #f6c35d;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.bm-home-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.bm-home-panel-head strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 22px;
}

.bm-home-panel-head em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  border-radius: 8px;
  color: #102033;
  background: #f6c35d;
  font-style: normal;
  font-weight: 800;
}

.bm-home-dashboard canvas {
  width: 100%;
  height: 230px;
}

.bm-home-capability {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.bm-home-chart-wrap {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 190px;
  height: 190px;
  min-width: 0;
}

.bm-home-chart-wrap canvas {
  width: 190px;
  height: 190px;
}

.bm-home-capability-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.bm-home-capability-item {
  position: relative;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 9px 48px 9px 10px;
  border: 1px solid rgba(16, 32, 51, .07);
  border-radius: 8px;
  background: #f8fafc;
}

.bm-home-capability-item i {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--cap-color);
}

.bm-home-capability-item span {
  min-width: 0;
}

.bm-home-capability-item strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bm-home-capability-item strong {
  color: #102033;
  font-size: 14px;
}

.bm-home-capability-item small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bm-home-capability-item em {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 34px;
  transform: translateY(-50%);
  color: #667085;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.bm-home-capability-ad {
  display: block;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, .08);
  border-radius: 8px;
  background: #f8fafc;
}

.bm-home-capability-ad img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 4;
  object-fit: cover;
}

.bm-home-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.bm-home-mini div {
  min-height: 76px;
  padding: 14px;
  background: rgba(255, 255, 255, .1);
}

.bm-home-mini span {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.bm-home-mini strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 23px;
}

.bm-home-metrics {
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -36px;
}

.bm-home-metrics article {
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 32, 51, .08);
}

.bm-home-metrics span,
.bm-home-metrics small {
  color: #667085;
  font-size: 14px;
}

.bm-home-metrics strong {
  display: block;
  margin: 10px 0 8px;
  color: #102033;
  font-size: 34px;
  line-height: 1;
}

.bm-home-section {
  padding: 68px 0 0;
}

.bm-home-section-head {
  max-width: 680px;
  margin-bottom: 22px;
}

.bm-home-section-head span,
.bm-home-risk .bm-home-panel-head span {
  color: #0f766e;
  background: rgba(15, 118, 110, .09);
}

.bm-home-section-head h2 {
  margin: 12px 0 10px;
  color: #102033;
  font-size: 34px;
  line-height: 1.22;
}

.bm-home-section-head p {
  margin: 0;
  color: #667085;
}

.bm-home-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 26px;
  align-items: stretch;
}

.bm-home-steps {
  display: grid;
  gap: 12px;
}

.bm-home-steps div {
  display: grid;
  grid-template-columns: 58px minmax(0, 160px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(16, 32, 51, .08);
  border-radius: 8px;
  background: #fff;
}

.bm-home-steps b {
  color: #0f766e;
  font-size: 22px;
}

.bm-home-steps strong {
  color: #102033;
  font-size: 18px;
}

.bm-home-steps p {
  margin: 0;
  color: #667085;
}

.bm-home-risk {
  min-height: 368px;
  padding: 20px;
  color: #102033;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 32, 51, .08);
}

.bm-home-risk .bm-home-panel-head strong {
  color: #102033;
}

.bm-home-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 76px;
}

.bm-home-form-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  min-height: 350px;
  border: 1px solid rgba(16, 32, 51, .08);
  border-radius: 8px;
  background: #fff;
  color: #102033;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(16, 32, 51, .06);
}

.bm-home-form-card.disabled {
  opacity: .72;
  cursor: not-allowed;
}

.bm-home-form-cover {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  padding: 8px;
  background: #f8fafc;
}

.bm-home-form-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bm-home-form-cover span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  font-weight: 800;
}

.bm-home-form-card > div:last-child {
  padding: 18px;
}

.bm-home-form-card span {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
}

.bm-home-form-card h3 {
  margin: 8px 0 8px;
  font-size: 20px;
  line-height: 1.35;
}

.bm-home-form-card p {
  min-height: 48px;
  margin: 0;
  color: #667085;
  line-height: 1.7;
}

.bm-home-form-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 0;
}

.bm-home-form-card dl div {
  min-width: 0;
  padding: 9px;
  border-radius: 8px;
  background: #f5f8fb;
}

.bm-home-form-card dt {
  color: #667085;
  font-size: 12px;
}

.bm-home-form-card dd {
  margin: 3px 0 0;
  overflow: hidden;
  color: #102033;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bm-home-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed rgba(15, 118, 110, .34);
  border-radius: 8px;
  background: #fff;
}

.bm-home-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #102033;
  font-size: 20px;
}

.bm-home-empty p {
  margin: 0;
  color: #667085;
}

.bm-home-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 56px auto 0;
  padding: 22px 16px 34px;
  border-top: 1px solid rgba(16, 32, 51, .08);
  color: #667085;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.bm-home-footer a {
  color: inherit;
  text-decoration: none;
}

.bm-home-footer a:hover {
  color: var(--bm-home-primary);
}

@media (max-width: 980px) {
  .bm-home-hero {
    min-height: 0;
  }

  .bm-home-hero-grid,
  .bm-home-split {
    grid-template-columns: 1fr;
  }

  .bm-home-metrics,
  .bm-home-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .baoming-wrap {
    padding: 0;
  }

  .bm-home {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
  }

  .bm-home-hero {
    padding: 12px 0 30px;
  }

  .bm-home-nav,
  .bm-home-hero-grid,
  .bm-home-metrics,
  .bm-home-section {
    width: calc(100% - 24px);
  }

  .bm-home-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .bm-home-brand strong {
    white-space: normal;
  }

  .bm-home-nav-actions,
  .bm-home-actions {
    width: 100%;
  }

  .bm-home-nav-actions a,
  .bm-home-actions a {
    flex: 1 1 0;
    min-width: 0;
  }

  .bm-home-hero-grid {
    gap: 24px;
    padding-top: 44px;
  }

  .bm-home-copy h1 {
    font-size: 36px;
  }

  .bm-home-copy p {
    font-size: 16px;
  }

  .bm-home-dashboard,
  .bm-home-risk {
    padding: 16px;
  }

  .bm-home-capability {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bm-home-chart-wrap {
    width: 190px;
    height: 190px;
  }

  .bm-home-chart-wrap canvas {
    width: 190px;
    height: 190px;
  }

  .bm-home-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bm-home-featured-list {
    min-height: 0;
  }

  .bm-home-featured-list a {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .bm-home-featured-list em {
    grid-column: 2;
    text-align: left;
  }

  .bm-home-mini,
  .bm-home-metrics,
  .bm-home-form-grid {
    grid-template-columns: 1fr;
  }

  .bm-home-metrics {
    margin-top: 14px;
  }

  .bm-home-section {
    padding-top: 48px;
  }

  .bm-home-section-head h2 {
    font-size: 26px;
  }

  .bm-home-steps div {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .bm-home-steps p {
    grid-column: 2;
  }

  .bm-home-form-card {
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
  }
}

.bm-shell {
  max-width: 820px;
  margin: 0 auto;
}

.bm-paper {
  background: var(--bm-paper);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: var(--bm-radius, 6px);
  box-shadow: var(--bm-shadow, 0 22px 60px rgba(21, 40, 70, .12));
  overflow: hidden;
}

.bm-source-shell {
  max-width: var(--bm-source-max-width);
}

.bm-source-paper {
  border-radius: var(--bm-radius, 8px);
}

.bm-logo {
  display: block;
  max-width: 180px;
  max-height: 64px;
  object-fit: contain;
  margin: 22px 30px 0;
}

.bm-ad-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, .22);
}

.bm-ad-media-list {
  display: grid;
  gap: 12px;
  margin: 24px 30px 0;
}

.bm-source-shell .bm-ad-media-list {
  gap: 0;
  margin: 0;
}

.bm-source-shell .bm-ad-image {
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

.bm-source-shell .bm-ad-video {
  border: 0;
  border-radius: 0;
}

.bm-ad-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  background: #0f172a;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, .22);
}

.bm-header {
  padding: 28px 30px 22px;
  border-bottom: 1px solid var(--bm-line);
}

.bm-source-shell .bm-header {
  padding: var(--bm-source-padding) var(--bm-source-padding) 22px;
}

.bm-title {
  margin: 0;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bm-desc {
  margin: 10px 0 0;
  color: var(--bm-muted);
  line-height: 1.8;
  white-space: normal;
}

.bm-source-shell .bm-desc {
  color: var(--bm-muted);
}

.bm-desc.collapsed {
  max-height: 98px;
  overflow: hidden;
  position: relative;
}

.bm-desc.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--bm-paper, #fff));
}

.bm-desc-toggle {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bm-primary);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.bm-rich-content {
  overflow-wrap: anywhere;
}

.bm-rich-content,
.bm-rich-content * {
  max-width: 100%;
  box-sizing: border-box;
}

.bm-rich-content p {
  margin: 0 0 10px;
}

.bm-rich-content img,
.bm-rich-content video,
.bm-rich-content audio,
.bm-rich-content iframe {
  max-width: 100% !important;
}

.bm-rich-content img,
.bm-rich-content video {
  height: auto !important;
}

.bm-rich-content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
}

.bm-body {
  padding: 24px 30px 30px;
}

.bm-source-shell .bm-body {
  padding: 24px var(--bm-source-padding) var(--bm-source-padding);
}

.bm-page-progress {
  display: grid;
  gap: 8px;
  margin-bottom: var(--bm-gap, 18px);
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-page-progress div {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.bm-page-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--bm-primary);
}

.bm-field {
  margin-bottom: var(--bm-gap, 18px);
}

.bm-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.bm-label em {
  color: var(--bm-coral);
  font-style: normal;
}

.bm-help {
  color: var(--bm-muted);
  font-size: 13px;
  line-height: 1.7;
}

.bm-input,
.bm-textarea,
.bm-select {
  width: 100%;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
  color: var(--bm-ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  outline: none;
}

.bm-date-input {
  text-align: left;
}

.bm-date-input::-webkit-date-and-time-value,
.bm-date-input::-webkit-datetime-edit {
  margin: 0;
  text-align: left;
}

.bm-input:focus,
.bm-textarea:focus,
.bm-select:focus {
  border-color: var(--bm-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bm-primary), transparent 84%);
}

.bm-textarea {
  min-height: 110px;
  resize: vertical;
}

.bm-options {
  display: grid;
  gap: 10px;
}

.bm-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
}

.bm-option input {
  width: 16px;
  height: 16px;
}

.bm-inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bm-inline-options .bm-option {
  min-width: 120px;
}

.bm-display {
  padding: 14px;
  border-left: 4px solid var(--bm-primary);
  background: color-mix(in srgb, var(--bm-primary), white 92%);
  border-radius: 6px;
  color: #24415f;
  line-height: 1.8;
}

.bm-contact-card,
.bm-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--bm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 49, 78, .06);
}

.bm-contact-card strong,
.bm-map-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.bm-contact-card p,
.bm-map-card p {
  margin: 2px 0;
  color: var(--bm-muted);
  line-height: 1.7;
}

.bm-contact-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
}

.bm-map-card.has-map {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
}

.bm-map-visual {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #d6e2ef;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23, 105, 224, .08) 1px, transparent 1px),
    linear-gradient(rgba(23, 105, 224, .08) 1px, transparent 1px),
    linear-gradient(135deg, #eef8f2, #f7fbff 48%, #edf4ff);
  background-size: 36px 36px, 36px 36px, 100% 100%;
  color: inherit;
  text-decoration: none;
}

.bm-map-visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #edf4ff;
}

.bm-map-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  background: #edf4ff;
}

.bm-map-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-indent: -9999px;
}

.bm-map-hit:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--bm-primary), white 20%);
  outline-offset: -3px;
}

.bm-map-placeholder {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 180px;
  text-align: center;
}

.bm-map-placeholder i {
  width: 36px;
  height: 36px;
  border-radius: 50% 50% 50% 0;
  background: var(--bm-primary);
  transform: rotate(-45deg);
  box-shadow: 0 10px 24px rgba(23, 105, 224, .22);
}

.bm-map-placeholder strong,
.bm-map-placeholder span {
  transform: translateY(-3px);
}

.bm-map-placeholder span {
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-map-fallback {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(23, 105, 224, .08), rgba(20, 184, 166, .12));
  color: var(--bm-primary);
  font-weight: 800;
}

.bm-map-visual.map-error .bm-map-fallback {
  display: flex;
}

.bm-map-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 4px 4px 2px;
}

.bm-display-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.bm-display-action.align-left { justify-content: flex-start; }
.bm-display-action.align-center { justify-content: center; }
.bm-display-action.align-right { justify-content: flex-end; }

.bm-display-action small {
  width: 100%;
  color: var(--bm-muted);
  line-height: 1.6;
  text-align: center;
}

.bm-display-action.align-left small { text-align: left; }
.bm-display-action.align-right small { text-align: right; }

.bm-qrcode-action {
  flex-direction: column;
}

.bm-qrcode-action img {
  width: min(180px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
  padding: 8px;
}

.bm-btn.secondary.outline {
  color: var(--bm-primary);
  background: #fff;
  border: 1px solid var(--bm-primary);
}

.bm-page-divider,
.bm-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-page-divider::before,
.bm-page-divider::after,
.bm-divider::before,
.bm-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bm-line);
}

.bm-divider.image {
  display: block;
}

.bm-divider.image::before,
.bm-divider.image::after {
  display: none;
}

.bm-divider.image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.bm-blank-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.8;
}

.bm-blank-line .bm-input {
  flex: 1 1 150px;
  min-width: 120px;
  border-width: 0 0 1px;
  border-radius: 0;
  padding-inline: 4px;
  text-align: center;
}

.bm-address-grid,
.bm-cascade {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bm-address-grid .full {
  grid-column: 1 / -1;
}

.bm-image-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bm-image-option {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--bm-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.bm-image-option input {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
}

.bm-image-option span {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #f8fafc;
  color: var(--bm-muted);
}

.bm-image-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-image-option b,
.bm-image-option small,
.bm-option b,
.bm-option small {
  display: block;
}

.bm-image-option small,
.bm-option small {
  color: var(--bm-muted);
  font-size: 12px;
}

.bm-upload-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px dashed color-mix(in srgb, var(--bm-primary), white 55%);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bm-primary), white 96%);
}

.bm-upload-card p {
  margin: 0;
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-upload-list {
  display: grid;
  gap: 6px;
}

.bm-upload-list a {
  color: var(--bm-primary);
  word-break: break-all;
}

.bm-edit-table-wrap {
  display: grid;
  gap: 10px;
  overflow-x: auto;
}

.bm-edit-table .bm-input {
  min-width: 120px;
  border: 0;
  box-shadow: none;
}

.bm-link-btn {
  border: 0;
  background: transparent;
  color: var(--bm-coral);
  cursor: pointer;
}

.bm-lottery-result {
  display: grid;
  gap: 8px;
  margin: 16px auto 0;
  max-width: 420px;
  padding: 16px;
  border: 1px solid #fde2b8;
  border-radius: 8px;
  background: #fff8eb;
  text-align: center;
}

.bm-lottery-result.won {
  border-color: #f7c56a;
  background: linear-gradient(135deg, #fff8eb, #fff);
}

.bm-lottery-result span {
  color: #9a5c00;
  font-size: 13px;
}

.bm-lottery-result strong {
  color: #7c4b00;
  font-size: 20px;
}

.bm-lottery-result img {
  width: min(220px, 100%);
  max-height: 180px;
  object-fit: contain;
  justify-self: center;
  border-radius: 6px;
  border: 1px solid #fde2b8;
  background: #fff;
  padding: 6px;
}

.bm-lottery-result p,
.bm-lottery-result small {
  margin: 0;
  color: var(--bm-muted);
  line-height: 1.6;
}

.bm-marquee {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--bm-line);
  background: #fffaf0;
  color: #7c4b00;
  padding: 10px 0;
}

.bm-marquee span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: bm-marquee 16s linear infinite;
}

@keyframes bm-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.bm-latest-box {
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.bm-latest-title {
  padding: 10px 14px;
  color: #24415f;
  font-weight: 700;
  background: color-mix(in srgb, var(--bm-primary), white 92%);
  border-bottom: 1px solid var(--bm-line);
}

.bm-latest-list {
  display: grid;
  max-height: 180px;
  overflow: hidden;
}

.bm-latest-list div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #eef3f8;
  color: #415872;
  font-size: 14px;
}

.bm-latest-list div:last-child {
  border-bottom: 0;
}

.bm-latest-list b {
  font-weight: 500;
}

.bm-latest-list em {
  color: var(--bm-muted);
  font-style: normal;
  font-size: 12px;
}

.bm-latest-list p {
  margin: 0;
  padding: 14px;
  color: var(--bm-muted);
}

.bm-products {
  display: grid;
  gap: 12px;
}

.bm-product-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  padding: 12px;
  background: #fff;
}

.bm-product-image {
  width: 78px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #f8fafc;
  color: var(--bm-muted);
  font-size: 12px;
  border: 1px solid #eef3f8;
}

.bm-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-product-main {
  min-width: 0;
}

.bm-product-main strong,
.bm-product-main small {
  display: block;
}

.bm-product-main small {
  margin-top: 5px;
  color: var(--bm-muted);
}

.bm-stepper {
  display: grid;
  grid-template-columns: 34px 48px 34px;
  height: 36px;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  overflow: hidden;
}

.bm-stepper button,
.bm-stepper input {
  border: 0;
  min-width: 0;
  text-align: center;
  background: #fff;
  font: inherit;
}

.bm-stepper button {
  cursor: pointer;
  color: var(--bm-primary);
  font-weight: 700;
}

.bm-stepper input {
  border-left: 1px solid var(--bm-line);
  border-right: 1px solid var(--bm-line);
}

.bm-amount-box {
  display: grid;
  gap: 10px;
}

.bm-amount-options,
.bm-paid-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bm-amount-options button,
.bm-paid-options button {
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
  min-height: 42px;
  padding: 0 14px;
  cursor: pointer;
  color: var(--bm-ink);
  font: inherit;
}

.bm-amount-options button.active,
.bm-paid-options button.active {
  color: #fff;
  background: var(--bm-primary);
  border-color: var(--bm-primary);
}

.bm-paid-options button {
  display: grid;
  gap: 3px;
  min-width: 128px;
  padding: 9px 12px;
  text-align: left;
}

.bm-paid-options b {
  font-size: 16px;
}

.bm-payment-summary,
.bm-payment-result {
  border: 1px solid color-mix(in srgb, var(--bm-primary), white 70%);
  border-radius: 6px;
  padding: 14px;
  background: color-mix(in srgb, var(--bm-primary), white 94%);
}

.bm-payment-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: center;
  margin-top: 12px;
}

.bm-payment-summary span,
.bm-payment-summary small,
.bm-payment-result p {
  color: var(--bm-muted);
}

.bm-payment-summary strong {
  color: var(--bm-primary);
  font-size: 24px;
}

.bm-payment-summary small {
  grid-column: 1 / -1;
}

.bm-payment-result {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 16px auto 0;
  max-width: 360px;
}

.bm-payment-result img {
  width: min(220px, 100%);
  height: auto;
  border-radius: 6px;
  border: 1px solid var(--bm-line);
  background: #fff;
}

.bm-rating {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bm-star,
.bm-score {
  border: 1px solid var(--bm-line);
  background: #fff;
  border-radius: 6px;
  min-width: 42px;
  min-height: 38px;
  cursor: pointer;
  color: var(--bm-muted);
}

.bm-star.active,
.bm-score.active {
  color: #fff;
  background: var(--bm-primary);
  border-color: var(--bm-primary);
}

.bm-matrix,
.bm-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--bm-line);
  background: #fff;
}

.bm-matrix th,
.bm-matrix td,
.bm-table th,
.bm-table td {
  border-bottom: 1px solid var(--bm-line);
  border-right: 1px solid var(--bm-line);
  padding: 10px;
  text-align: left;
}

.bm-matrix th,
.bm-table th {
  background: #f8fafc;
}

.bm-signature {
  width: 100%;
  height: 170px;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #fff;
  touch-action: none;
}

.bm-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.bm-actions.align-left {
  justify-content: flex-start;
}

.bm-actions.align-center {
  justify-content: center;
}

.bm-actions.align-right {
  justify-content: flex-end;
}

.bm-btn {
  border: 0;
  border-radius: 6px;
  min-height: 46px;
  padding: 0 20px;
  background: var(--bm-primary);
  color: #fff;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bm-btn.secondary {
  background: var(--bm-teal);
}

.bm-btn.ghost {
  color: var(--bm-ink);
  background: #fff;
  border: 1px solid var(--bm-line);
}

.bm-submit-btn {
  min-width: 180px;
  font-weight: 700;
}

.bm-error {
  color: var(--bm-coral);
  font-size: 13px;
  margin-top: 7px;
}

.bm-result {
  text-align: center;
  padding: 46px 30px;
}

.bm-result h1 {
  margin: 0 0 10px;
  font-size: 30px;
}

.bm-result p {
  color: var(--bm-muted);
  line-height: 1.8;
}

.bm-end-content {
  width: 100%;
  color: #475569;
  line-height: 1.9;
  text-align: left;
}

.bm-submitted-data {
  width: 100%;
  display: grid;
  gap: 8px;
  margin: 8px 0;
  padding: 14px;
  border: 1px solid var(--bm-line);
  border-radius: 6px;
  background: #f8fafc;
}

.bm-submitted-data div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #475569;
}

.bm-submitted-data b {
  color: #17212b;
  text-align: right;
  word-break: break-word;
}

.bm-end-action {
  min-width: 150px;
}

.bm-code {
  display: inline-block;
  margin: 12px 0;
  padding: 10px 14px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px solid var(--bm-line);
  font-weight: 700;
}

.bm-footer {
  border-top: 1px solid var(--bm-line);
  padding: 16px 30px 20px;
  color: var(--bm-muted);
  font-size: 13px;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  text-align: center;
}

.bm-footer a {
  color: var(--bm-muted);
  text-decoration: none;
}

.bm-footer a:hover {
  color: var(--bm-primary);
}

.bm-credential-card {
  overflow: hidden;
}

.bm-credential-head {
  padding: 30px 30px 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(23, 105, 224, .10), rgba(255, 255, 255, 0));
}

.bm-credential-head img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 10px;
}

.bm-credential-head span {
  display: block;
  color: var(--bm-muted);
  font-size: 14px;
}

.bm-credential-head h1 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.bm-credential-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: stretch;
  padding: 0 30px 22px;
}

.bm-credential-person,
.bm-credential-qr {
  border: 1px solid var(--bm-line);
  border-radius: 8px;
  background: #fff;
}

.bm-credential-person {
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.bm-credential-person small,
.bm-credential-grid span {
  color: var(--bm-muted);
  font-size: 13px;
}

.bm-credential-person strong {
  font-size: 32px;
  line-height: 1.2;
}

.bm-credential-person span {
  color: #334155;
  font-size: 18px;
}

.bm-credential-person em {
  color: var(--bm-primary);
  font-style: normal;
  font-weight: 700;
}

.bm-credential-qr {
  padding: 16px;
  display: grid;
  place-items: center;
  gap: 8px;
}

.bm-credential-qr svg {
  width: min(180px, 100%);
  height: auto;
  display: block;
}

.bm-credential-qr span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9f8f1;
  color: #116047;
  font-size: 13px;
  font-weight: 700;
}

.bm-credential-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 30px 18px;
}

.bm-credential-grid div {
  border: 1px solid var(--bm-line);
  border-radius: 8px;
  padding: 12px;
  background: #fbfdff;
  display: grid;
  gap: 5px;
}

.bm-credential-grid strong {
  font-size: 15px;
  line-height: 1.5;
  word-break: break-word;
}

.bm-credential-notice {
  margin: 0 30px 18px;
  border-left: 4px solid var(--bm-primary);
  background: #f8fbff;
  padding: 12px 14px;
  color: #334155;
  line-height: 1.8;
}

.bm-staff-checkin {
  margin: 0 30px 18px;
  border: 1px solid #bfe6d6;
  border-radius: 8px;
  padding: 12px;
  background: #f0fdf7;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.bm-staff-checkin span {
  display: block;
  color: var(--bm-muted);
  font-size: 13px;
  margin-bottom: 4px;
}

.bm-staff-checkin strong {
  font-size: 15px;
}

.bm-staff-checkin p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.bm-staff-checkin p.ok {
  color: #116047;
}

.bm-staff-checkin p.bad {
  color: #b42318;
}

.bm-credential-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0 30px 30px;
}

@media (max-width: 640px) {
  .baoming-wrap {
    padding: 0;
  }
  .bm-shell {
    max-width: none;
  }
  .bm-paper {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    min-height: 100vh;
  }
  .bm-header,
  .bm-body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bm-source-shell .bm-header,
  .bm-source-shell .bm-body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bm-logo {
    margin-left: 18px;
    margin-right: 18px;
  }
  .bm-ad-media-list {
    margin-left: 18px;
    margin-right: 18px;
  }
  .bm-footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bm-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bm-product-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .bm-product-image {
    width: 100%;
    max-height: 180px;
    aspect-ratio: 16 / 9;
  }
  .bm-stepper {
    width: 100%;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
  .bm-latest-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .bm-payment-summary {
    grid-template-columns: 1fr;
  }
  .bm-contact-card,
  .bm-map-card {
    grid-template-columns: 1fr;
  }
  .bm-map-info {
    grid-template-columns: 1fr;
  }
  .bm-contact-card img {
    justify-self: start;
  }
  .bm-address-grid,
  .bm-cascade,
  .bm-image-options {
    grid-template-columns: 1fr;
  }
  .bm-btn {
    width: 100%;
  }
  .bm-matrix,
  .bm-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .bm-rich-content table {
    display: block;
    overflow-x: auto;
  }
  .bm-rich-content td,
  .bm-rich-content th {
    word-break: break-word;
  }
  .bm-credential-head {
    padding: 24px 18px 16px;
  }
  .bm-credential-head h1 {
    font-size: 23px;
  }
  .bm-credential-main,
  .bm-credential-grid {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }
  .bm-credential-person strong {
    font-size: 28px;
  }
  .bm-credential-notice {
    margin-left: 18px;
    margin-right: 18px;
  }
  .bm-staff-checkin {
    margin-left: 18px;
    margin-right: 18px;
    grid-template-columns: 1fr;
  }
  .bm-credential-actions {
    padding-left: 18px;
    padding-right: 18px;
    display: grid;
  }
}
