:root {
  --dv-bg: #080808;
  --dv-gold: #c9a84c;
  --dv-gold-bright: #f5d485;
  --dv-text: rgba(255, 255, 255, 0.88);
  --dv-muted: rgba(255, 255, 255, 0.55);
  --dv-border: rgba(255, 255, 255, 0.10);
}

* { box-sizing: border-box; }

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: var(--dv-bg);
  color: var(--dv-text);
}

.font-display {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.dv-logo-box {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: linear-gradient(135deg, #f5d485, #c9a84c);
  color: #080808;
}

.dv-logo-text {
  font-size: 0.95rem;
}

.dv-logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 8px;
  display: block;
  flex-shrink: 0;
}

.dv-app-bg {
  background:
    radial-gradient(circle at 85% 8%, rgba(201,168,76,0.09), transparent 42%),
    radial-gradient(circle at 10% 75%, rgba(255,255,255,0.025), transparent 35%),
    #080808;
  background-attachment: fixed;
  min-height: 100vh;
}

.dv-text-secondary { color: rgba(255, 255, 255, 0.65); }
.dv-text-muted { color: rgba(255, 255, 255, 0.38); }

.dv-grad-text {
  background: linear-gradient(135deg, #f5d485 0%, #c9a84c 55%, #8b6914 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dv-glass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.60), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.dv-glass-hover {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.dv-glass-hover:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.38);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(201, 168, 76, 0.18);
}

.dv-glass-soft {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dv-glass-gold {
  background: rgba(201, 168, 76, 0.07);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 9999px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.dv-glass-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dv-grad-cta {
  background: linear-gradient(135deg, #f5d485 0%, #c9a84c 52%, #8b6914 100%);
  color: #080808 !important;
  font-weight: bold;
  border: 0;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.28);
}

.dv-chip {
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.22);
  color: rgba(255, 255, 255, 0.78);
  border-radius: 9999px;
  padding: 4px 10px 4px 12px;
  font-size: 0.75rem;
}

.dv-tab {
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  border: 0;
}

.dv-tab-active {
  background: linear-gradient(135deg, #f5d485 0%, #c9a84c 52%, #8b6914 100%);
  color: #080808;
  font-weight: 600;
}

.dv-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  min-width: 0;
}

.dv-input:focus {
  border-color: rgba(201, 168, 76, 0.55);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.10);
  outline: none;
}

.dv-input input {
  min-width: 0;
}

select.dv-input {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c9a84c' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 2.4rem;
  cursor: pointer;
}

select.dv-input option {
  background-color: #141414;
  color: #fff;
}

.dv-select {
  position: relative;
}

.dv-select-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
}

.dv-select-toggle [data-dv-select-label] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dv-select-toggle .bi {
  color: var(--dv-gold);
  font-size: 0.8rem;
  transition: transform 180ms ease;
  flex-shrink: 0;
}

.dv-select.is-open .dv-select-toggle .bi {
  transform: rotate(180deg);
}

.dv-select-menu {
  display: none;
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  padding: 0.4rem;
  border-radius: 14px;
  background: #141414;
  border: 1px solid rgba(201, 168, 76, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  max-height: 280px;
  overflow-y: auto;
}

.dv-select.is-open .dv-select-menu {
  display: grid;
  gap: 0.15rem;
}

.dv-select-option {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  font-size: 0.9rem;
}

.dv-select-option:hover,
.dv-select-option.is-active {
  background: rgba(201, 168, 76, 0.16);
  color: #f5d485;
}

.dv-range {
  width: 100%;
  accent-color: var(--dv-gold);
  height: 6px;
}

.dv-nav {
  background: transparent;
  backdrop-filter: none;
  border-bottom: 0;
  transition: background 300ms ease, backdrop-filter 300ms ease;
}

.dv-nav.dv-nav-scrolled {
  background: rgba(8,8,8,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.dv-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.dv-nav-row {
  height: 64px;
  background: transparent;
}

.dv-subnav-row {
  height: 44px;
  background: rgba(255,255,255,0.025);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.dv-subnav-row .overflow-auto {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 4px;
}

.dv-nav-spacer {
  height: 108px;
}

.dv-nav-link {
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  font-size: 0.85rem;
  position: relative;
}

.dv-nav-link.active,
.dv-nav-link:hover {
  color: #fff;
}

.dv-nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #c9a84c;
  bottom: -18px;
}

.dv-nav-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background: #c05c6a;
  top: -2px;
  right: -2px;
}

.dv-nav-count {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f5d485, #c9a84c);
  color: #080808;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

details.dv-more {
  position: relative;
  flex-shrink: 0;
}

details.dv-more > summary {
  list-style: none;
  cursor: pointer;
}

details.dv-more > summary::-webkit-details-marker {
  display: none;
}

.dv-subnav-pill {
  flex-shrink: 0;
  padding: 5px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.75rem;
  white-space: nowrap;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.dv-subnav-pill.active {
  background: linear-gradient(135deg,#F5D485,#C9A84C);
  border-color: transparent;
  color: #080808;
  font-weight: 600;
}

.dv-subnav-pill:hover {
  border-color: rgba(201,168,76,0.35);
  color: rgba(255,255,255,0.85);
}

.dv-subnav-pill.active:hover {
  color: #080808;
}

.dv-more-dropdown {
  background: #0f0f0f;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0 0 10px 10px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  z-index: 70;
}

.dv-more-item {
  font-size: 0.75rem;
  padding: 5px 14px;
  border-radius: 9999px;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dv-more-item:hover {
  color: rgba(255,255,255,0.85);
  border-color: rgba(201,168,76,0.35);
}

.dv-footer-rich {
  background: #050505;
}

.dv-footer-link {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.78rem;
}

.dv-footer-link:hover {
  color: #c9a84c;
}

.dv-footer-social {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.55);
  text-decoration: none;
}

.dv-footer-social:hover {
  border-color: rgba(201,168,76,0.45);
  color: rgba(255,255,255,0.85);
}

.dv-hero {
  position: relative;
  min-height: 320px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.dv-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
}

.dv-section-accent {
  background: rgba(201, 168, 76, 0.05);
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}

.dv-divider {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  height: 1px;
  border: 0;
}

.dv-badge-success {
  background: rgba(109, 184, 122, 0.18);
  color: #6db87a;
  border: 1px solid rgba(109, 184, 122, 0.32);
}
.dv-badge-info {
  background: rgba(138, 171, 207, 0.18);
  color: #8aabcf;
  border: 1px solid rgba(138, 171, 207, 0.32);
}
.dv-badge-warning {
  background: rgba(212, 168, 83, 0.18);
  color: #d4a853;
  border: 1px solid rgba(212, 168, 83, 0.32);
}
.dv-badge-error {
  background: rgba(192, 92, 106, 0.18);
  color: #c05c6a;
  border: 1px solid rgba(192, 92, 106, 0.32);
}
.dv-badge-gold {
  background: rgba(201, 168, 76, 0.18);
  color: #c9a84c;
  border: 1px solid rgba(201, 168, 76, 0.32);
}

.dv-glass-dark {
  background: rgba(8, 8, 8, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.dv-divider-gold {
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.40), transparent);
  height: 1px;
  border: 0;
}

.dv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8,8,8,0.92) 0%, rgba(8,8,8,0.55) 58%, rgba(8,8,8,0.25) 100%);
}

.dv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.88) 0%, transparent 55%);
}

.dv-hero > .dv-hero-content {
  position: relative;
  z-index: 2;
}

.dv-hero-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: min(640px, 100%);
  padding: 0.4rem 0.4rem 0.4rem 1rem;
  border-radius: 9999px;
}

.dv-hero-search > i {
  color: var(--dv-gold);
  flex-shrink: 0;
  font-size: 1.05rem;
}

.dv-hero-search input {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
  border: 0;
  color: #fff;
  outline: none;
  box-shadow: none;
  padding: 0.55rem 0;
}

.dv-hero-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.dv-hero-search .btn {
  flex-shrink: 0;
  min-height: 44px;
  border-radius: 9999px;
  padding: 0.55rem 1.25rem;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .dv-hero-search {
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 0.7rem;
  }

  .dv-hero-search input {
    flex: 1 1 calc(100% - 2rem);
  }

  .dv-hero-search .btn {
    width: 100%;
  }
}

.dv-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dv-listing-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dv-listing-media {
  width: 100%;
  min-height: 230px;
}

.dv-listing-media .dv-card-img {
  min-height: 230px;
}

@media (min-width: 768px) {
  .dv-listing-card {
    flex-direction: row;
  }

  .dv-listing-media {
    flex: 0 0 52%;
    max-width: 52%;
  }
}

.dv-filter-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.dv-action-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dv-breadcrumb {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

.dv-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; }
.dv-breadcrumb a:hover { color: #fff; }

.dv-footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.5);
}

.inset-0 { inset: 0; }

.dv-icon-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: rgba(255,255,255,0.65);
  border: 0;
  background: transparent;
  text-decoration: none;
  position: relative;
}

.dv-icon-btn:hover {
  color: #fff;
  background: rgba(255,255,255,0.06);
}

.dv-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #080808;
  transform: translateX(100%);
  transition: transform 280ms ease-out;
  display: flex;
  flex-direction: column;
}

.dv-mobile-overlay.open {
  transform: translateX(0);
}

.dv-mobile-link {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 1rem;
}

.dv-mobile-link.active,
.dv-mobile-link:hover {
  color: #fff;
}

.pagination {
  --bs-pagination-padding-x: 0.8rem;
  --bs-pagination-padding-y: 0.45rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: rgba(255, 255, 255, 0.82);
  --bs-pagination-bg: rgba(255, 255, 255, 0.06);
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: rgba(255, 255, 255, 0.12);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: rgba(201, 168, 76, 0.16);
  --bs-pagination-hover-border-color: rgba(201, 168, 76, 0.38);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: rgba(201, 168, 76, 0.16);
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.18);
  --bs-pagination-active-color: #080808;
  --bs-pagination-active-bg: #c9a84c;
  --bs-pagination-active-border-color: #c9a84c;
  --bs-pagination-disabled-color: rgba(255, 255, 255, 0.38);
  --bs-pagination-disabled-bg: rgba(255, 255, 255, 0.04);
  --bs-pagination-disabled-border-color: rgba(255, 255, 255, 0.08);
  --bs-pagination-border-radius: 12px;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.pagination .page-item .page-link {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 600;
  margin-left: 0;
}

.page-item.active .page-link {
  background: linear-gradient(135deg, #f5d485 0%, #c9a84c 52%, #8b6914 100%);
  border-color: transparent;
  color: #080808;
}

@media (max-width: 991.98px) {
  .dv-nav-row .container {
    gap: 0.75rem !important;
  }

  .dv-subnav-row .container {
    padding-right: 0.75rem;
  }

  .dv-subnav-row details.dv-more {
    display: block;
  }
}
