/* =========================================================
   CIGANINHO COINS - NEON HEADER + MENU (vida tipo VIP Ruby)
   ========================================================= */

:root{
  --bg: #060607;
  --bg2:#0b0b10;
  --glass: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.12);

  /* NEON VERMELHO OFICIAL */
  --neon1: #ff1e1e;   /* vermelho principal */
  --neon2: #ff5a1f;   /* laranja fogo */
  --neonGold: #ffae00; /* dourado leve (apoio) */

  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.68);
}


/* ===== TOP BAR (se você usar) – agora legível e “vivo” ===== */
.cc-topbar{
  background: rgba(0,0,0,.72);
  border-bottom: 1px solid rgba(255,255,255,.10);
  position: relative;
}
.cc-topbar:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:3px;
  background: linear-gradient(90deg, var(--neon), var(--neon2), var(--neon));
  box-shadow: 0 0 18px rgba(255,0,204,.45), 0 0 18px rgba(0,229,255,.35);
}
.cc-topbar .cc-topbar-text,
.cc-topbar a{
  color: var(--text);
  text-shadow: 0 2px 14px rgba(0,0,0,.75);
}

/* ===== HEADER FUNDO (seu header pode usar isso também) ===== */
.cc-header{
  background:
    radial-gradient(900px 380px at 20% 10%, rgba(66,0,1,.18), transparent 60%),
    radial-gradient(900px 380px at 80% 10%, rgba(209,0,0,.14), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  border-bottom: 1px solid rgba(255,255,255,.10);
}

/* =========================================================
   BUSCA NEON
   ========================================================= */
#search.cc-search{
  position: relative;
  width: 100%;
}

/* =========================
   BUSCA - NEON VERMELHO
   ========================= */

#search.cc-search .cc-search-inner{
  position: relative;
  display:flex;
  align-items:center;
  background: rgba(0,0,0,.55);
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 999px;
  overflow:hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

/* glow externo (vermelho/laranja, sem roxo) */
#search.cc-search .cc-search-glow{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 50%, rgba(255,30,30,.22), transparent 58%),
    radial-gradient(circle at 70% 50%, rgba(255,90,31,.18), transparent 58%),
    radial-gradient(circle at 50% 50%, rgba(255,174,0,.10), transparent 62%);
  filter: blur(10px);
  opacity: .70;
  pointer-events:none;
}

#search.cc-search .cc-search-input{
  flex:1;
  height: 46px;
  border:0 !important;
  outline:0 !important;
  background: transparent !important;
  color: var(--text) !important;
  padding: 0 16px 0 18px;
  font-weight: 700;
  font-size: 14px;
}

#search.cc-search .cc-search-input::placeholder{ color: rgba(255,255,255,.45); }

#search.cc-search .cc-search-btn{
  height: 46px;
  border:0;
  padding: 0 16px;
  background: linear-gradient(180deg, rgba(255,30,30,.22), rgba(0,0,0,.35));
  color: #fff;
  font-weight: 900;
  letter-spacing: .3px;
  display:flex;
  align-items:center;
  gap:10px;
  border-left: 1px solid rgba(255,255,255,.14);
  transition: filter .18s ease, transform .18s ease;
}

#search.cc-search .cc-search-btn i{
  font-size: 18px;
  filter: drop-shadow(0 0 10px rgba(255,30,30,.35));
}

/* hover */
#search.cc-search:hover .cc-search-inner{
  border-color: rgba(255,30,30,.60);
  box-shadow:
    0 0 20px rgba(255,30,30,.25),
    0 0 28px rgba(255,90,31,.18);
  transform: translateY(-1px);
}

/* focus (digitar) */
#search.cc-search:focus-within .cc-search-inner{
  border-color: rgba(255,90,31,.70);
  box-shadow:
    0 0 0 4px rgba(255,90,31,.10),
    0 0 26px rgba(255,30,30,.18),
    0 0 26px rgba(255,90,31,.16);
}

#search.cc-search .cc-search-btn:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* =========================================================
   MENU NEON
   ========================================================= */
.cc-nav-wrap{
  background: rgba(0,0,0,.70);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
  z-index: 12;
}

/* barra neon embaixo do menu (igual vibe VIP Ruby) */
.cc-menu-neonbar{
  height: 4px;
  background: linear-gradient(90deg, var(--neon), var(--neon2), var(--neon));
  box-shadow: 0 0 18px rgba(255,0,204,.45), 0 0 18px rgba(0,229,255,.35);
  margin-top: 2px;
}

/* =========================================================
   CIGANINHO COINS - MENU 100% NOVO - NEON GAMER
   ========================================================= */


/* ========================
   MENU BASE
======================== */

#menu.cc-menu{
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cc-menu-ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* ========================
   LINKS PRINCIPAIS
======================== */

.cc-menu-link{
  color: var(--text) !important;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  transition: all .2s ease;
}

/* underline neon animado */
.cc-menu-link:after{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 2px;
  background: linear-gradient(90deg, var(--neon1), var(--neon2));
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0);
  transition: all .2s ease;
}

.cc-menu-link:hover:before{
  content:"";
  position:absolute;
  inset:0;
/*  border-radius:30px;
  border:1px solid #ff003c;*/
/*  box-shadow:
    0 0 14px rgba(255,0,60,.6),
    0 0 28px rgba(255,122,24,.4);*/
}

.cc-menu-link:hover{
  /*color:#fff !important;
  text-shadow:
    0 0 14px rgba(255,0,204,.6),
    0 0 14px rgba(0,229,255,.4);*/

    color:#fff;
  text-shadow: 0 0 10px rgba(255,0,60,.7);
}

.cc-menu-link:hover:after{
  opacity: 1;
  transform: scaleX(1);
}

/* ========================
   OFERTAS BOTÃO NEON
======================== */

.cc-offers{
  border-radius: 999px;
  border: 1px solid var(--neon1);
  background: rgba(255,0,204,.1);
  box-shadow: 0 0 18px rgba(255,0,204,.4);
  padding: 10px 20px !important;
}

.cc-offers:after{ display:none; }

.cc-offers:hover{
  box-shadow:
    0 0 25px rgba(255,0,204,.7),
    0 0 20px rgba(0,229,255,.4);
}

/* ========================
   DROPDOWN
======================== */

.cc-dropdown{
  background: var(--bg-dropdown);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-top: 2px solid var(--neon1);
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.7);
}

.cc-drop-inner{
  min-width: 500px;
}

.cc-drop-title{
  color:#fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  opacity:.9;
}

.cc-drop-grid{
  display:flex;
  gap: 30px;
}

.cc-drop-col{
  min-width: 180px;
}

.cc-drop-link{
  display:block;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--muted) !important;
  font-weight: 600;
  transition: all .2s ease;
}

.cc-drop-link:hover{
  background: linear-gradient(
    90deg,
    rgba(255,0,204,.2),
    rgba(0,229,255,.15)
  );
  color:#fff !important;
  box-shadow: 0 0 15px rgba(255,0,204,.4);
}

/* ========================
   VER TUDO
======================== */

.cc-seeall{
  display:block;
  margin-top: 20px;
  padding: 10px 14px;
  border-radius: 12px;
  text-align:center;
  font-weight: 900;
  letter-spacing: .6px;
  color:#fff;
  background: linear-gradient(90deg, var(--neon1), var(--neon2));
  text-decoration:none;
  transition: all .2s ease;
}

.cc-seeall:hover{
  box-shadow:
    0 0 25px rgba(255,0,204,.6),
    0 0 25px rgba(0,229,255,.6);
}

/* =========================================================
   Ajuste rápido: não deixar “apagado” no header antigo
   (se quiser aplicar em itens do topo também)
   ========================================================= */
/* =========================================
   BOTÕES HEADER - BORDA NEON VIP STYLE
   ========================================= */

/* =========================================
   HEADER BUTTONS - BORDA NEON SIMPLES
   ========================================= */

.cc-header .welcome-head .dropdown > button,
.cc-header .atendimento-head .dropdown > button{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 40px;
  transition: all .25s ease;
}

/* Hover */
.cc-header .welcome-head .dropdown > button:hover,
.cc-header .atendimento-head .dropdown > button:hover{
  background: transparent !important; /* garante que não entra fundo */
  border-color: #ff2b2b !important;
  box-shadow:
    0 0 12px rgba(255,43,43,.6),
    0 0 22px rgba(255,122,24,.35);
}


/* =========================================================
   TOP BAR (CC TOPBAR) - ARRUMADO / BONITO / LEGÍVEL
   ========================================================= */
.cc-topbar{
  background: linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.74));
  border-bottom: 1px solid rgba(255,255,255,.10);
  position: relative;
  z-index: 50;
}

.cc-topbar:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height: 3px;
  background: linear-gradient(90deg, var(--neon1), var(--neon2), var(--neon1));
  box-shadow: 0 0 18px rgba(255,43,43,.55), 0 0 14px rgba(255,122,24,.35);
}

.cc-topbar .container{
  padding-top: 8px;
  padding-bottom: 8px;
}

.cc-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

.cc-topbar-left{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap:wrap;
}

.cc-topbar-right{
  display:flex;
  align-items:center;
  gap: 14px;
}

.cc-topbar-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .6px;
  font-size: 12px;
  color: #140000;
  background: linear-gradient(90deg, var(--neon2), var(--neon1));
  box-shadow: 0 0 18px rgba(255,43,43,.35);
}

.cc-topbar-text{
  font-weight: 700;
  font-size: 13px;
  color: var(--text);
  text-shadow: 0 2px 12px rgba(0,0,0,.75);
}
@media only screen and (min-width: 250px) {
.cc-topbar-link{
  padding: 6px 3px;
  font-size: 11px;
}
}
@media only screen and (min-width: 768px) {
.cc-topbar-link{
  padding: 6px 10px;
  font-size: 13px;
}
}
.cc-topbar-link{
  
  font-weight: 900;
  color: rgba(255,255,255,.92);
  text-decoration:none;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,43,43,.10);
  box-shadow: 0 0 14px rgba(255,43,43,.14);
  transition: .18s ease;
}
.cc-topbar-link:hover{
  background: rgba(255,43,43,.16);
  box-shadow: 0 0 22px rgba(255,43,43,.22);
  color:#fff;
}

.cc-topbar-mini{
  font-size: 13px;
  color: rgba(255,255,255,.85);
  text-decoration:none;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  transition: .18s ease;
}
.cc-topbar-mini i{ margin-right:6px; }
.cc-topbar-mini:hover{
  border-color: rgba(255,43,43,.35);
  box-shadow: 0 0 18px rgba(255,43,43,.18);
}

/* mobile: não quebrar */
@media (max-width: 767px){
  .cc-topbar-right{ display:none; }
  .cc-topbar-text{ font-size: 12px; }
}

/* =========================================================
   MENU - DISTRIBUIÇÃO HORIZONTAL / ALINHADO AO CONTAINER
   ========================================================= */
.cc-nav-wrap{
  background: linear-gradient(180deg, #07070a, #0c0c12);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
}

/* barra neon do menu (agora vermelha/laranja) */
.cc-menu-neonbar{
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--neon1),
    var(--neon2),
    var(--neonGold),
    var(--neon2),
    var(--neon1)
  );
  background-size: 300% 100%;
  animation: neonMove 4s linear infinite;
  box-shadow:
    0 0 12px rgba(255,30,30,.7),
    0 0 22px rgba(255,90,31,.45);
}

@keyframes neonMove{
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* UL ocupa 100% e distribui igualmente */
.cc-menu-ul{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:space-between;   /* DISTRIBUI */
  gap: 0;
}

/* cada item “pega um pedaço” igual */
.cc-menu-ul > li{
  flex: 1 1 0;
  text-align:center;
}

/* link centralizado e com área clicável boa */
.cc-menu-link{
  display:block;
  width: 100%;
  color: rgba(255,255,255,.90) !important;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  transition: .18s ease;
}

@media only screen and (min-width: 768px) {
.cc-menu-link{
  padding: 16px 1px !important;
}
}
@media only screen and (min-width: 992px) {
.cc-menu-link{
  padding: 16px 10px !important;
}
}

#menu .navbar-nav > li > a,
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > a:focus,
#menu .navbar-nav > li.open > a,
#menu .navbar-nav > li.open > a:hover,
#menu .navbar-nav > li.open > a:focus,
#menu .navbar-nav > li.active > a,
#menu .navbar-nav > li.active > a:hover,
#menu .navbar-nav > li.active > a:focus {
  background: transparent !important;
  box-shadow: none !important;
}

/* underline neon (agora vermelho) */
.cc-menu-link:after{
  content:"";
  position:absolute;
  left: 18%;
  right: 18%;
  bottom: 9px;
  height: 2px;
  background: linear-gradient(90deg, var(--neon1), var(--neon2));
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition: .18s ease;
}
.nav > li > a:hover {
  background: transparent !important;
}
.cc-menu-link:hover{
  color:#fff !important;
  background: transparent;
  text-shadow: 0 0 14px rgba(255,43,43,.35), 0 0 14px rgba(255,122,24,.25);
}
.cc-menu-link:hover:after{
  opacity: 1;
  transform: translateY(0);
}

/* OFERTAS como “pill” mas sem quebrar distribuição */
.cc-offers-item{ flex: 0 0 auto !important; }
.cc-offers{
  display:inline-block !important;
  width: auto !important;
  padding: 10px 18px !important;
  border-radius: 999px;
  border: 1px solid rgba(255,43,43,.65);
  background: rgba(255,43,43,.12);
  box-shadow: 0 0 18px rgba(255,43,43,.22);
}
.cc-offers:after{ display:none; }
.cc-offers:hover{
  background: rgba(255,43,43,.18);
  box-shadow: 0 0 26px rgba(255,43,43,.30), 0 0 16px rgba(255,122,24,.22);
}

/* dropdown com cara gamer e borda vermelha */
.cc-dropdown{
  background: rgba(8,8,12,.96);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-top: 2px solid rgba(255,43,43,.70);
  padding: 18px;
  box-shadow: 0 22px 70px rgba(0,0,0,.70);
}
.cc-drop-title{
  color:#fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
  letter-spacing: 1px;
  opacity:.92;
}
.cc-drop-grid{ display:flex; gap: 26px; }
.cc-drop-col{ min-width: 180px; }

.cc-drop-link{
  display:block;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(255,255,255,.72) !important;
  font-weight: 700;
  transition: .16s ease;
}
.cc-drop-link:hover{
  background: linear-gradient(90deg, rgba(255,43,43,.18), rgba(255,122,24,.10)) !important;
  color:#fff !important;
  box-shadow: 0 0 16px rgba(255,43,43,.20);
}