/* Custom Black and Gold Color Palette */
/* Primary: Black | Secondary: Gold */

/* Root Variables */
:root {
  --primary-blue: #111111;
  --primary-blue-light: #1a1a1a;
  --primary-blue-dark: #000000;
  --accent-gold: #D4AF37;
  --accent-gold-light: #FFD700;
  --accent-gold-dark: #B8960C;
  --text-white: #FFFFFF;
  --text-gray: #CBBF9D;
}

/* Background Colors */
.themebgcolor {
  background: var(--primary-blue-dark) !important;
}

.bgdarkbluecolor {
  background: var(--primary-blue) !important;
}

/* Text Colors */
.textbluecolor {
  color: var(--accent-gold) !important;
}

/* Buttons - Primary Blue */
.btnlightblue {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 52%, #FDB931 100%) !important;
  border: 2px solid var(--accent-gold) !important;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #050505 !important;
}

.btnlightblue:hover {
  background: linear-gradient(135deg, #FFD700 0%, #F7D76B 50%, #D4AF37 100%) !important;
  color: #050505 !important;
}

.btndarkblue {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.96) 0%, rgba(0, 0, 0, 1) 100%) !important;
  border: 2px solid var(--accent-gold) !important;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  color: var(--accent-gold) !important;
}

.btndarkblue:hover {
  background: var(--accent-gold) !important;
  color: var(--primary-blue-dark) !important;
}

/* Navigation Active State */
.nav-item.active .nav-link {
  color: var(--accent-gold) !important;
  border-bottom: 2px solid var(--accent-gold);
}

.nav-link:hover {
  color: var(--accent-gold) !important;
}

/* Login/Signup Buttons - Padronizados */
.loginWallet .btn {
  border-radius: 8px !important;
  min-width: 120px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.loginWallet .btn-primary {
  background: var(--accent-gold) !important;
  border: 2px solid var(--accent-gold) !important;
  color: var(--primary-blue-dark) !important;
}

.loginWallet .btn-primary:hover {
  background: var(--accent-gold-light) !important;
  border-color: var(--accent-gold-light) !important;
}

.loginWallet .btn-outline-light {
  border: 2px solid var(--accent-gold) !important;
  color: var(--accent-gold) !important;
  background: transparent !important;
}

.loginWallet .btn-outline-light:hover {
  background: var(--accent-gold) !important;
  color: var(--primary-blue-dark) !important;
}

/* Navigation Menu - Fonte maior */
.navbar-nav .nav-link {
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
}

/* Creator Check Icon - Gold Badge */
.creatorcheck {
  background: var(--accent-gold);
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

.bluecheckicon {
  background: var(--accent-gold);
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

/* Links Hover */
a:hover,
a:focus {
  color: var(--accent-gold) !important;
}

/* Scrollbar - Gold accent */
.blueScroll::-webkit-scrollbar-thumb {
  background: var(--accent-gold) !important;
  border: 2px solid var(--accent-gold) !important;
  border-radius: 10px;
}

.blueScroll::-webkit-scrollbar-thumb:hover {
  background: var(--accent-gold-light) !important;
}

/* Form Switch */
.form-check.form-switch .form-check-input:checked {
  background-color: var(--accent-gold) !important;
  border-color: var(--accent-gold) !important;
}

/* Category Tab Active */
.categorytab {
  color: var(--accent-gold) !important;
}

/* Price Color */
.sellerPrice.textbluecolor {
  color: var(--accent-gold) !important;
}

/* Heading with Gold Accent */
.headingWh {
  color: var(--text-white);
  border-left: 4px solid var(--accent-gold);
  padding-left: 15px;
}

/* Footer Links */
.footlinks a:hover {
  color: var(--accent-gold) !important;
}

/* Banner Text Accent */
.bannercnt .textbluecolor {
  color: var(--accent-gold) !important;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

/* Item Price Icons */
.itemtitlePrice h3 img {
  filter: hue-rotate(200deg) saturate(200%) brightness(150%);
}

/* Heart Icon Active State */
.itemtitlePrice h4 span img {
  filter: hue-rotate(200deg) saturate(200%) brightness(150%);
}

/* Tab Active State */
.nav-tabs .nav-link.active {
  color: var(--accent-gold) !important;
  border-bottom: 2px solid var(--accent-gold) !important;
  background: transparent !important;
}

/* Dropdown Hover */
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--accent-gold) !important;
  background: rgba(212, 175, 55, 0.1) !important;
}

/* Creator Text by RTFKT */
.creatorsText h3 {
  color: var(--accent-gold) !important;
}

/* Banner Video Styling */
.banner-video-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 40px 0 0;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.banner-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
}

/* Banner text spacing */
.bannercnt {
  padding-left: 30px;
}

/* Reduce spacing between banner text elements */
.bannercnt h3 {
  margin-bottom: 10px !important;
}

.bannercnt h2 {
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
}

.bannercnt p {
  margin-bottom: 20px !important;
}

/* Banner buttons side by side */
.bannerbtn {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  width: auto !important;
}

.bannerbtn button.btn {
  width: auto !important;
  margin: 0 !important;
  max-width: none !important;
}

/* Mobile video adjustments */
@media (max-width: 768px) {
  .banner-video-container {
    max-width: 100%;
    border-radius: 12px;
  }
  
  .banner-video {
    border-radius: 12px;
  }
}

/* =====================
   Black Gold Theme
   ===================== */
html:root {
  --primary-blue: #111111;
  --primary-blue-light: #1a1a1a;
  --primary-blue-dark: #000000;
  --navy: #111111;
  --navy-dark: #0b0b0b;
  --navy-darker: #000000;
  --card-bg: linear-gradient(180deg, rgba(24, 24, 24, 0.94) 0%, rgba(0, 0, 0, 1) 100%);
  --card-border: rgba(212, 175, 55, 0.18);
  --muted: #CBBF9D;
}

body {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 215, 0, 0.12) 0%, transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(253, 185, 49, 0.1) 0%, transparent 24%),
    linear-gradient(180deg, #000000 0%, #080808 38%, #000000 100%) !important;
  color: #F5F7FB;
}

.themebgcolor,
.bgdarkbluecolor,
.bg-navy-dark,
.bg-navy-darker {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 215, 0, 0.1) 0%, transparent 22%),
    radial-gradient(circle at 84% 8%, rgba(212, 175, 55, 0.08) 0%, transparent 22%),
    linear-gradient(180deg, #111111 0%, #050505 48%, #000000 100%) !important;
}

.glass,
.auth-card,
.content-card,
.language-modal-content,
.g-card,
.ov-card,
.hero-code,
.affiliate-item,
.affiliate-chip,
.detail-stat,
.summary-item,
.pipeline-item,
.payout-item,
.insight-item,
.chart-panel {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.92) 0%, rgba(0, 0, 0, 0.98) 100%) !important;
  border-color: rgba(212, 175, 55, 0.18) !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.3) !important;
}

.dash-sidebar {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(0, 0, 0, 0.98) 100%) !important;
  border-right-color: rgba(212, 175, 55, 0.16) !important;
}

.dash-topbar {
  background: rgba(17, 17, 17, 0.9) !important;
  border-bottom-color: rgba(212, 175, 55, 0.16) !important;
}

.lang-btn,
.language-search,
.gold-input,
.newsletter-input {
  background: rgba(12, 12, 12, 0.92) !important;
  border-color: rgba(212, 175, 55, 0.18) !important;
  color: #F5F7FB !important;
}

.gold-input:focus,
.language-search:focus,
.newsletter-input:focus {
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14), 0 0 0 1px rgba(212, 175, 55, 0.22) !important;
}

.btn-glass,
.hero-link {
  background: rgba(17, 17, 17, 0.72) !important;
  border-color: rgba(212, 175, 55, 0.18) !important;
}

.hero-code,
.affiliate-item.active {
  background: linear-gradient(180deg, rgba(30, 24, 10, 0.38) 0%, rgba(10, 10, 10, 0.92) 100%) !important;
}
