/**
 * Explore public hub — collector-first discovery layout.
 */
.explore-hero-title {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 1000;
  color: var(--mint, #00ff99);
  line-height: 1.15;
}

.explore-mode-chips-hidden {
  display: none !important;
}

.explore-internal-tags-hidden {
  display: none !important;
}

.explore-hub-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.explore-hub-controls .explore-search-wrap {
  flex: 1 1 220px;
  min-width: 0;
}

.explore-hub-controls .explore-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#exploreHubCategory {
  min-width: 180px;
}

#exploreTypeFilter {
  min-width: 168px;
}

.disc-gallery-physical-badges {
  margin-top: 6px;
}

.disc-gallery-physical-badges .physical-coa-badges {
  margin: 0;
}

/* Premium collection grid — single flat grid, no nested lanes */
.disc-grid,
#gridCollections.disc-grid,
#gridArtists.disc-grid,
#gridMints.disc-grid {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 1440px) {
  .disc-grid,
  #gridCollections.disc-grid,
  #gridArtists.disc-grid,
  #gridMints.disc-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .disc-grid,
  #gridCollections.disc-grid,
  #gridArtists.disc-grid,
  #gridMints.disc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .disc-grid,
  #gridCollections.disc-grid,
  #gridArtists.disc-grid,
  #gridMints.disc-grid {
    grid-template-columns: 1fr;
  }
}

#gridCollections.disc-grid > .disc-card,
#gridArtists.disc-grid > .disc-card,
#gridMints.disc-grid > .disc-card {
  min-width: 0;
}

/* Collector-first collection cards — gallery layout (Build 310) */
.explore-gallery-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.explore-gallery-card .disc-card-link,
.explore-gallery-card .disc-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}

.explore-gallery-card .cov-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 100%;
}

.explore-gallery-card .cov,
.explore-gallery-card .disc-cover-simple.cov {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explore-gallery-card .disc-gallery-meta {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.explore-gallery-card .disc-gallery-floor {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--mint, #00ff99);
  margin-top: 2px;
}

.explore-gallery-card .disc-gallery-label-row {
  margin-bottom: 2px;
}

.explore-gallery-card .disc-gallery-label {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--teal, #00ffcc);
}

.explore-gallery-card .disc-gallery-label--rewards {
  margin-right: 6px;
  color: #ffd54f;
}

.explore-gallery-card .disc-gallery-reason-wrap {
  margin-top: 4px;
}

.explore-gallery-card .disc-gallery-reason {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.explore-gallery-card .disc-gallery-search-tag .tag {
  font-size: 0.68rem;
}

.explore-gallery-card .t {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.explore-buyer-card .t.t-fallback::after {
  content: none;
}

.explore-buyer-card .disc-meta--buyer {
  margin-top: 2px;
}

.disc-cover-simple.cov {
  display: grid;
  place-items: center;
  padding: 16px;
  text-align: center;
  background: linear-gradient(145deg, #101010 0%, #171717 55%, #0b0b0b 100%);
  border: 1px solid #00ffcc33;
}

.disc-cover-simple-title {
  font-weight: 900;
  font-size: 0.92rem;
  line-height: 1.3;
  color: var(--mint, #00ff99);
}

.disc-mint-card .mint-status {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--teal, #00ffcc);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.disc-mint-card .mint-meta {
  font-size: 0.76rem;
  opacity: 0.78;
  line-height: 1.35;
}

/* Add to Index panel */
.explore-index-panel {
  margin-top: 18px;
}

.explore-index-details {
  border-radius: 12px;
}

.explore-index-summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--mint, #00ff99);
  list-style: none;
}

.explore-index-summary::-webkit-details-marker {
  display: none;
}

.explore-index-body {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.explore-index-copy {
  margin: 0;
  line-height: 1.45;
}

.explore-index-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.explore-index-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 800;
}

.explore-index-field span em {
  font-style: normal;
  opacity: 0.7;
  font-weight: 700;
}

.explore-index-field input {
  width: 100%;
  min-width: 0;
}

.explore-index-actions {
  grid-column: 1 / -1;
}

.explore-index-status {
  margin: 0;
}

@media (max-width: 720px) {
  .explore-index-form {
    grid-template-columns: 1fr;
  }
}
