/* ============================================================
   RX MODZ — REDESIGN PREMIUM
   Override do style.css original. Carregado DEPOIS dele.
   Identidade: azul RX, fundo escuro, espaçamento generoso,
   tipografia limpa, mínimo de animação.
   ============================================================ */

/* Animações de entrada para itens da grid com delay */
.grid > .card:nth-child(1) { animation-delay: 0.1s; }
.grid > .card:nth-child(2) { animation-delay: 0.15s; }
.grid > .card:nth-child(3) { animation-delay: 0.2s; }
.grid > .card:nth-child(4) { animation-delay: 0.25s; }
.grid > .card:nth-child(5) { animation-delay: 0.3s; }
.grid > .card:nth-child(6) { animation-delay: 0.35s; }
.grid > .card:nth-child(7) { animation-delay: 0.4s; }
.grid > .card:nth-child(8) { animation-delay: 0.45s; }

.rx-cat-grid > .rx-cat-tile:nth-child(1) { animation-delay: 0.1s; }
.rx-cat-grid > .rx-cat-tile:nth-child(2) { animation-delay: 0.15s; }
.rx-cat-grid > .rx-cat-tile:nth-child(3) { animation-delay: 0.2s; }
.rx-cat-grid > .rx-cat-tile:nth-child(4) { animation-delay: 0.25s; }
.rx-cat-grid > .rx-cat-tile:nth-child(5) { animation-delay: 0.3s; }
.rx-cat-grid > .rx-cat-tile:nth-child(6) { animation-delay: 0.35s; }


:root{
  --rx-bg:        #020408;
  --rx-bg-soft:   #060a14;
  --rx-surface:   #0a1122;
  --rx-surface-2: #121d36;
  --rx-border:    rgba(59,157,255,0.08);
  --rx-border-strong: rgba(59,157,255,0.18);
  --rx-blue:      #3b9dff;
  --rx-blue-soft: #70baff;
  --rx-blue-deep: #1a73e8;
  --rx-text:      #ffffff;
  --rx-text-mut:  #a0aec0;
  --rx-text-dim:  #64748b;
  --rx-radius:    16px;
  --rx-radius-lg: 28px;
  --rx-shadow:    0 24px 64px rgba(0,0,0,0.6);
  --rx-shadow-blue: 0 0 40px rgba(59,157,255,0.15);
  --rx-font:      'Montserrat','Inter',system-ui,-apple-system,sans-serif;
}

/* ---------- RESET DO RUÍDO ---------- */
body{ background:var(--rx-bg) !important; font-family:var(--rx-font); color:var(--rx-text); }
/* GIF/vídeo RX como fundo sutil, centralizado, sem blur que estraga qualidade */
.rx-bg-video{
  position:fixed !important;
  top:50% !important; left:50% !important;
  width:min(600px,80vw) !important;
  height:auto !important;
  transform:translate(-50%,-50%) !important;
  opacity:.03 !important;
  filter: grayscale(1) !important;
  pointer-events:none;
  z-index:0 !important;
}
body::after{ background:radial-gradient(ellipse at center, transparent 0%, rgba(5,8,16,.55) 70%, rgba(5,8,16,.92) 100%) !important; }
.bg-glow, .bg-particles{ display:none !important; }
#pedidoMinimo{ display:none !important; }
.rx-home-cards[data-home-only]{ display:none !important; } /* desativa cards antigos */

/* ---------- HEADER / NAV NOVA ---------- */
.header{
  background:rgba(2, 4, 8, 0.85) !important;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--rx-border) !important;
  padding:15px 5% !important;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .logo-img img{ height:50px; width:auto; image-rendering:auto; filter:none !important; }
.header nav{ gap:36px !important; }
.header nav a{
  font-family:var(--rx-font);
  font-weight:500 !important;
  font-size:14px !important;
  letter-spacing:.4px;
  color:var(--rx-text-mut) !important;
  text-transform:none !important;
  border:none !important;
  padding:6px 0 !important;
  position:relative;
  text-shadow:none !important;
}
.header nav a:hover{ color:var(--rx-text) !important; }
.header nav a.nav-active{
  color:var(--rx-blue) !important;
  border-bottom:none !important;
  text-shadow:none !important;
}
.header nav a.nav-active::after{
  content:""; position:absolute; left:0; right:0; bottom:-4px;
  height:2px; background:var(--rx-blue); border-radius:2px;
}
.trocar-discord{
  background:transparent !important;
  border:1px solid var(--rx-border-strong) !important;
  color:var(--rx-text-mut) !important;
  padding:8px 14px !important;
  border-radius:10px !important;
  font-weight:500 !important;
  font-size:12px !important;
  letter-spacing:.3px;
  transition:.2s;
}
.trocar-discord:hover{ border-color:var(--rx-blue) !important; color:var(--rx-blue) !important; }

/* ---------- HERO REDESIGN ---------- */
#inicio.hero{ padding:0 !important; min-height:auto !important; background:transparent !important; position:relative; z-index:1; }
.rx-brand-hero{
  margin:16px auto 8px !important;
  max-width:980px;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:8px 24px !important;
  overflow:visible !important;
}
.rx-brand-grid, .rx-brand-glow{ display:none !important; }
.rx-brand-inner{ gap:18px !important; position:relative; z-index:2; align-items:center; text-align:center; }
.rx-brand-logo-wrap{
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.rx-brand-logo-wrap::after,
.rx-brand-logo-wrap::before{ display:none !important; content:none !important; }
.rx-brand-logo{
  height:auto !important;
  width:min(640px, 88vw) !important;
  max-width:100% !important;
  display:block;
  margin:0 auto;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:drop-shadow(0 12px 40px rgba(59,157,255,.25)) !important;
  image-rendering:auto;
}

/* Logo grande centralizada no lugar dos títulos de seção */
.rx-section-logo{
  display:block;
  margin:-20px auto 20px;
  width:min(400px, 70vw);
  height:auto;
  filter:drop-shadow(0 12px 40px rgba(59,157,255,0.25));
  animation: rxFloat 6s ease-in-out infinite;
}

@keyframes rxFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Status do Discord no header */
.rx-discord-status-header {
  display: flex;
  align-items: center;
  animation: rxFade .6s ease both;
}

.rx-discord-status-header .rx-discord-pill {
  background: rgba(59, 157, 255, 0.08);
  border: 1px solid rgba(59, 157, 255, 0.15);
  padding: 8px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rx-discord-status-header .rx-discord-pill:hover {
  background: rgba(59, 157, 255, 0.12);
  border-color: var(--rx-blue);
  transform: translateY(-2px) scale(1.02);
}

.rx-discord-status-header .rx-discord-logo {
  height: 22px;
  width: auto;
  filter: drop-shadow(0 0 5px rgba(88, 101, 242, 0.4));
}

.rx-discord-status-header .rx-discord-info {
  display: flex;
  flex-direction: column;
}

.rx-discord-status-header .rx-discord-count {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.rx-discord-status-header .rx-discord-online {
  font-size: 10px;
  color: #8ca0bd;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.rx-online-dot {
  width: 6px;
  height: 6px;
  background: #23a55a;
  border-radius: 50%;
  box-shadow: 0 0 8px #23a55a;
}

.rx-brand-badge--mini, .rx-brand-title, .rx-brand-meta{ display:none !important; }
.rx-brand-desc{
  color:var(--rx-text-mut) !important;
  font-size:17px !important;
  line-height:1.7 !important;
  max-width:600px !important;
  font-weight:400 !important;
}
.rx-brand-cta{ margin-top:14px !important; gap:12px !important; }
.rx-brand-btn{
  padding:15px 32px !important;
  font-size:14px !important;
  font-weight:600 !important;
  letter-spacing:.4px;
  border-radius:12px !important;
  transition:.25s ease !important;
}
.rx-brand-btn--primary{
  background:var(--rx-blue) !important;
  box-shadow:0 8px 30px rgba(59,157,255,.35) !important;
}
.rx-brand-btn--primary:hover{ background:var(--rx-blue-soft) !important; transform:translateY(-2px) !important; }
.rx-brand-btn--ghost{
  border:1px solid var(--rx-border-strong) !important;
  background:transparent !important;
  color:var(--rx-text) !important;
}
.rx-brand-btn--ghost:hover{ border-color:var(--rx-blue) !important; color:var(--rx-blue) !important; }
.rx-brand-meta{
  border-top:1px solid var(--rx-border) !important;
  padding-top:28px !important;
  margin-top:28px !important;
  gap:48px !important;
}
.rx-brand-meta b{ font-size:24px !important; color:var(--rx-text) !important; font-weight:700 !important; }
.rx-brand-meta span{ color:var(--rx-text-dim) !important; font-size:11px !important; font-weight:600 !important; }

/* ---------- SECTION COMUM ---------- */
.section, .rx-section{
  max-width:1180px; margin:0 auto;
  padding:48px 32px !important;
  background:transparent !important;
}
.rx-section-title{
  font-size:clamp(28px,3.4vw,40px);
  font-weight:700;
  letter-spacing:-.8px;
  color:var(--rx-text);
  margin:0 0 14px;
  text-align:center;
}
.rx-section-kicker{
  display:block; text-align:center;
  font-size:12px; letter-spacing:3px; font-weight:600;
  color:var(--rx-blue); text-transform:uppercase;
  margin-bottom:16px;
}
.rx-section-sub{
  text-align:center; color:var(--rx-text-mut);
  font-size:16px; line-height:1.6;
  max-width:560px; margin:0 auto 32px;
}

/* ---------- HOME — GRID DESTAQUES ---------- */
.rx-home-pick{
  display:grid; gap:20px;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  max-width:1100px; margin:0 auto;
}
.rx-pick-card{
  display:flex; flex-direction:column; align-items:center; text-align:center;
  gap:12px; padding:32px 24px;
  background:var(--rx-surface);
  border:1px solid var(--rx-border);
  border-radius:var(--rx-radius-lg);
  text-decoration:none; color:inherit;
  transition:all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor:pointer;
  position: relative;
  overflow: hidden;
}
.rx-pick-card:hover{
  transform:translateY(-10px);
  border-color:var(--rx-blue);
  box-shadow:var(--rx-shadow-blue);
  background: var(--rx-surface-2);
}
.rx-pick-icon{
  font-size:32px;
  margin-bottom: 8px;
}
.rx-pick-card h3{
  font-size:20px; font-weight:700; margin:0;
  letter-spacing:-.5px; color:var(--rx-text);
}
.rx-pick-card p{
  color:var(--rx-text-mut); font-size:14px; line-height:1.5; margin:0;
  opacity: 0.8;
}
.rx-pick-cta{
  margin-top:12px; font-size:12px; font-weight:700;
  color:var(--rx-blue); letter-spacing:1px; text-transform: uppercase;
}

/* Badge animada de Mais Vendido — Melhorada e Animada */
.best-seller, .rx-badge-best {
  position: absolute;
  top: 12px;
  right: -32px;
  background: linear-gradient(135deg, #ff4d4d, #facc15, #3b9dff);
  background-size: 300% 300%;
  color: #fff;
  padding: 4px 35px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(255, 77, 77, 0.4);
  z-index: 5;
  animation: rxGradientMove 3s infinite ease-in-out, rxPulse 2s infinite ease-in-out;
  border: 1px solid rgba(255,255,255,0.2);
}

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

@keyframes rxPulse {
  0%, 100% { transform: rotate(45deg) scale(1); }
  50% { transform: rotate(45deg) scale(1.05); }
}

.card .best-seller {
  top: 14px;
  right: -34px;
}


/* ---------- DESTAQUES (SCROLLER) ---------- */
.rx-best-scroller-wrap {
  width: 100%;
  position: relative;
}
.rx-best-scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 4px 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.rx-best-scroller::-webkit-scrollbar { display: none; }

.rx-best-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px 4px 30px;
  align-items: stretch;
}

.rx-best-grid .rx-best-item { flex: unset; width: 100%; }
@media (max-width: 760px) {
  .rx-best-grid { grid-template-columns: 1fr; }
}


.rx-best-item {
  flex: 0 0 260px;
  background: var(--rx-surface);
  border: 1px solid var(--rx-border);
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rx-best-item:hover {
  background: var(--rx-surface-2);
  border-color: var(--rx-blue);
  transform: translateY(-5px);
  box-shadow: var(--rx-shadow-blue);
}
.rx-best-item .rx-pick-icon { font-size: 36px; margin-bottom: 12px; }
.rx-best-item h4 { margin: 8px 0 4px; color: var(--rx-text); font-size: 17px; font-weight: 700; }
.rx-best-item span { color: var(--rx-blue); font-weight: 700; font-size: 15px; }

/* ---------- FEEDBACKS (ESTILO ORIGINAL) ---------- */
.rx-discord-feed {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0 30px;
  scrollbar-width: none;
}
.rx-discord-feed::-webkit-scrollbar { display: none; }

.rx-feed-card {
  flex: 0 0 300px;
  background: var(--rx-surface);
  border: 1px solid var(--rx-border);
  padding: 24px;
  border-radius: 20px;
  transition: .3s;
}
.rx-feed-card:hover { transform: translateY(-5px); border-color: var(--rx-blue); }
.rx-feed-user { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-weight: 700; color: #fff; }
.rx-feed-user img { width: 32px; height: 32px; border-radius: 50%; }
.rx-feed-text { color: var(--rx-text-mut); line-height: 1.6; font-size: 14px; margin: 0; }


/* ---------- RESPONSIVIDADE MOBILE ---------- */
@media (max-width: 768px) {
  .header {
    padding: 10px 16px !important;
  }
  .header nav {
    display: none !important; /* Esconde nav no mobile para limpar visual */
  }
  .rx-discord-status-header .rx-discord-pill {
    padding: 6px 12px;
  }
  .rx-section {
    padding: 32px 16px !important;
  }
  .rx-section-logo {
    margin-top: 0;
    margin-bottom: 24px;
    width: 220px;
  }
  .rx-home-pick {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .rx-pick-card {
    padding: 18px 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    border-radius: 20px;
  }
  .rx-pick-icon {
    font-size: 24px;
    margin-bottom: 0;
  }
  .rx-pick-card h3 {
    font-size: 14px;
    font-weight: 800;
  }
  .rx-pick-card p {
    display: none; /* Esconde descrição no mobile para caber 2 colunas */
  }
  .rx-pick-cta {
    display: none;
  }
  
  /* Grid de produtos na loja */
  .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 4px !important;
  }
  .card {
    padding: 12px !important;
    border-radius: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  .card img {
    height: 110px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    background: #000;
  }

  .card h3 {
    font-size: 13px !important;
    margin: 8px 0 4px !important;
  }
  .card span {
    font-size: 13px !important;
    font-weight: 800 !important;
  }
  .card p {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
    flex-grow: 1 !important;
  }
  .btn-buy {
    padding: 10px !important;
    font-size: 12px !important;
    border-radius: 10px !important;
    margin-top: auto !important;
  }

  .rx-best-item {
    flex: 0 0 160px;
    padding: 16px;
  }
  .rx-best-item .rx-pick-icon {
    font-size: 28px;
  }
  .rx-best-item h4 {
    font-size: 14px;
  }

  .rx-mobile-nav {
    display: flex !important;
  }
}

.rx-mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 4, 8, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--rx-border);
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.rx-mnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--rx-text-dim);
  font-size: 10px;
  font-weight: 600;
}

.rx-mnav-item.is-active, .rx-mnav-item.nav-active {
  color: var(--rx-blue);
}

.rx-mnav-ico {
  font-size: 18px;
}

.rx-mnav-cart {
  background: var(--rx-blue);
  border: none;
  border-radius: 12px;
  padding: 8px 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
}

.rx-mnav-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4d4d;
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 800;
}

.rx-mnav-cart-total {
  font-size: 9px;
  font-weight: 700;
}


/* ---------- LOJA — TELA DE CATEGORIAS ---------- */
.rx-store-shell{ max-width:1180px; margin:0 auto; padding:90px 32px; }
.rx-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  padding: 10px;
}
@media (max-width: 600px) {
  .rx-cat-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.rx-cat-tile{
  display:flex; flex-direction:column; gap:14px;
  padding:32px 28px;
  background:var(--rx-surface);
  border:1px solid var(--rx-border);
  border-radius:var(--rx-radius);
  cursor:pointer; text-align:left;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family:inherit; color:inherit;
}
.rx-cat-tile:hover{
  border-color:var(--rx-blue);
  background:var(--rx-surface-2);
  transform:translateY(-6px);
  box-shadow: var(--rx-shadow-blue);
}
.rx-cat-tile .ico{ font-size:30px; }
.rx-cat-tile h4{ margin:0; font-size:18px; font-weight:700; color:var(--rx-text); }
.rx-cat-tile small{ color:var(--rx-text-dim); font-size:12.5px; font-weight:500; }

.rx-cat-screen { 
  display: none; 
  animation: rxFade .35s ease both; 
  padding: 20px 0; 
}
.rx-cat-screen.is-active { 
  display: block !important; 
}
@keyframes rxFade{ from{opacity:0; transform:translateY(8px)} to{opacity:1; transform:translateY(0)} }

.rx-cat-head{
  display:flex; align-items:center; gap:18px; margin-bottom:44px;
  padding-bottom:24px; border-bottom:1px solid var(--rx-border);
}
.rx-cat-back{
  display:inline-flex; align-items:center; gap:6px;
  padding:10px 16px; border-radius:10px;
  background:transparent; border:1px solid var(--rx-border-strong);
  color:var(--rx-text-mut); font-size:13px; font-weight:600;
  cursor:pointer; transition:.2s;
}
.rx-cat-back:hover{ border-color:var(--rx-blue); color:var(--rx-blue); }
.rx-cat-head h3{ margin:0; font-size:24px; font-weight:700; color:var(--rx-text); letter-spacing:-.5px; }
.rx-cat-head .crumb{ color:var(--rx-text-dim); font-size:13px; }

/* ---------- CARDS DE PRODUTO REDESIGN ---------- */
.section .grid, .rx-cat-screen .grid { 
  gap: 20px !important; 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
}

@media (max-width: 640px) {
  .section .grid, .rx-cat-screen .grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}

.section .card,
.rx-cat-screen .card,
.conta-banner {
  background: var(--rx-surface) !important;
  border: 1px solid var(--rx-border) !important;
  border-radius: var(--rx-radius) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
  padding: 15px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 640px) {
  .section .card, .rx-cat-screen .card {
    padding: 10px !important;
    border-radius: 16px !important;
  }
}

.section .card:hover, .rx-cat-screen .card:hover {
  border-color: var(--rx-blue) !important;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(59, 157, 255, 0.15) !important;
  background: var(--rx-surface-2) !important;
}

.section .card::before, .rx-cat-screen .card::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.05), transparent);
  transition: 0.5s;
  pointer-events: none;
  z-index: 2;
}

.section .card:hover::before, .rx-cat-screen .card:hover::before {
  left: 100%;
}

.section .card img, .rx-cat-screen .card img { 
  border-radius: 10px !important; 
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
}

.section .card:hover img, .rx-cat-screen .card:hover img {
  transform: scale(1.05);
}

.card-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 12px 0 8px;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 640px) {
  .card-title-row {
    margin: 10px 0 6px;
  }
}

.section .card h3, .rx-cat-screen .card h3 {
  font-weight: 800 !important; 
  font-size: 15px !important;
  letter-spacing: -0.3px !important; 
  color: var(--rx-text) !important;
  margin: 0 !important;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .section .card h3, .rx-cat-screen .card h3 {
    font-size: 13px !important;
  }
}

.card-title-row span {
  color: var(--rx-blue) !important; 
  font-weight: 800 !important;
  background: rgba(59,157,255,0.1); 
  padding: 2px 8px; 
  border-radius: 8px;
  border: 1px solid rgba(59,157,255,0.2);
  font-size: 13px !important;
}

@media (max-width: 640px) {
  .card-title-row span {
    font-size: 12px !important;
    padding: 1px 6px;
  }
}

.card .bonus { 
  color: var(--rx-blue-soft) !important; 
  font-weight: 700 !important; 
  font-size: 12px;
  margin-bottom: 3px;
}

.card .discord-msg, .card .avulso-msg {
  color: var(--rx-text-dim) !important;
  font-size: 11px !important; 
  font-weight: 500 !important;
  margin-bottom: 15px;
  flex: 1;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .card .discord-msg, .card .avulso-msg {
    font-size: 10px !important;
    margin-bottom: 10px;
  }
}

.btn-buy {
  background: linear-gradient(135deg, var(--rx-blue), var(--rx-blue-deep)) !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  padding: 12px !important;
  box-shadow: 0 4px 12px rgba(59,157,255,0.2) !important;
  transition: all 0.3s ease;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .btn-buy {
    padding: 10px !important;
    font-size: 10px !important;
    border-radius: 8px !important;
  }
}

.btn-buy:hover{ 
  background:var(--rx-blue-soft) !important; 
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(59,157,255,0.3) !important;
}

.best-seller {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #3b9dff, #1a73e8, #3b9dff) !important;
  color: #fff !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  font-size: 8px !important; 
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 15px rgba(59, 157, 255, 0.4) !important;
  z-index: 5;
  text-transform: uppercase;
  animation: rxPulse 2s infinite ease-in-out, rxShimmer 2s infinite linear;
  background-size: 200% auto !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  white-space: nowrap;
}

@keyframes rxPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(59, 157, 255, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 4px 25px rgba(59, 157, 255, 0.6); }
}

@keyframes rxShimmer {
  to { background-position: 200% center; }
}

@media (max-width: 640px) {
  .best-seller {
    top: 8px;
    right: 8px;
    font-size: 8px !important;
    padding: 3px 8px !important;
  }
}

/* Contas banners */
.conta-banner{ padding:0 !important; overflow:hidden; }
.conta-banner-body{ padding:24px !important; }
.contas-header{ margin-bottom:48px !important; }
.contas-badge{
  background:rgba(59,157,255,.10) !important;
  color:var(--rx-blue) !important;
  border:1px solid rgba(59,157,255,.25) !important;
}
.contas-title{ font-weight:700 !important; letter-spacing:-.8px !important; }
.contas-title span{ color:var(--rx-blue) !important; background:none !important; -webkit-text-fill-color:var(--rx-blue) !important; }
.contas-sub{ color:var(--rx-text-mut) !important; }
.btn-conta{
  background:var(--rx-blue) !important;
  box-shadow:none !important;
}
.conta-tag{
  background:rgba(59,157,255,.18) !important;
  color:var(--rx-blue-soft) !important;
}

/* ---------- FEEDBACKS / PUBLICAÇÕES (compactos) ---------- */
.rx-section-head-premium{ display:none !important; }
.rx-discord-feed{
  grid-template-columns:repeat(auto-fill, minmax(280px,1fr)) !important;
}
.rx-discord-msg{
  background:var(--rx-surface) !important;
  border:1px solid var(--rx-border) !important;
  box-shadow:none !important;
}
.rx-feed-grid{
  display:grid; gap:16px;
  grid-template-columns:repeat(auto-fill, minmax(280px,1fr));
}
.rx-feed-card{
  background:var(--rx-surface);
  border:1px solid var(--rx-border);
  border-radius:14px;
  padding:18px 20px;
}
.rx-feed-card .rx-feed-tag{
  display:inline-block; padding:4px 10px; border-radius:6px;
  background:rgba(59,157,255,.12); color:var(--rx-blue);
  font-size:11px; font-weight:600; letter-spacing:.5px;
  margin-bottom:10px;
}
.rx-feed-card h3{ font-size:15px; margin:0 0 6px; color:var(--rx-text); }
.rx-feed-card p{ font-size:13px; color:var(--rx-text-mut); margin:0; line-height:1.5; }

/* ---------- DISCORD CTA ---------- */
.rx-discord-cta{
  max-width:760px; margin:0 auto;
  padding:48px 32px; text-align:center;
  background:linear-gradient(160deg, rgba(88,101,242,.10), var(--rx-surface));
  border:1px solid rgba(88,101,242,.25);
  border-radius:var(--rx-radius-lg);
}
.rx-discord-cta h3{ font-size:24px; font-weight:700; margin:0 0 10px; color:var(--rx-text); letter-spacing:-.4px; }
.rx-discord-cta p{ color:var(--rx-text-mut); margin:0 0 24px; font-size:15px; }

/* ---------- OWNER ---------- */
.rx-owner-panel{
  background:var(--rx-surface) !important;
  border:1px solid var(--rx-border) !important;
  border-radius:var(--rx-radius-lg) !important;
  box-shadow:none !important;
  padding:40px !important;
}
.rx-owner-info h3{ color:var(--rx-text) !important; }
.rx-owner-info p{ color:var(--rx-text-mut) !important; }
.rx-owner-label{ color:var(--rx-blue) !important; }
.rx-owner-stats > div strong{ color:var(--rx-text) !important; }
.rx-owner-stats > div span{ color:var(--rx-text-dim) !important; }
.rx-owner-status{ background:#22c55e !important; }

/* ---------- BOTÕES GENÉRICOS ---------- */
.btn-primary{
  background:var(--rx-blue) !important;
  border-radius:12px !important;
  padding:14px 26px !important;
  font-weight:600 !important;
  letter-spacing:.4px !important;
  box-shadow:0 8px 24px rgba(59,157,255,.3) !important;
  text-transform:none !important;
}
.btn-primary:hover{ background:var(--rx-blue-soft) !important; }
.btn-secondary{
  background:transparent !important;
  border:1px solid var(--rx-border-strong) !important;
  color:var(--rx-text) !important;
  border-radius:12px !important;
  text-transform:none !important;
}
.btn-secondary:hover{ border-color:var(--rx-blue) !important; color:var(--rx-blue) !important; }

/* ---------- FOOTER MINIMALISTA ---------- */
.rx-footer{
  border-top:1px solid var(--rx-border);
  padding:48px 32px;
  margin-top:60px;
  text-align:center;
}
.rx-footer-links{
  display:flex; justify-content:center; gap:32px; flex-wrap:wrap;
  margin-bottom:24px;
}
.rx-footer-links a{
  color:var(--rx-text-mut); text-decoration:none;
  font-size:14px; font-weight:500; letter-spacing:.3px;
  transition:.2s;
}
.rx-footer-links a:hover{ color:var(--rx-blue); }
.rx-footer small{ color:var(--rx-text-dim); font-size:12px; }

/* ---------- HOMEPAGE / LOJA SHOW HIDE ---------- */
[data-view]{ display:none; }
[data-view].is-active{ display:block; }

/* ---------- MOBILE ---------- */
@media(max-width:860px){
  .header{ padding:14px 18px !important; }
  .header nav{ gap:18px !important; }
  .header nav a{ font-size:12.5px !important; }
  .rx-brand-hero{ margin:40px auto 30px !important; padding:30px 18px !important; }
  .rx-brand-logo{ height:170px !important; }
  .rx-brand-meta{ gap:24px !important; }
  .section, .rx-store-shell{ padding:60px 18px !important; }
  .rx-owner-panel{ padding:24px !important; }
  .rx-section-sub{ margin-bottom:36px; }
}

/* Esconder seções legadas na home (somente categorias-screen as expõe) */
#contas.section,
#pacotes.section,
#adicionais.section,
#golpes.section{
  display:none;
}

/* ---------- LIMITAR TAMANHO DAS IMAGENS DOS PRODUTOS ---------- */
.section .card img,
.rx-cat-screen .card img{
  width:100% !important;
  height: 180px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:10px !important;
  display:block;
}

@media(max-width:640px){
  .section .card img, .rx-cat-screen .card img{ height:130px !important; }
}

/* ---------- TEXTOS DOS CARDS (uniforme) ---------- */
.section .card .bonus,
.section .card .discord-msg,
.section .card .avulso-msg,
.rx-cat-screen .card .bonus,
.rx-cat-screen .card .discord-msg,
.rx-cat-screen .card .avulso-msg{
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  margin:6px 0 0 !important;
  color:var(--rx-text-mut) !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.5 !important;
  letter-spacing:.1px !important;
  animation:none !important;
  text-align:left;
}
.section .card .bonus,
.rx-cat-screen .card .bonus{
  color:var(--rx-text) !important;
  font-weight:600 !important;
  font-size:13.5px !important;
}
.section .card .card-title-row,
.rx-cat-screen .card .card-title-row{ margin-top:14px; }
.section .card .btn-buy,
.rx-cat-screen .card .btn-buy{ margin-top:14px !important; }

/* ---------- HEADER FIXO NO TOPO ---------- */
.header{
  position:sticky !important;
  top:0; left:0; right:0;
  z-index:100 !important;
}
body{ padding-top:0 !important; }
#siteContent > .bg-glow, #siteContent > .bg-particles{ display:none !important; }

/* Hero não pode mais ter margem negativa nem empurrar o header */
#inicio.hero{ margin-top:0 !important; }

/* ---------- FEEDBACK CARDS ---------- */
.rx-feedback-fallback,
.rx-discord-feed{
  display:grid !important;
  gap:20px;
  grid-template-columns:repeat(auto-fill, minmax(300px,1fr));
  width:100%;
}
.rx-fb-card{
  position:relative;
  background:linear-gradient(160deg, rgba(59,130,246,.06), var(--rx-surface));
  border:1px solid var(--rx-border);
  border-radius:18px;
  padding:22px;
  display:flex; flex-direction:column; gap:14px;
  min-width:0;
  box-sizing:border-box;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.rx-fb-card:hover{
  transform:translateY(-3px);
  border-color:rgba(96,165,250,.5);
  box-shadow:0 12px 30px rgba(37,99,235,.18);
}
.rx-fb-head{ display:flex; align-items:center; gap:12px; min-width:0; }
.rx-fb-avatar{
  position:relative;
  width:46px; height:46px; border-radius:50%;
  display:grid; place-items:center;
  color:#fff; font-weight:800; font-size:18px;
  flex-shrink:0;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(0,0,0,.25);
  border:2px solid rgba(255,255,255,.08);
}
.rx-fb-avatar-letter{
  position:absolute; inset:0;
  display:grid; place-items:center;
  z-index:1;
  text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.rx-fb-avatar img{
  position:relative;
  z-index:2;
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.rx-fb-avatar img.rx-fb-avatar-img-failed{ display:none; }

.rx-fb-head-info{ flex:1; min-width:0; display:flex; flex-direction:column; gap:2px; }
.rx-fb-name{
  font-weight:700; color:var(--rx-text); font-size:14.5px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis; min-width:0;
}
.rx-fb-date{
  font-size:11.5px; color:var(--rx-text-dim); font-weight:500;
}
.rx-fb-stars{
  color:#fbbf24; font-size:13px; letter-spacing:1.5px; flex-shrink:0;
  text-shadow:0 0 8px rgba(251,191,36,.4);
}
.rx-fb-text{
  color:var(--rx-text); font-size:14.5px; line-height:1.65; margin:0;
  word-wrap:break-word; overflow-wrap:anywhere;
  min-height:48px;
}
.rx-fb-badge{
  display:inline-flex; align-items:center; gap:4px;
  font-size:11px; font-weight:600; color:#22c55e;
  padding:4px 10px; border-radius:999px;
  background:rgba(34,197,94,.10);
  border:1px solid rgba(34,197,94,.25);
  align-self:flex-start;
}

@media (max-width:640px){
  .rx-feedback-fallback,
  .rx-discord-feed{
    grid-template-columns:1fr;
    gap:14px;
  }
  .rx-fb-card{ padding:18px; border-radius:14px; }
  .rx-fb-text{ font-size:13.5px; }
  .rx-fb-avatar{ width:42px; height:42px; font-size:16px; }
}


/* ---------- FEEDBACKS — ESTADOS ---------- */
.rx-feed-loading,
.rx-feed-empty,
.rx-feed-error{
  grid-column:1/-1;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:12px; padding:48px 24px;
  background:var(--rx-surface);
  border:1px solid var(--rx-border);
  border-radius:16px;
  color:var(--rx-text-mut);
  font-size:14px; text-align:center;
}
.rx-feed-error p{ margin:0; color:var(--rx-text); font-weight:600; font-size:15px; }
.rx-feed-error small{ color:var(--rx-text-dim); font-size:12.5px; }
.rx-feed-retry{
  margin-top:8px;
  padding:10px 20px; border-radius:10px;
  background:var(--rx-blue); color:#fff;
  border:none; cursor:pointer;
  font-weight:600; font-size:13px; letter-spacing:.3px;
  transition:.2s;
}
.rx-feed-retry:hover{ background:var(--rx-blue-soft); }
.rx-spinner{
  width:18px; height:18px; display:inline-block;
  border:2px solid rgba(120,160,220,.2);
  border-top-color:var(--rx-blue);
  border-radius:50%;
  animation:rxSpin .8s linear infinite;
  margin-right:6px; vertical-align:middle;
}
@keyframes rxSpin{ to{transform:rotate(360deg)} }

/* ============ OWNER CARD — VISUAL PREMIUM ANIMADO ============ */
.rx-owner-section{ position:relative; z-index:1; }
.rx-owner-card{
  position:relative;
  max-width:780px; margin:0 auto;
  display:grid; grid-template-columns:auto 1fr; gap:32px; align-items:center;
  padding:36px 38px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.16), transparent 55%),
    radial-gradient(circle at bottom right, rgba(168,85,247,.12), transparent 55%),
    linear-gradient(135deg, rgba(15,23,42,.92), rgba(7,20,47,.95));
  border:1px solid rgba(59,130,246,.28);
  border-radius:24px;
  box-shadow:
    0 20px 60px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 0 60px rgba(59,130,246,.08);
  overflow:hidden;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.rx-owner-card::before{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(135deg, transparent 40%, rgba(59,130,246,.06) 70%, transparent);
  pointer-events:none;
}
.rx-owner-card:hover{
  transform:translateY(-3px);
  border-color:rgba(59,130,246,.45);
  box-shadow:
    0 28px 80px rgba(0,0,0,.55),
    0 0 80px rgba(59,130,246,.18);
}
.rx-owner-left{
  position:relative;
  display:flex; align-items:center; justify-content:center;
}
.rx-owner-left::before{
  content:'';
  position:absolute; inset:-6px;
  border-radius:50%;
  background:conic-gradient(from 0deg, #3b82f6, #8b5cf6, #ec4899, #3b82f6);
  filter:blur(8px); opacity:.55;
  z-index:0;
  animation:rxOwnerSpin 8s linear infinite;
}
@keyframes rxOwnerSpin{ to{ transform:rotate(360deg); } }
.rx-owner-avatar-img{
  position:relative; z-index:1;
  width:118px; height:118px; border-radius:50%;
  object-fit:cover; display:block;
  border:3px solid rgba(15,23,42,1);
  background:var(--rx-bg);
  box-shadow:0 8px 24px rgba(0,0,0,.4);
}
.rx-owner-right{ position:relative; z-index:1; display:flex; flex-direction:column; gap:6px; }
.rx-owner-name{
  font-size:26px; font-weight:900; margin:0;
  letter-spacing:-.5px;
  background:linear-gradient(135deg,#fff 0%, #93c5fd 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}
.rx-owner-role{
  display:inline-flex; align-items:center; gap:6px;
  font-size:11.5px; font-weight:800; letter-spacing:.8px; text-transform:uppercase;
  color:#93c5fd;
  padding:5px 12px; border-radius:999px;
  background:rgba(59,130,246,.12);
  border:1px solid rgba(59,130,246,.3);
  align-self:flex-start;
  width:max-content;
}
.rx-owner-role::before{
  content:''; width:7px; height:7px; border-radius:50%;
  background:#22c55e; box-shadow:0 0 8px #22c55e;
  animation:rxOwnerPulse 2s ease-in-out infinite;
}
@keyframes rxOwnerPulse{ 0%,100%{ opacity:1; } 50%{ opacity:.4; } }
.rx-owner-bio{
  color:#cbd5e1; font-size:14.5px; line-height:1.7; margin:10px 0 0;
  max-width:520px;
}
.rx-owner-actions{ display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.rx-owner-actions .btn-primary,
.rx-owner-actions .btn-secondary{ padding:11px 22px !important; font-size:14px !important; }

@media(max-width:720px){
  .rx-owner-card{ grid-template-columns:1fr; padding:28px 22px; gap:20px; text-align:center; }
  .rx-owner-left{ justify-content:center; }
  .rx-owner-right{ align-items:center; }
  .rx-owner-role{ align-self:center; }
  .rx-owner-bio{ margin:8px auto 0; }
  .rx-owner-avatar-img{ width:96px; height:96px; }
  .rx-owner-actions{ justify-content:center; }
}


/* ============ NITIDEZ — remover qualquer filtro/blur indesejado ============ */
.section .card img,
.rx-cat-screen .card img,
.logo-img img,
.rx-owner-avatar-img,
.conta-banner img{
  filter:none !important;
  image-rendering:auto;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.logo-img img{ height:42px; width:auto; }

/* ============ ÚLTIMOS ANÚNCIOS ============ */
.rx-anuncios-grid{
  display:flex; flex-direction:column; gap:20px;
  max-width:760px; margin:0 auto;
}
.rx-anuncio-card{
  background:var(--rx-surface);
  border:1px solid var(--rx-border);
  border-radius:16px;
  padding:20px;
  display:flex; flex-direction:column; gap:12px;
  transition:border-color .25s ease, transform .25s ease;
}
.rx-anuncio-card:hover{
  border-color:var(--rx-blue);
  transform:translateY(-3px);
}
.rx-anuncio-head{
  display:flex; align-items:center; gap:12px;
}
.rx-anuncio-head img{
  width:38px; height:38px; border-radius:50%;
  object-fit:cover; flex-shrink:0;
  border:1px solid var(--rx-border);
}
.rx-anuncio-head > div{ display:flex; flex-direction:column; min-width:0; }
.rx-anuncio-author{
  color:var(--rx-text); font-weight:600; font-size:14px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.rx-anuncio-date{
  color:var(--rx-text-dim); font-size:11.5px; font-weight:500;
}
.rx-anuncio-img{
  width:100%; max-height:200px; object-fit:cover;
  border-radius:10px; display:block;
}
.rx-anuncio-text{
  color:var(--rx-text-mut); font-size:13.5px; line-height:1.55;
  margin:0; word-wrap:break-word; overflow-wrap:anywhere;
}
.rx-emoji{
  display:inline-block !important; width:1.45em !important; height:1.45em !important;
  vertical-align:text-bottom !important; object-fit:contain !important; 
  margin:0 2px !important;
  border-radius:0 !important;
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  box-shadow:none !important;
}
@media(max-width:640px){
  .rx-anuncios-grid{ grid-template-columns:1fr; }
}

/* Discord markdown */
.rx-md-h1{ display:block; font-size:1.25em; font-weight:800; color:var(--rx-text); margin:6px 0 4px; }
.rx-md-h2{ display:block; font-size:1.12em; font-weight:700; color:var(--rx-text); margin:6px 0 4px; }
.rx-md-h3{ display:block; font-size:1.04em; font-weight:700; color:var(--rx-text); margin:6px 0 4px; }
.rx-md-quote{ display:block; border-left:3px solid var(--rx-border); padding:2px 0 2px 10px; margin:4px 0; color:var(--rx-text-mut); }
.rx-md-spoiler{
  background:#202225; color:transparent; border-radius:4px; padding:0 4px;
  cursor:pointer; transition:color .15s;
}
.rx-md-spoiler:hover{ color:var(--rx-text); }
.rx-md-mention{
  background:rgba(88,101,242,0.18); color:#a8b5ff;
  padding:0 4px; border-radius:4px; font-weight:600;
}

/* Monte seu pacote — separadores de grupo */
.rx-monte-grid .rx-monte-group{
  grid-column: 1 / -1;
  margin: 18px 0 4px;
  padding: 10px 0 14px;
  border-bottom: 1px solid rgba(37,99,235,.35);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #e6edff;
  background: linear-gradient(90deg, rgba(37,99,235,.18), transparent 70%);
  border-left: 4px solid #3b82f6;
  padding-left: 14px;
  border-radius: 4px;
}
.rx-monte-grid .rx-monte-group:first-child{ margin-top: 0; }

/* EFEITOS DE INTERAÇÃO */
.rx-pick-card, .rx-cat-tile, .card, .btn-primary, .btn-buy, .btn-conta, .rx-cat-back, .rx-fb-card {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.rx-pick-card:hover, .rx-cat-tile:hover, .card:hover, .rx-fb-card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  border-color: var(--rx-blue) !important;
  box-shadow: 0 20px 40px rgba(0, 132, 255, 0.2) !important;
}

.btn-primary:hover, .btn-buy:hover, .btn-conta:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.1);
  box-shadow: 0 8px 25px rgba(0, 132, 255, 0.4) !important;
}

.rx-cat-back:hover {
  padding-left: 20px !important;
}

.card img {
  transition: transform 0.5s ease !important;
}

.card:hover img {
  transform: scale(1.08) !important;
}

@keyframes rxFade { 
  from { opacity: 0; transform: translateY(20px); } 
  to { opacity: 1; transform: translateY(0); } 
}

.rx-section, .card, .rx-cat-tile, .rx-pick-card, .rx-owner-card, .rx-anuncio-card, .rx-fb-card {
  animation: rxFade 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}


.rx-cat-screen.is-active, .rx-section.is-active, .rx-cat-screen[data-cat].is-active {
  display: block !important;
  animation: rxFade 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}


.rx-cat-screen {
  display: none !important;
}

.rx-cat-screen.is-active {
  display: block !important;
}

.rx-cat-screen[data-cat] {
  display: none !important;
}

.rx-cat-screen[data-cat].is-active {
  display: block !important;
}

/* Garante que o Owner não seja escondido se não tiver data-view */
#owner:not([data-view]) {
  display: block !important;
}

/* ---------- ANÚNCIOS ---------- */
.rx-anuncios-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 650px;
  margin: 0 auto;
}

.rx-anuncio-card {
  background: var(--rx-surface);
  border: 1px solid var(--rx-border);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.rx-anuncio-card:hover {
  border-color: rgba(59, 157, 255, 0.3);
  background: var(--rx-surface-2);
}

.rx-anuncio-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.rx-anuncio-head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--rx-border);
  flex-shrink: 0;
}

.rx-anuncio-author {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.rx-anuncio-date {
  font-size: 11px;
  color: var(--rx-text-dim);
  font-weight: 500;
}

.rx-anuncio-img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid var(--rx-border);
  display: block;
  max-height: 400px;
  object-fit: cover;
}

.rx-anuncio-text {
  color: var(--rx-text-mut);
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 768px) {
  .rx-anuncios-grid {
    padding: 0 4px;
    gap: 16px;
  }
  .rx-anuncio-card {
    padding: 16px;
    border-radius: 16px;
  }
  .rx-anuncio-text {
    font-size: 13.5px;
  }
}

/* ---------- RESPONSIVIDADE MOBILE OTIMIZADA ---------- */
@media (min-width: 769px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 10px 16px !important;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .rx-discord-status-header {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header nav {
    display: none !important;
  }
  .rx-discord-status-header .rx-discord-pill {
    padding: 6px 12px;
    gap: 8px;
  }
  .rx-discord-logo { width: 18px !important; }
  .rx-discord-count { font-size: 10px !important; }
  .rx-discord-online { font-size: 9px !important; }

  .rx-section {
    padding: 32px 16px !important;
  }
  .rx-section-logo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .rx-home-pick {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  .rx-pick-card {
    padding: 16px 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    border-radius: 20px;
  }
  .rx-pick-icon {
    font-size: 24px;
    margin-bottom: 0;
  }
  .rx-pick-card h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .rx-pick-card p {
    display: none !important;
  }
  .rx-pick-cta {
    display: none;
  }

  .rx-best-item {
    flex: 0 0 220px;
    padding: 20px;
  }
  .rx-anuncios-grid {
    grid-template-columns: 1fr;
  }
}

/* Animação de troca de abas */
.rx-tab-anim {
  animation: rxTabFadeIn 0.4s ease-out forwards;
}

@keyframes rxTabFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Estilo para os anúncios */
.rx-anuncios-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.rx-anuncio-card {
  background: var(--rx-surface);
  border: 1px solid var(--rx-border);
  border-radius: 20px;
  padding: 24px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  animation: rxFadeInUp 0.6s ease both;
}

.rx-anuncio-card:hover {
  transform: translateY(-5px) scale(1.01);
  border-color: var(--rx-blue);
  background: var(--rx-surface-2);
  box-shadow: var(--rx-shadow-blue);
}

.rx-anuncio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--rx-blue);
  opacity: 0.5;
}

.rx-anuncio-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.rx-anuncio-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--rx-border-strong);
}

.rx-anuncio-meta {
  display: flex;
  flex-direction: column;
}

.rx-anuncio-author {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.rx-anuncio-date {
  font-size: 11px;
  color: var(--rx-text-dim);
}

.rx-anuncio-content {
  color: var(--rx-text-mut);
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.rx-anuncio-content b {
  color: var(--rx-blue-soft);
}

.rx-anuncio-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(59, 157, 255, 0.1);
  color: var(--rx-blue);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes rxFadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hover de cards melhorado */
.card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  border-color: var(--rx-blue) !important;
  box-shadow: var(--rx-shadow-blue) !important;
  background: var(--rx-surface-2) !important;
}

