/* DOOD payment prelaunch — disabled secondary buy affordance */
.marketplace-dood-payment-btn {
  width: 100%;
  opacity: 0.72;
  cursor: not-allowed;
  border-color: #00ffcc44;
  color: var(--muted, #b9c7c4);
  font-weight: 700;
  font-size: 0.92rem;
}

.marketplace-dood-payment-btn:disabled {
  pointer-events: none;
}

.market-card .actions .marketplace-dood-payment-btn,
.feed-actions .marketplace-dood-payment-btn {
  width: auto;
  flex: 1 1 auto;
  min-width: min(100%, 200px);
}

@media (max-width: 600px) {
  .market-card .actions .marketplace-dood-payment-btn {
    width: 100%;
  }
}

/* Collection grid — informational DOOD status only (no checkout) */
.nft-tile {
  position: relative;
}

.collection-dood-status-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  pointer-events: none;
  border: 1px solid #00ffcc55;
  background: rgba(0, 26, 20, 0.88);
  color: #b9ffe8;
}

.nft-tile:has(.nft-listed-badge) .collection-dood-status-badge {
  top: 36px;
}

.collection-dood-status-ready {
  border-color: #00ff9977;
  color: #00ff99;
}

.nft-tile .collection-dood-status-badge {
  max-width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marketplace-badge.mp-dood-only-active {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffd76a;
  background: rgba(255, 196, 86, 0.14);
  border: 1px solid rgba(255, 196, 86, 0.45);
  padding: 4px 10px;
  border-radius: 999px;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.marketplace-dood-only-buy-btn:disabled {
  pointer-events: none;
  opacity: 0.78;
}

.dood-only-pilot-notice {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
