/* 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;
}

/* =====================
   Premium polish / vitrified redesign
   Mantém a paleta original, mas aumenta brilho percebido,
   profundidade, contraste local e acabamento.
   ===================== */
html {
  color-scheme: dark;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 215, 0, 0.14) 0%, transparent 22%),
    radial-gradient(circle at 84% 8%, rgba(253, 185, 49, 0.12) 0%, transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(212, 175, 55, 0.07) 0%, transparent 26%),
    linear-gradient(180deg, #040404 0%, #0a0a0a 34%, #020202 100%) !important;
}

header,
footer,
.stats-panel,
.tech-card,
.cta-panel,
.feature-card,
.aboutitem,
.post-wrap,
.blog-wraper,
.help-box,
.showResultTop ul,
.language-modal-content,
.glass,
.auth-card,
.content-card,
.g-card,
.ov-card,
.affiliate-item,
.detail-stat,
.summary-item,
.pipeline-item,
.payout-item,
.insight-item,
.chart-panel {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.03) inset,
    0 0 0 1px rgba(212, 175, 55, 0.06) !important;
}

header::before,
footer::before,
.stats-panel::before,
.tech-card::before,
.cta-panel::before,
.feature-card::before,
.aboutitem::before,
.post-wrap::before,
.blog-wraper::before,
.help-box::before,
.showResultTop ul::before,
.language-modal-content::before,
.glass::before,
.auth-card::before,
.content-card::before,
.g-card::before,
.ov-card::before,
.affiliate-item::before,
.detail-stat::before,
.summary-item::before,
.pipeline-item::before,
.payout-item::before,
.insight-item::before,
.chart-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 14%, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at top, rgba(255, 215, 0, 0.08) 0%, transparent 42%);
  opacity: 0.9;
}

header::after,
.stats-panel::after,
.tech-card::after,
.cta-panel::after,
.feature-card::after,
.aboutitem::after,
.post-wrap::after,
.blog-wraper::after,
.help-box::after,
.showResultTop ul::after,
.language-modal-content::after,
.glass::after,
.auth-card::after,
.content-card::after,
.g-card::after,
.ov-card::after,
.affiliate-item::after,
.detail-stat::after,
.summary-item::after,
.pipeline-item::after,
.payout-item::after,
.insight-item::after,
.chart-panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.025);
}

.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,
.feature-card,
.tech-card,
.stats-panel,
.cta-panel,
.aboutitem,
.post-wrap,
.blog-wraper,
.help-box {
  backdrop-filter: blur(16px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
}

.themebgcolor,
.bgdarkbluecolor,
.bg-navy-dark,
.bg-navy-darker,
.section-shell-dark,
.section-shell-soft,
.footer-shell {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 215, 0, 0.12) 0%, transparent 20%),
    radial-gradient(circle at 84% 10%, rgba(253, 185, 49, 0.09) 0%, transparent 20%),
    linear-gradient(180deg, #121212 0%, #070707 46%, #010101 100%) !important;
}

.btnlightblue,
.btn-gold,
button.btn.btnlightblue,
a.btnlightblue,
.mob-action-link.primary,
.contact-submit button.btn.btnlightblue,
.sign-btn button.btn.btnlightblue {
  box-shadow:
    0 14px 28px rgba(212, 175, 55, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.18) inset,
    0 -1px 0 rgba(120, 80, 0, 0.18) inset !important;
  filter: saturate(1.02) brightness(1.03);
}

.btnlightblue:hover,
.btn-gold:hover,
button.btn.btnlightblue:hover,
a.btnlightblue:hover,
.mob-action-link.primary:hover,
.contact-submit button.btn.btnlightblue:hover,
.sign-btn button.btn.btnlightblue:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(212, 175, 55, 0.28),
    0 2px 0 rgba(255, 255, 255, 0.22) inset,
    0 -1px 0 rgba(120, 80, 0, 0.2) inset !important;
  filter: saturate(1.04) brightness(1.05);
}

.btndarkblue,
button.btn.btndarkblue,
.mob-action-link.secondary {
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 0 0 1px rgba(212, 175, 55, 0.08) !important;
}

nav.navbar .navbar-nav .nav-link,
.mob-link,
.footlinks ul li a,
footer a,
.joincommunity ul li a,
.lang-btn,
.dropdown-menu li a.dropdown-item {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

nav.navbar .navbar-nav .nav-link:hover,
nav.navbar .navbar-nav .nav-link:focus,
.mob-link:hover,
footer a:hover,
.footlinks ul li a:hover,
.dropdown-menu li a.dropdown-item:hover {
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.2);
}

.searchform form input,
.form-input,
.create-form input[type="text"],
.create-form input[type="password"],
.create-form input[type="number"],
.create-form input[type="email"],
.create-form textarea,
.search-input,
.language-search,
.newsletter-input,
.gold-input {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(6, 6, 6, 0.98) 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.14) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.035) inset,
    0 8px 20px rgba(0, 0, 0, 0.14) !important;
}

.searchform form input:focus,
.form-input:focus,
.create-form input[type="text"]:focus,
.create-form input[type="password"]:focus,
.create-form input[type="number"]:focus,
.create-form input[type="email"]:focus,
.create-form textarea:focus,
.search-input:focus,
.language-search:focus,
.newsletter-input:focus,
.gold-input:focus {
  border-color: rgba(255, 215, 0, 0.32) !important;
  box-shadow:
    0 0 0 4px rgba(212, 175, 55, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.05) inset !important;
}

.headingWh,
h1,
h2,
h3,
.prev-title,
.contact-head,
.newshead,
.abouth,
.helpwrap h2,
.articlesec h2 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
}

.textgraycolor,
.section-copy,
.headingWh + p,
.blogcnt p,
.postcnt p,
.about-content p,
.help-box p,
.contact-details a,
.about-crypton p,
.rankOwner,
.rankAssets,
.rankCollection span,
.rankcolTitle {
  color: #d8cfb2 !important;
}

.bannerSec,
#hero,
#tecnologia,
#como-funciona,
#mercados,
#faq {
  position: relative;
}

.bannerSec::before,
#hero::before,
#tecnologia::before,
#como-funciona::before,
#mercados::before,
#faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.012) 0%, rgba(255,255,255,0) 18%, rgba(0,0,0,0) 100%);
}

.aboutitem:hover,
.post-wrap:hover,
.blog-wraper:hover,
.help-box:hover,
.feature-card:hover,
.tech-card:hover,
.glass:hover {
  border-color: rgba(255, 215, 0, 0.28) !important;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(212, 175, 55, 0.09),
    0 0 32px rgba(212, 175, 55, 0.08) !important;
}

img,
video {
  image-rendering: auto;
}

.hero-video,
.home-tech-video,
.banner-video {
  filter: brightness(0.74) saturate(0.96) contrast(1.08);
}

@media (max-width: 768px) {
  .glass,
  .auth-card,
  .content-card,
  .language-modal-content,
  .g-card,
  .ov-card,
  .hero-code,
  .affiliate-item,
  .detail-stat,
  .summary-item,
  .pipeline-item,
  .payout-item,
  .insight-item,
  .chart-panel,
  .feature-card,
  .tech-card,
  .stats-panel,
  .cta-panel,
  .aboutitem,
  .post-wrap,
  .blog-wraper,
  .help-box {
    backdrop-filter: blur(12px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.05) !important;
  }
}
