/* CABAL PARADOXX — tema WARLAND em todas as páginas */
:root {
  --wl-bg: #111111;
  --wl-gold: #d4a017;
  --wl-red: #c41e1e;
  --wl-paper: #f3efe6;
  --color-cyan-50: #f7f1dc;
  --color-cyan-100: #efe3b8;
  --color-cyan-200: #e8d48a;
  --color-cyan-300: #ddc35a;
  --color-cyan-400: #d4a017;
  --color-cyan-500: #c49212;
  --color-cyan-600: #a67c10;
  --color-cyan-700: #7a5c0c;
  --color-cyan-900: #3d2e08;
  --color-cyan-950: #1f1704;
  --color-sky-200: #f3efe6;
  --color-sky-300: #e8d48a;
  --color-blue-400: #d4a017;
}

html, body {
  margin: 0;
  color: #eee;
  background: #050505 url("/imagens/fundo.jpg") center top / cover no-repeat fixed !important;
}
body { font-family: Montserrat, Arial, sans-serif; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 38%, rgba(0,0,0,.55) 100%);
}
#root, .paradoxx-ui, main {
  background: transparent !important;
  color: #eee;
}
.wl-fundo {
  position: fixed !important;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  pointer-events: none;
  display: block !important;
}
.wl-chrome, #wl-home, #wl-ranking, #wl-shop, #wl-pacotes, #root, #wl-pagebar, .wl-foot {
  position: relative;
  z-index: 1;
}
#wl-home { background: transparent !important; }

body.wl-home #root { display: none !important; }
body:not(.wl-home) #wl-home { display: none !important; }
#wl-ranking { display: none; }
body.wl-rank #wl-ranking { display: block; }
body.wl-rank #root { display: none !important; }
body.wl-rank #wl-pagebar { display: block; }
#wl-shop { display: none; }
body.wl-shop #wl-shop { display: block; }
body.wl-shop #root { display: none !important; }
body.wl-shop #wl-pagebar { display: block; }
.wl-shop-box { max-width: 1180px; margin: 0 auto; padding: 12px 24px 48px; }
.wl-shop-empty {
  text-align: center;
  color: #cfcfcf;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.08);
  padding: 48px 24px;
  letter-spacing: .08em;
}
.wl-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.wl-shop-card {
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.08);
  padding: 16px;
}
.wl-shop-card img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}
.wl-shop-card h4 { margin: 0 0 8px; color: #d4a017; }
.wl-shop-card small { color: #888; text-transform: uppercase; letter-spacing: .08em; }
.wl-shop-card p { margin: 10px 0 0; color: #cfcfcf; }

#wl-pacotes { display: none; }
body.wl-packs #wl-pacotes { display: block; }
body.wl-packs #root { display: none !important; }
body.wl-packs #wl-pagebar { display: none; }

.pk-wrap { max-width: 1200px; margin: 0 auto; padding: 28px 24px 72px; }
.pk-head { text-align: center; margin-bottom: 36px; }
.pk-head h2 {
  margin: 0;
  font-family: "Cinzel Decorative", serif;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: .06em;
  color: #7ee8ff;
  text-shadow: 0 0 22px rgba(0, 240, 255, .45);
}
.pk-line {
  width: 88px;
  height: 2px;
  margin: 14px auto 12px;
  background: linear-gradient(90deg, transparent, #d4a017, transparent);
}
.pk-head p { margin: 0; color: #94a3b8; font-size: 15px; }
.pk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.pk-card {
  background: rgba(6, 12, 30, .92);
  border: 1px solid rgba(148, 163, 184, .4);
  box-shadow: 0 0 18px rgba(148, 163, 184, .12);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.pk-gold { border-color: rgba(245, 158, 11, .5); box-shadow: 0 0 22px rgba(245, 158, 11, .16); }
.pk-diamond { border-color: rgba(0, 240, 255, .5); box-shadow: 0 0 22px rgba(0, 240, 255, .16); }
.pk-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.pk-badge {
  border: 1px solid rgba(148, 163, 184, .6);
  color: #cbd5e1;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.pk-gold .pk-badge { border-color: rgba(245, 158, 11, .6); color: #f59e0b; }
.pk-diamond .pk-badge { border-color: rgba(0, 240, 255, .6); color: #00f0ff; }
.pk-box {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #94a3b8;
  background: rgba(148, 163, 184, .1);
  position: relative;
}
.pk-box::before {
  content: "";
  position: absolute;
  inset: 8px 7px 7px;
  border: 2px solid currentColor;
  border-radius: 2px;
  color: #cbd5e1;
}
.pk-gold .pk-box { border-color: #f59e0b; background: rgba(245, 158, 11, .1); }
.pk-gold .pk-box::before { color: #f59e0b; }
.pk-diamond .pk-box { border-color: #00f0ff; background: rgba(0, 240, 255, .1); }
.pk-diamond .pk-box::before { color: #00f0ff; }
.pk-card h3 {
  margin: 0 0 16px;
  font-family: "Cinzel Decorative", serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: .04em;
  color: #cbd5e1;
}
.pk-gold h3 { color: #fde047; }
.pk-diamond h3 { color: #00f0ff; }
.pk-status {
  background: rgba(3, 6, 17, .6);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}
.pk-status small { display: block; color: #94a3b8; font-size: 11px; font-weight: 800; margin-bottom: 4px; }
.pk-status b { display: block; color: #cbd5e1; font-size: 12px; font-weight: 800; }
.pk-checkout {
  border: 1px solid rgba(148, 163, 184, .3);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
}
.pk-gold .pk-checkout { border-color: rgba(245, 158, 11, .3); }
.pk-diamond .pk-checkout { border-color: rgba(0, 240, 255, .3); }
.pk-checkout > span {
  display: block;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.pk-price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 18px; gap: 10px; }
.pk-price-row strong {
  font-family: "Cinzel Decorative", serif;
  font-size: 34px;
  line-height: 1;
  color: #f8fafc;
}
.pk-gold .pk-price-row strong,
.pk-gold .pk-price-row em { color: #fde047; }
.pk-diamond .pk-price-row strong { color: #00f0ff; }
.pk-diamond .pk-price-row em { color: #67e8f9; }
.pk-price-row em { font-style: normal; font-size: 12px; font-weight: 900; color: #cbd5e1; white-space: nowrap; }
.pk-btn {
  width: 100%;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Cinzel Decorative", Cinzel, serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.pk-btn-pix { color: #0f172a; background: linear-gradient(180deg, #e2e8f0 0%, #94a3b8 100%); }
.pk-gold .pk-btn-pix { background: linear-gradient(180deg, #fde047 0%, #d97706 100%); }
.pk-diamond .pk-btn-pix { background: linear-gradient(180deg, #67e8f9 0%, #06b6d4 100%); }
.pk-btn-cash {
  margin-top: 10px;
  color: #fff;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border: 1px solid rgba(148, 163, 184, .4);
}
.pk-gold .pk-btn-cash { border-color: rgba(245, 158, 11, .5); }
.pk-diamond .pk-btn-cash { border-color: rgba(0, 240, 255, .5); }
.pk-btn:hover { filter: brightness(1.08); }
.pk-desc {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f8fafc;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 10px;
}
.pk-desc::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #94a3b8;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.pk-gold .pk-desc::before { background: #f59e0b; }
.pk-diamond .pk-desc::before { background: #00f0ff; }
.pk-card ul { list-style: none; padding: 0; margin: 0; color: #94a3b8; font-size: 14px; line-height: 2; }
.pk-card li::before { content: "• "; color: #475569; }

@media (max-width: 980px) {
  .pk-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
}

.pk-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(0, 0, 0, .72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.pk-modal[hidden] { display: none !important; }
.pk-modal-card {
  position: relative;
  width: min(420px, 100%);
  background: rgba(8, 10, 18, .96);
  border: 1px solid rgba(0, 240, 255, .35);
  box-shadow: 0 0 28px rgba(0, 240, 255, .12);
  padding: 28px 24px 24px;
  color: #e5e7eb;
  text-align: center;
}
.pk-modal-card h3 {
  margin: 0 0 10px;
  font-family: "Cinzel Decorative", serif;
  color: #7ee8ff;
}
.pk-modal-card p { margin: 0 0 14px; color: #94a3b8; font-size: 14px; }
.pk-modal-x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  color: #cbd5e1;
  font-size: 28px;
  cursor: pointer;
}
.pk-qr {
  display: block;
  width: 220px;
  max-width: 100%;
  margin: 0 auto 12px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}
#pk-pix-copy {
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  background: #030611;
  border: 1px solid rgba(0, 240, 255, .35);
  color: #fff;
  padding: 10px;
  resize: none;
  font-size: 12px;
  margin-bottom: 10px;
}
.pk-ok { color: #34d399 !important; font-weight: 700; }

.paradoxx-ui > nav.fixed,
.paradoxx-ui > footer,
.paradoxx-ui nav.fixed,
.paradoxx-ui footer,
body:not(.wl-dash) nav.fixed,
body:not(.wl-dash) header.fixed,
html.wl-auth .paradoxx-ui > nav,
html.wl-auth .paradoxx-ui > footer,
body.wl-auth .paradoxx-ui > nav,
body.wl-auth .paradoxx-ui > footer,
body:not(.wl-dash) nav.fixed.z-50 { display: none !important; }
.paradoxx-sky { display: none !important; }
.paradoxx-ui { background: transparent !important; min-height: auto !important; }

html.wl-home #root,
html.wl-rank #root,
html.wl-shop #root,
html.wl-packs #root,
body.wl-home #root,
body.wl-rank #root,
body.wl-shop #root,
body.wl-packs #root,
html.wl-rank .paradoxx-ui,
html.wl-shop .paradoxx-ui,
html.wl-packs .paradoxx-ui,
body.wl-rank .paradoxx-ui,
body.wl-shop .paradoxx-ui,
body.wl-packs .paradoxx-ui { display: none !important; }

body:not(.wl-dash) a[href="/events"],
body:not(.wl-dash) a[href="/donate"],
body:not(.wl-dash) a[href="/rifa"],
body:not(.wl-dash) a[href="/raffle"],
body:not(.wl-dash) a[href="/events/"],
body:not(.wl-dash) a[href="/donate/"],
body.wl-auth a[href="/shop"],
html.wl-auth a[href="/shop"],
body.wl-auth .wl-nav a[data-wl="/shop"],
body.wl-auth .wl-foot a[href="/shop"] { display: none !important; }

.wl-chrome {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(5, 6, 10, .88);
  backdrop-filter: blur(10px);
}
body.wl-packs .wl-chrome,
body.wl-shop .wl-chrome,
body.wl-rank .wl-chrome,
body.wl-auth .wl-chrome,
body.wl-home .wl-chrome,
body.wl-inner .wl-chrome {
  display: block !important;
}
body.wl-packs .wl-logo-top,
body.wl-shop .wl-logo-top,
body.wl-rank .wl-logo-top,
body.wl-auth .wl-logo-top,
body.wl-inner .wl-logo-top {
  display: none;
}
body.wl-in .wl-when-out { display: none !important; }
body:not(.wl-in) .wl-when-in { display: none !important; }
#wl-nav-name {
  color: #e0c4a0;
  font-size: 11px;
  letter-spacing: .06em;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pk-session {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 22px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, .62);
  border: 1px solid rgba(212, 160, 23, .35);
}
.pk-session p { margin: 0; color: #d6d3c9; font-size: 13px; }
.pk-session b { color: #e0c4a0; }
.pk-session nav { display: flex; flex-wrap: wrap; gap: 10px; }
.pk-session a {
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #f2f2f2 !important;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}
.pk-session a.pk-session-go,
.pk-session a[href="/user/dashboard"] {
  background: linear-gradient(#e0b33a, #b8860b);
  border-color: #d4a017;
  color: #1a1408 !important;
}
.wl-logo-top, .wl-logo-hero {
  font-family: "Cinzel Decorative", serif;
  text-align: center;
  letter-spacing: .18em;
  line-height: .95;
  color: #f2f2f2;
  text-shadow: 0 2px 0 #000;
  text-decoration: none !important;
  display: block;
}
.wl-logo-top { padding: 28px 12px 10px; font-size: 34px; }
.wl-logo-top span, .wl-logo-hero span { color: #d4a017; font-size: .72em; }

.wl-nav {
  background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(8,8,8,.7));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 3px solid #c41e1e;
  box-shadow: 0 10px 28px rgba(0,0,0,.45);
  backdrop-filter: blur(8px);
}
.wl-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  height: 46px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wl-nav a {
  color: #f2f2f2 !important;
  text-decoration: none !important;
  padding: 12px 4px;
  position: relative;
}
.wl-nav a:hover, .wl-nav a.is-active { color: #ff3b3b !important; }
.wl-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 2px;
  background: #c41e1e;
}
.wl-nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.wl-nav-gold { color: #ff3b3b !important; }
.wl-nav-right em { font-style: normal; color: #888; font-size: 11px; }

.wl-hero {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  padding: 40px 24px 56px;
}
.wl-hero-copy {
  max-width: 420px;
  padding: 22px 24px;
  background: rgba(0,0,0,.55);
  border-left: 3px solid #c41e1e;
}
.wl-hero-copy p { color: #ddd; margin: 12px 0 22px; text-shadow: 0 2px 8px #000; }
.wl-logo-hero { text-align: left; font-size: 52px; }
.wl-hero-art { display: none; }

.wl-btn-red, .wl-btn-gold {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 3px;
}
.wl-btn-red { background: linear-gradient(#e23a3a, #a51515); color: #fff !important; }
.wl-btn-gold { background: linear-gradient(#e0b33a, #b8860b); color: #1a1408 !important; margin-top: 12px; }

.wl-media, .wl-dual-banners, .wl-ranks { max-width: 1180px; margin: 0 auto; padding: 28px 24px; }
.wl-media { display: grid; grid-template-columns: 1.3fr .9fr; gap: 20px; }
.wl-video {
  min-height: 260px;
  background: rgba(8,8,8,.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.08);
}
.wl-play {
  width: 64px; height: 64px; border-radius: 50%;
  background: #d4a017; color: #111;
  display: grid; place-items: center; font-size: 22px;
}
.wl-news { background: rgba(12,12,12,.78); padding: 18px 20px; border: 1px solid rgba(255,255,255,.08); }
.wl-news h3, .wl-ranks h3 { margin: 0 0 12px; color: #d4a017; letter-spacing: .12em; text-transform: uppercase; font-size: 14px; }
.wl-news li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #2a2a2a; list-style: none; }
.wl-news ul { margin: 0; padding: 0; }
.wl-news b { color: #888; min-width: 64px; }

.wl-dual-banners { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wl-ban {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}
.wl-ban.red { background: #c41e1e url("/assets/ui/wl-banners.png") left/cover; }
.wl-ban.dark { background: #2a2a2a; }

.wl-about { background: rgba(10,10,10,.72); color: #eee; padding: 56px 24px; }
.wl-about h2 { text-align: center; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 28px; color: #fff; text-shadow: 0 2px 8px #000; }
.wl-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1180px; margin: 0 auto; }
.wl-about ul { list-style: none; margin: 0; padding: 0; }
.wl-about li { display: flex; gap: 12px; margin-bottom: 18px; }
.wl-about i { width: 28px; height: 28px; background: #d4a017; flex: 0 0 28px; }
.wl-about-frame { min-height: 240px; border: 8px solid #111; background: #111 url("/assets/ui/wl-hero.png") center/cover; }

.wl-ranks { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wl-ranks table { width: 100%; border-collapse: collapse; font-size: 13px; }
.wl-ranks th { text-align: left; background: rgba(0,0,0,.55); color: #d4a017; padding: 8px; }
.wl-ranks td { padding: 8px; border-bottom: 1px solid rgba(255,255,255,.08); }

.wl-foot { background: rgba(0,0,0,.82); text-align: center; padding: 28px 12px 36px; color: #777; border-top: 3px solid #c41e1e; }
.wl-foot nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-bottom: 10px; }
.wl-foot a { color: #bbb !important; text-decoration: none !important; font-size: 12px; text-transform: uppercase; }

#wl-pagebar { display: none; }
body.wl-inner #wl-pagebar { display: block; background: transparent; border-bottom: 0; }
.wl-pagebar-inner { max-width: 1180px; margin: 0 auto; padding: 36px 24px 20px; }
.wl-pagebar-inner h1 {
  margin: 0;
  font-family: "Cinzel Decorative", serif;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #d4a017;
  font-size: 28px;
}
.wl-pagebar-inner p { margin: 8px 0 0; color: #888; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; }

/* ===== LOGIN / CADASTRO sobre o fundo ===== */
body.wl-auth,
body.wl-inner,
body.wl-app {
  background: transparent !important;
}
body.wl-auth .paradoxx-ui > main.relative {
  max-width: 460px !important;
  margin: 36px auto 48px !important;
  padding: 32px 28px !important;
  background: rgba(8,8,8,.88) !important;
  color: #eee !important;
  border: 1px solid #c41e1e !important;
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0,0,0,.55) !important;
}
body.wl-auth main h1,
body.wl-auth main h2,
body.wl-auth main p,
body.wl-auth main label,
body.wl-auth main span,
body.wl-auth main small { color: #eee !important; text-shadow: none !important; }
body.wl-auth main h1,
body.wl-auth main h2 { color: #fff !important; }
body.wl-auth main svg,
body.wl-auth main [class*="text-cyan"],
body.wl-auth main [class*="text-amber"],
body.wl-auth main [class*="text-yellow"] { color: #ff3b3b !important; }
body.wl-auth a,
body.wl-auth a[href="/signup"],
body.wl-auth a[href="/login"] {
  color: #ff3b3b !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.wl-auth a:hover { color: #ff6b6b !important; }
body.wl-auth button[type="submit"],
body.wl-auth button.bg-cyan-600,
body.wl-auth button.bg-cyan-500 {
  background: linear-gradient(#e23a3a, #a51515) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.wl-auth input,
body.wl-auth select,
body.wl-auth textarea {
  background: #111 !important;
  border: 1px solid #3a3a3a !important;
  color: #eee !important;
  border-radius: 3px !important;
}

/* ===== LOJA / DOWNLOAD / RANKING / DOAR / RIFA / EVENTOS / PAINEL ===== */
body.wl-inner {
  background: transparent !important;
}
body.wl-inner .paradoxx-ui > main.relative {
  max-width: 1180px !important;
  margin: 24px auto 40px !important;
  padding: 28px 24px !important;
  background: rgba(10,10,10,.84) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.45) !important;
  outline: none !important;
}
body.wl-inner main h1,
body.wl-inner main h2,
body.wl-inner main h3 {
  color: #d4a017 !important;
  text-shadow: none !important;
  font-family: Montserrat, Arial, sans-serif !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.wl-app .paradoxx-ui > main.relative { padding-top: 24px !important; }

body.wl-app button[type="submit"],
body.wl-app a[href="/signup"],
body.wl-app .bg-\[\#2f6bff\],
body.wl-app .bg-cyan-600,
body.wl-app .bg-cyan-500 {
  background: linear-gradient(#e23a3a, #a51515) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.wl-auth a[href="/signup"] {
  background: transparent !important;
  color: #ff3b3b !important;
}

body.wl-inner input,
body.wl-inner select,
body.wl-inner textarea {
  background: #111 !important;
  border: 1px solid #3a3a3a !important;
  color: #eee !important;
  border-radius: 3px !important;
}

body.wl-inner .rounded-xl,
body.wl-inner .rounded-2xl,
body.wl-inner .rounded-lg.border {
  background: #151515 !important;
  border-color: #2f2f2f !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

body.wl-inner table { width: 100%; border-collapse: collapse; }
body.wl-inner th { background: #1c1c1c; color: #d4a017; }
body.wl-inner td, body.wl-inner th { padding: 8px; border-bottom: 1px solid #2a2a2a; }

body.wl-app a { color: #ff3b3b; }
body.wl-app a:hover { color: #ff6b6b; }
body.wl-inner .text-cyan-200,
body.wl-inner .text-cyan-300,
body.wl-inner .text-cyan-400,
body.wl-inner .text-cyan-500,
body.wl-inner .text-sky-200,
body.wl-inner .text-sky-300 { color: #d4a017 !important; }
body.wl-inner .border-cyan-500,
body.wl-inner .border-cyan-500\/50,
body.wl-inner .border-cyan-900\/50 { border-color: #3a3a3a !important; }
body.wl-inner .shadow-\[0_0_15px_rgba\(201\,162\,122\,0\.35\)\],
body.wl-inner [class*="shadow-["] { box-shadow: none !important; }
body.wl-inner .bg-slate-800,
body.wl-inner .bg-slate-900,
body.wl-inner .bg-black\/40,
body.wl-inner .bg-black\/50,
body.wl-inner .bg-zinc-900,
body.wl-inner .bg-neutral-900 { background: #151515 !important; }
body.wl-inner .text-slate-300,
body.wl-inner .text-slate-400,
body.wl-inner .text-zinc-300 { color: #cfcfcf !important; }
body.wl-inner .text-slate-500 { color: #888 !important; }

body.wl-inner button,
body.wl-inner a.inline-flex,
body.wl-inner a.inline-block {
  border-radius: 3px !important;
}
body.wl-inner button.bg-cyan-600,
body.wl-inner button.bg-cyan-500,
body.wl-inner a.bg-cyan-600,
body.wl-inner a.bg-cyan-500,
body.wl-inner .bg-red-600,
body.wl-inner .bg-\[\#2f6bff\] {
  background: linear-gradient(#e0b33a, #b8860b) !important;
  color: #1a1408 !important;
}

body.wl-inner .bg-red-500,
body.wl-inner .bg-red-600:not(.bg-cyan-600) {
  background: linear-gradient(#e23a3a, #a51515) !important;
  color: #fff !important;
}

/* ===== PAINEL ADMIN — mesmo visual WARLAND ===== */
body.wl-dash .wl-chrome,
body.wl-dash #wl-pagebar,
body.wl-dash .wl-foot { display: none !important; }
.wl-dash-home { display: none; }
body.wl-dash .wl-dash-home {
  display: inline-block !important;
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 120;
  padding: 8px 14px;
  background: rgba(0,0,0,.82);
  border: 1px solid #d4a017;
  color: #e0c4a0 !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.wl-dash,
body.wl-dash #root,
body.wl-dash .paradoxx-ui,
body.wl-dash .cabal-os,
body.wl-dash main {
  background: rgba(8,8,8,.78) !important;
  color: #eee !important;
}
body.wl-dash .cabal-os { font-family: Montserrat, Arial, sans-serif !important; }
body.wl-dash aside {
  background: #151515 !important;
  border-right: 1px solid #2a2a2a !important;
  overflow-y: auto !important;
}
body.wl-dash .os-display,
body.wl-dash h1,
body.wl-dash h2 {
  color: #d4a017 !important;
  font-family: Montserrat, Arial, sans-serif !important;
}
body.wl-dash .os-panel,
body.wl-dash .rounded-xl,
body.wl-dash .rounded-2xl {
  background: #191919 !important;
  border-color: #2a2a2a !important;
  box-shadow: none !important;
}
body.wl-dash a { color: #d4a017; }
body.wl-dash button { border-radius: 3px !important; }

#wl-acc-root { position: fixed; inset: 0; z-index: 200; }
.wl-acc-back { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.wl-acc-modal {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 24px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  background: #191919;
  border: 1px solid #2a2a2a;
  color: #eee;
  padding: 22px 24px 28px;
}
.wl-acc-modal header { display: flex; justify-content: space-between; align-items: center; }
.wl-acc-modal h2, .wl-acc-modal h3 { margin: 0 0 12px; color: #d4a017; letter-spacing: .08em; text-transform: uppercase; }
.wl-acc-x { background: none; border: 0; color: #aaa; font-size: 28px; cursor: pointer; }
.wl-acc-msg { min-height: 20px; color: #d4a017; font-size: 13px; }
.wl-acc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 16px; }
.wl-acc-field { display: block; margin-bottom: 10px; font-size: 12px; color: #aaa; }
.wl-acc-field span, .wl-acc-field strong { display: block; color: #eee; margin-top: 4px; }
.wl-acc-form { border-top: 1px solid #2a2a2a; padding-top: 12px; margin-top: 8px; }
.wl-acc-form input, .wl-acc-form select {
  width: 100%;
  background: #111;
  border: 1px solid #3a3a3a;
  color: #eee;
  padding: 8px 10px;
  margin-top: 4px;
}
.wl-acc-gold, .wl-acc-red, .wl-acc-actions button {
  display: inline-block;
  margin: 6px 6px 0 0;
  padding: 8px 14px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
}
.wl-acc-gold, .wl-acc-mini { background: linear-gradient(#e0b33a, #b8860b); color: #1a1408; }
.wl-acc-red { background: linear-gradient(#e23a3a, #a51515); color: #fff; }
.wl-acc-actions button { background: #2a2a2a; color: #eee; }
.wl-acc-chars { list-style: none; padding: 0; margin: 0; }
.wl-acc-chars li { padding: 8px 0; border-bottom: 1px solid #2a2a2a; }
.wl-acc-mini { margin-top: 8px; padding: 6px 10px; }

#wl-hud { margin: 0 0 22px; }
.wl-hud-grid { display: grid; grid-template-columns: 1.45fr .85fr; gap: 16px; }
.wl-hud-card { background: #121212; border: 1px solid #2a2a2a; padding: 16px 18px 14px; }
.wl-hud-card header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.wl-hud-card h2 {
  margin: 0;
  color: #d4a017 !important;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wl-hud-card em { margin-left: auto; font-style: normal; color: #777; font-size: 10px; letter-spacing: .1em; }
.wl-hud-pulse {
  width: 10px; height: 10px; border-radius: 50%;
  background: #4ade9b; box-shadow: 0 0 10px #4ade9b;
}
.wl-hud-svc-list { display: flex; flex-direction: column; gap: 8px; }
.wl-hud-svc {
  display: flex; align-items: center; gap: 12px;
  background: #191919;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 10px 12px;
}
.wl-hud-svc i {
  width: 9px; height: 9px; border-radius: 50%; background: #555; flex: 0 0 9px;
}
.wl-hud-svc.is-on i { background: #4ade9b; box-shadow: 0 0 8px #4ade9b; }
.wl-hud-svc.is-off i { background: #f2685f; }
.wl-hud-svc b { display: block; color: #fff; font-size: 13px; }
.wl-hud-svc small { color: #888; font-size: 11px; }
.wl-hud-st { margin-left: auto; min-width: 72px; text-align: right; }
.wl-hud-st strong { display: block; font-size: 11px; letter-spacing: .12em; }
.wl-hud-svc.is-on .wl-hud-st strong { color: #4ade9b; }
.wl-hud-svc.is-off .wl-hud-st strong { color: #f2685f; }
.wl-hud-st span {
  display: block; height: 3px; margin-top: 6px; border-radius: 2px; background: #333;
}
.wl-hud-svc.is-on .wl-hud-st span { background: #4ade9b; box-shadow: 0 0 8px #4ade9b; }
.wl-hud-card ul { list-style: none; margin: 0; padding: 0; }
.wl-hud-card li {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 4px; border-bottom: 1px solid #242424;
}
.wl-hud-card li > span {
  width: 32px; height: 32px; border-radius: 50%;
  background: #1c1c1c; color: #d4a017;
  display: grid; place-items: center; font-weight: 700;
}
.wl-hud-card li b { display: block; color: #eee; font-size: 13px; }
.wl-hud-card li small { color: #888; font-size: 11px; }
.wl-hud-meta { margin-left: auto; text-align: right; }
.wl-hud-meta time { display: block; color: #888; font-size: 11px; }
.wl-hud-meta em { color: #4ade9b; font-size: 10px; letter-spacing: .08em; }
.wl-hud-empty { color: #666 !important; }
@media (max-width: 900px) { .wl-hud-grid { grid-template-columns: 1fr; } }

.hall {
  max-width: 1450px;
  margin: 0 auto;
  padding: 8px 20px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr);
  gap: 22px;
  color: #eee;
}
.hall-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,160,23,.22);
  background: linear-gradient(180deg, rgba(18,10,8,.94), rgba(6,5,8,.93));
  box-shadow: 0 0 40px rgba(212,160,23,.08);
  padding: 22px 22px 24px;
}
.hall-kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: rgba(212,160,23,.8);
}
.hall h2, .hall h3 {
  margin: 10px 0 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.hall h2 { font-size: 28px; }
.hall h3 { font-size: 20px; }
.hall-desc { margin: 12px 0 0; max-width: 42rem; color: #c8c4bc; font-size: 14px; line-height: 1.55; }
.hall-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-end; margin-bottom: 22px; }
.hall-cta {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: 1px solid rgba(212,160,23,.4);
  background: rgba(212,160,23,.12);
  color: #f3d48a;
  padding: 12px 18px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.hall-cta:hover { background: rgba(212,160,23,.22); color: #fff; }
.hall-top3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hall-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(8,8,10,.55);
  padding: 18px 16px 16px;
}
.hall-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
}
.hall-card-1 { border-color: rgba(251,191,36,.4); box-shadow: 0 0 28px rgba(251,191,36,.12); }
.hall-card-1::before { background: linear-gradient(90deg, #fbbf24, #f59e0b); }
.hall-card-2 { border-color: rgba(212,160,23,.28); }
.hall-card-2::before { background: linear-gradient(90deg, #d4a017, #8a6a10); }
.hall-card-3 { border-color: rgba(180,80,40,.35); }
.hall-card-3::before { background: linear-gradient(90deg, #c45c2a, #8a3418); }
.hall-place { margin: 0; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.hall-name { margin: 12px 0 0; font-size: 18px; font-weight: 800; text-transform: uppercase; color: #fff; letter-spacing: .04em; }
.hall-row .hall-name { margin: 0; font-size: 14px; }
.hall-rep { margin: 6px 0 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #8f8a82; }
.hall-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 10px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #cfc9bf; }
.hall-stats { display: flex; justify-content: space-between; margin-top: 14px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.hall-stats span:first-child { color: #f3d48a; }
.hall-stats span:last-child { color: #e8b4a0; font-family: ui-monospace, Consolas, monospace; }
.hall-badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 10px;
  letter-spacing: .16em;
  border: 1px solid rgba(255,255,255,.12);
}
.hall-badge.cap { color: #9ad4ff; border-color: rgba(56,189,248,.35); background: rgba(14,90,140,.18); }
.hall-badge.pro { color: #ffb4c0; border-color: rgba(244,114,182,.35); background: rgba(140,30,60,.18); }
.hall-badge.neu { color: #bbb; }
.hall-table { margin-top: 20px; overflow-x: auto; border: 1px solid rgba(212,160,23,.16); background: rgba(0,0,0,.28); }
.hall-table-inner { min-width: 860px; }
.hall-row {
  display: grid;
  grid-template-columns: 72px minmax(180px, 1.45fr) 128px 156px 120px 100px;
  align-items: center;
  gap: 0;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(212,160,23,.08);
  font-size: 14px;
}
.hall-row-head {
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(243,212,138,.75);
  background: rgba(212,160,23,.08);
  font-weight: 700;
}
.hall-row:hover { background: rgba(212,160,23,.05); }
.hall-rank { font-weight: 800; letter-spacing: .08em; color: #f3d48a; }
.hall-cp { font-family: ui-monospace, Consolas, monospace; font-weight: 700; }
.hall-side { display: flex; flex-direction: column; gap: 22px; }
.hall-vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin: 18px 0 16px; }
.hall-faction {
  text-align: center;
  border: 1px solid rgba(255,255,255,.1);
  padding: 16px 8px;
}
.hall-faction.cap { border-color: rgba(56,189,248,.25); background: rgba(14,90,140,.12); }
.hall-faction.pro { border-color: rgba(244,114,182,.25); background: rgba(140,30,60,.12); }
.hall-faction strong { display: block; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.hall-faction b { display: block; margin-top: 8px; font-size: 22px; color: #fff; }
.hall-vs-mid { color: rgba(255,255,255,.45); font-weight: 800; letter-spacing: .2em; }
.hall-bar-wrap { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #cfc9bf; margin: 12px 0 6px; }
.hall-bar { height: 10px; background: rgba(255,255,255,.08); overflow: hidden; }
.hall-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #38bdf8, #0ea5e9); }
.hall-bar.pro i { background: linear-gradient(90deg, #fb7185, #e11d48); }
.hall-broadcast {
  margin-top: 18px;
  text-align: center;
  border: 1px solid rgba(212,160,23,.25);
  background: rgba(212,160,23,.08);
  padding: 14px 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f3d48a;
  font-weight: 800;
}
.hall-guild {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.25);
  padding: 12px 14px;
}
.hall-guild .hall-name { font-size: 14px; }
.hall-guild-pts { text-align: right; }
.hall-guild-pts b { color: #f3d48a; font-family: ui-monospace, Consolas, monospace; }
.hall-empty { margin: 16px 0; text-align: center; color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
body.wl-rank #wl-pagebar,
body.wl-packs #wl-pagebar { display: none; }

@media (max-width: 1100px) {
  .hall { grid-template-columns: 1fr; }
  .hall-top3 { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .wl-hero, .wl-media, .wl-dual-banners, .wl-about-grid, .wl-ranks { grid-template-columns: 1fr; }
  .wl-logo-hero { font-size: 36px; }
  .wl-nav-inner { flex-wrap: wrap; height: auto; padding: 10px; }
  .wl-hero-art { max-height: 360px; }
}
