/* Bounty Meridian product tiles — dark elevated cards, white outline icons.
   Restores styles lost when smash broke .accent-hover-card / .product-logo-tile
   into spaced (invalid) selectors. */

.accent-colour-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 16px;
  padding: 24px;
  color: #fff;
}

a.accent-hover-card.accent-colour-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 16px;
}

a.accent-hover-card.accent-colour-card:hover,
a.accent-hover-card.accent-colour-card:focus-within {
  border-color: #3a3a3a !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transform: translateY(-4px);
}

.accent-hover-card {
  isolation: isolate;
  position: relative;
}

.product-logo-tile {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  overflow: visible;
}

.product-logo-tile.h-12,
.product-logo-tile.w-12 {
  height: 40px;
  width: 40px;
  border-radius: 6px;
}

.product-logo-tile.h-9,
.product-logo-tile.w-9 {
  height: 32px;
  width: 32px;
  border-radius: 6px;
}

.product-logo-tile svg,
.product-logo-tile img {
  color: #fff;
  display: block !important;
  fill: currentColor;
  filter: none !important;
  height: 100% !important;
  max-height: none;
  max-width: none;
  object-fit: contain;
  width: 100% !important;
}

.product-logo-tile svg [stroke] {
  fill: none;
  stroke: currentColor;
}

.security-tooling-logo-tile,
.dark .security-tooling-logo-tile {
  background: transparent !important;
  border: none !important;
}

.security-tooling-lock,
.dark .security-tooling-lock {
  color: #fff !important;
}

.accent-https6,
.accent-lighthouse {
  --bounty-accent-start: var(--bounty-gold-violet, #8677dc);
  --bounty-accent-end: var(--bounty-gold-magenta, #c44bdb);
  --bounty-accent-solid: var(--bounty-gold-magenta, #c44bdb);
  --bounty-accent-border: #5e41d573;
}

.accent-anchor {
  --bounty-accent-start: var(--bounty-anchor-teal, #00d4aa);
  --bounty-accent-end: var(--bounty-anchor-blue, #009778);
  --bounty-accent-solid: #00d4aa;
  --bounty-accent-border: #00d4aa73;
}

.accent-bombora {
  --bounty-accent-start: var(--bounty-ink-blue, #3b9eff);
  --bounty-accent-end: var(--bounty-ink-deep-blue, #3288dd);
  --bounty-accent-solid: #3b9eff;
  --bounty-accent-border: #3b9eff73;
}

.accent-secstant {
  --bounty-accent-start: #a7c080;
  --bounty-accent-end: #859f65;
  --bounty-accent-solid: #a7c080;
  --bounty-accent-border: #859f65;
}

.accent-hover-title,
.accent-hover-arrow {
  transition: color 0.18s ease;
}

:is(.group:hover, .group:focus-within) .accent-hover-title {
  color: var(--bounty-accent-solid, #fff) !important;
}

:is(.group:hover, .group:focus-within) .product-logo-tile {
  background: transparent;
  border: none;
  box-shadow: none;
}
