
/* QMAX V137.6 — Precision Black Diamond Royal Button System
   Geometry first. One component, three restrained material variants. */

.hmc-first-step-actions.hmc-flagship-action-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 16px 0 20px !important;
}

.hmc-first-step-actions .hmc-flagship-card {
  position: relative !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  padding: 14px 18px !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) 20px !important;
  column-gap: 14px !important;
  align-items: center !important;
  border-radius: 18px !important;
  border: 1px solid rgba(220, 217, 225, .82) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  text-align: left !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transform: translateY(0) !important;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    border-color 140ms ease,
    filter 140ms ease !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.22) !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-frame {
  display: none !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-surface {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -10px 18px rgba(0,0,0,.18) !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-surface::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.035) 38%, transparent 62%) !important;
  pointer-events: none !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-surface::after {
  content: "" !important;
  position: absolute !important;
  top: -30% !important;
  left: -36% !important;
  width: 24% !important;
  height: 170% !important;
  transform: skewX(-16deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hmc-first-step-actions .hmc-flagship-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(247,245,250,.98) !important;
  box-shadow:
    0 14px 28px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.25) !important;
  filter: brightness(1.025) !important;
}

.hmc-first-step-actions .hmc-flagship-card:hover .hmc-card-surface::after {
  opacity: 1 !important;
  animation: hmc-v1376-sweep 460ms ease-out 1 !important;
}

.hmc-first-step-actions .hmc-flagship-card:active {
  transform: translateY(1px) !important;
  box-shadow:
    0 6px 15px rgba(0,0,0,.25),
    inset 0 2px 5px rgba(0,0,0,.16) !important;
  filter: brightness(.98) !important;
}

.hmc-first-step-actions .hmc-flagship-card:focus-visible {
  outline: none !important;
  box-shadow:
    0 0 0 2px #050507,
    0 0 0 4px rgba(194,143,255,.90),
    0 12px 26px rgba(0,0,0,.32) !important;
}

@keyframes hmc-v1376-sweep {
  from { left: -36%; }
  to { left: 116%; }
}

.hmc-first-step-actions .hmc-flagship-card .hmc-icon-medallion {
  box-sizing: border-box !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: center !important;
  position: relative !important;
  z-index: 2 !important;
  border: 1px solid rgba(232,229,237,.92) !important;
  box-shadow:
    0 6px 14px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -7px 12px rgba(0,0,0,.28) !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-icon-medallion > span {
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-copy {
  min-width: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 4px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-copy strong {
  display: block !important;
  margin: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: .012em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-copy small {
  display: block !important;
  margin: 0 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  opacity: 1 !important;
}

.hmc-first-step-actions .hmc-flagship-card .hmc-card-arrow {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
  position: static !important;
  transform: none !important;
  align-self: center !important;
  justify-self: end !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  opacity: .72 !important;
  transition: transform 140ms ease, opacity 140ms ease !important;
}

.hmc-first-step-actions .hmc-flagship-card:hover .hmc-card-arrow {
  transform: translateX(2px) !important;
  opacity: 1 !important;
}

/* Amethyst */
.hmc-first-step-actions .hmc-action-play {
  color: #fff !important;
  border-color: rgba(226,207,248,.92) !important;
}
.hmc-first-step-actions .hmc-action-play .hmc-card-surface {
  background:
    radial-gradient(circle at 16% 16%, rgba(224,184,255,.20), transparent 30%),
    linear-gradient(180deg, #8739d8 0%, #6622aa 52%, #42106a 100%) !important;
}
.hmc-first-step-actions .hmc-action-play .hmc-icon-medallion {
  color: #fff !important;
  background:
    radial-gradient(circle at 40% 28%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(180deg, #9a4ae4, #6422a5 58%, #341052) !important;
}
.hmc-first-step-actions .hmc-action-play .hmc-card-copy strong { color: #fff !important; }
.hmc-first-step-actions .hmc-action-play .hmc-card-copy small { color: #f2e9f9 !important; }
.hmc-first-step-actions .hmc-action-play .hmc-card-arrow { color: #f3eaff !important; }

/* Obsidian */
.hmc-first-step-actions .hmc-action-gifts {
  color: #fff !important;
  border-color: rgba(205,202,211,.86) !important;
}
.hmc-first-step-actions .hmc-action-gifts .hmc-card-surface {
  background:
    radial-gradient(circle at 88% 4%, rgba(117,52,164,.14), transparent 30%),
    linear-gradient(180deg, #202027 0%, #121218 52%, #08080b 100%) !important;
}
.hmc-first-step-actions .hmc-action-gifts .hmc-icon-medallion {
  color: #d6a6f5 !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(146,67,205,.26), transparent 25%),
    linear-gradient(180deg, #282830, #141419 58%, #09090c) !important;
}
.hmc-first-step-actions .hmc-action-gifts .hmc-card-copy strong { color: #fff !important; }
.hmc-first-step-actions .hmc-action-gifts .hmc-card-copy small { color: #e7e3ea !important; }
.hmc-first-step-actions .hmc-action-gifts .hmc-card-arrow { color: #ded8e4 !important; }

/* Pearl */
.hmc-first-step-actions .hmc-action-start {
  color: #18141c !important;
  border-color: rgba(109,101,116,.76) !important;
}
.hmc-first-step-actions .hmc-action-start .hmc-card-surface {
  background:
    radial-gradient(circle at 14% 10%, rgba(255,255,255,.96), transparent 30%),
    linear-gradient(135deg, #f5efe7 0%, #ddd8e0 50%, #bbb4c0 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.82),
    inset 0 -10px 18px rgba(67,57,74,.16),
    inset 0 0 0 1px rgba(74,65,81,.14) !important;
}
.hmc-first-step-actions .hmc-action-start .hmc-icon-medallion {
  color: #fff !important;
  background:
    radial-gradient(circle at 42% 28%, rgba(196,135,245,.30), transparent 28%),
    linear-gradient(180deg, #3c2248, #24132c 58%, #100914) !important;
  border-color: rgba(225,219,230,.95) !important;
}
.hmc-first-step-actions .hmc-action-start .hmc-card-copy strong {
  color: #18141c !important;
  text-shadow: none !important;
}
.hmc-first-step-actions .hmc-action-start .hmc-card-copy small {
  color: #403947 !important;
  font-weight: 550 !important;
  text-shadow: none !important;
}
.hmc-first-step-actions .hmc-action-start .hmc-card-arrow { color: #403947 !important; }

@media (max-width: 1120px) {
  .hmc-first-step-actions .hmc-flagship-card .hmc-card-copy strong {
    font-size: 15px !important;
  }
}

@media (max-width: 900px) {
  .hmc-first-step-actions.hmc-flagship-action-grid {
    grid-template-columns: 1fr !important;
  }
  .hmc-first-step-actions .hmc-flagship-card {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmc-first-step-actions .hmc-flagship-card,
  .hmc-first-step-actions .hmc-flagship-card .hmc-card-arrow {
    transition: none !important;
  }
  .hmc-first-step-actions .hmc-flagship-card:hover,
  .hmc-first-step-actions .hmc-flagship-card:active {
    transform: none !important;
  }
  .hmc-first-step-actions .hmc-flagship-card:hover .hmc-card-surface::after {
    animation: none !important;
    opacity: 0 !important;
  }
}
