/* Paleta Dourada Real & Dark Luxury */
:root {
  --im-accent: #D4A72C;
  --im-accent-deep: #F2C94C;
  --im-accent-dark: #6B5318;
  --im-accent-soft: rgba(212, 167, 44, .45);
  --im-line: #6B5318;
  --im-muted: #AAA394;
  --im-panel: #12100A;
  --im-row: #1A160C;
  --im-max: 1200px;
  --color-cyan-50: #FFF9E6;
  --color-cyan-100: #FFE58A;
  --color-cyan-200: #FFD76A;
  --color-cyan-300: #F2C94C;
  --color-cyan-400: #D4A72C;
  --color-cyan-500: #B88A1E;
  --color-cyan-600: #6B5318;
  --color-cyan-700: #42320E;
  --color-cyan-900: #1A160C;
  --color-cyan-950: #12100A;
  --color-sky-200: #F5F1E8;
  --color-sky-300: #FFD76A;
  --color-blue-400: #D4A72C;
}

/* ---------- base / tipografia ---------- */
html, body {
  background: #000 !important;
  font-family: "Archivo", "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
}
body::before { display: none !important; }
.wl-fundo { display: none !important; }

h1, h2, h3, h4,
.wl-logo-top, .wl-logo-hero,
.pk-head h2, .pk-card h3, .pk-price-row strong, .pk-btn,
.wl-points h2, .wl-points-card h3, .wl-classes-head h2, .wl-about h2 {
  font-family: "Archivo Black", "Archivo", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.im-accent { color: var(--im-accent); }

/* ---------- cabeçalho ---------- */
.wl-chrome {
  background: #050505 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: none;
}
.wl-nav-inner {
  max-width: 1320px;
  gap: 20px;
  height: 68px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.wl-nav-links {
  gap: 20px;
  justify-content: center;
  flex: 1;
}
.wl-nav a {
  color: #fff !important;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  letter-spacing: .01em;
  padding: 10px 0;
}
.wl-nav a:hover { color: var(--im-accent) !important; }
.wl-nav a.is-active { color: var(--im-accent) !important; }
.wl-nav a.is-active::after {
  content: "";
  left: 50%;
  right: auto;
  bottom: 0;
  width: 34px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--im-accent), transparent);
}
.wl-nav a.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  background: var(--im-accent);
  transform: rotate(45deg);
}
.wl-logo-top {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  letter-spacing: -.01em;
  text-transform: none;
  color: #fff !important;
}
.wl-logo-top span { display: none !important; }
.wl-logo-top span.im-logo-ep {
  display: none !important;
}
.im-crest {
  width: auto;
  height: 64px;
  flex: none;
  object-fit: contain;
  background: transparent;
}
.wl-nav-right { gap: 10px; }
.wl-nav-social { gap: 6px; }
.wl-nav-social a { width: 30px; height: 30px; border-radius: 3px; border-color: rgba(255, 255, 255, .14); }
.im-nav-btn,
.wl-nav .im-nav-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 9px 16px !important;
  border: 1px solid rgba(255, 255, 255, .35);
  background: transparent;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}
.im-nav-btn svg { width: 14px; height: 14px; fill: currentColor; }
.im-nav-btn:hover { border-color: var(--im-accent); color: #fff !important; }
.wl-nav .im-nav-btn::after,
.wl-nav .im-nav-btn.is-active::after,
.wl-nav .im-nav-btn::before { display: none !important; }
.wl-nav .im-nav-cta {
  background: linear-gradient(135deg, #FFD76A 0%, #D4A72C 55%, #A67C18 100%) !important;
  border-color: #6B5318 !important;
  color: #090806 !important;
  box-shadow: 0 0 15px rgba(242, 201, 76, 0.35) !important;
  font-weight: 800 !important;
}
.wl-nav .im-nav-cta:hover {
  background: linear-gradient(135deg, #FFE58A 0%, #F2C94C 55%, #D4A72C 100%) !important;
  box-shadow: 0 0 20px rgba(242, 201, 76, 0.55) !important;
  color: #090806 !important;
}

/* ---------- hero ---------- */
.im-hero {
  position: relative;
  min-height: min(860px, calc(100dvh - 68px));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 90px 24px 120px;
}
.im-hero-art {
  position: absolute;
  inset: 0;
  background: #070706 url("../imagens/fundo.jpg?v=7") center center / cover no-repeat;
  z-index: 0;
}
.im-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(7, 7, 6, .10) 0%, transparent 40%, rgba(7, 7, 6, .35) 80%, #070706 100%);
}
.im-hero-copy { position: relative; z-index: 1; max-width: 980px; }
.im-hero-kicker {
  margin: 0 0 6px;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #F5F1E8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .8);
}
.im-hero-title {
  margin: 0;
  font-size: clamp(2.6rem, 8vw, 6rem);
  line-height: .98;
  text-transform: uppercase;
  color: #e8e4de;
  text-shadow: 0 6px 40px rgba(0, 0, 0, .85);
}
.im-hero-sub {
  margin: 14px 0 0;
  font-size: clamp(15px, 2vw, 22px);
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .8);
}
.im-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 40px;
}

/* ---------- botões ---------- */
.im-btn,
.im-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: "Archivo Black", sans-serif;
  font-size: 15px;
  letter-spacing: .01em;
  text-decoration: none !important;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
}
.im-btn {
  background: linear-gradient(135deg, #FFD76A 0%, #D4A72C 55%, #A67C18 100%);
  color: #090806 !important;
  border: 1px solid #6B5318;
  box-shadow: 0 0 15px rgba(242, 201, 76, 0.35);
}
.im-btn:hover {
  background: linear-gradient(135deg, #FFE58A 0%, #F2C94C 55%, #D4A72C 100%);
  box-shadow: 0 0 20px rgba(242, 201, 76, 0.55);
  color: #090806 !important;
}
.im-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .35);
  color: #fff !important;
}
.im-btn-ghost:hover { border-color: var(--im-accent); }
.im-btn-full { width: 100%; }

/* ---------- ornamento ---------- */
.im-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 26px auto 0;
  width: 220px;
  color: var(--im-accent);
}
.im-orn::before,
.im-orn::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--im-accent-soft, rgba(201, 196, 188, .55)));
}
.im-orn::after { background: linear-gradient(90deg, rgba(201, 196, 188, .55), transparent); }
.im-orn i {
  width: 9px;
  height: 9px;
  background: var(--im-accent);
  transform: rotate(45deg);
  flex: 0 0 9px;
}

/* ---------- seções ---------- */
.im-sec {
  position: relative;
  z-index: 2;
  max-width: var(--im-max);
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.im-sec-wide { max-width: 1320px; }
.im-h1 {
  margin: 0;
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
.im-h1 span { color: var(--im-accent); }
.im-sec-sub {
  margin: 14px auto 0;
  max-width: 48rem;
  color: #d4d0cb;
  font-size: 15px;
  line-height: 1.6;
}
.im-sec-note { margin: 26px 0 0; color: var(--im-muted); font-size: 14px; }
.im-sec-note a { color: var(--im-accent); }
.im-link {
  display: inline-block;
  margin-top: 26px;
  color: var(--im-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.im-link:hover { color: #fff; }

/* ---------- notícias ---------- */
.im-news { margin-top: 40px; }
.im-news-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.im-news-track::-webkit-scrollbar { display: none; }
.im-news-card {
  position: relative;
  flex: 0 0 33.3333%;
  min-width: 260px;
  height: 300px;
  scroll-snap-align: start;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  background: #111 center / cover no-repeat;
}
.im-news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .1) 100%);
  transition: opacity .3s;
}
.im-news-card:hover::after { opacity: .75; }
.im-news-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 22px 20px;
  text-align: center;
}
.im-news-body h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  color: var(--im-accent);
}
.im-news-body p {
  margin: 8px 0 0;
  font-size: 13px;
  color: #e7e5e4;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.im-news-body small {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}
.im-carousel-nav {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 26px;
  border: 1px solid rgba(201, 196, 188, .5);
  border-radius: 999px;
  overflow: hidden;
}
.im-carousel-nav button {
  background: transparent;
  border: 0;
  color: var(--im-accent);
  font-size: 15px;
  line-height: 1;
  padding: 7px 16px;
  cursor: pointer;
}
.im-carousel-nav button:hover { background: rgba(201, 196, 188, .16); color: #fff; }

/* ---------- ranking ---------- */
.im-rank-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}
.im-tabs { display: inline-flex; gap: 10px; flex-wrap: wrap; }
.im-tabs button {
  padding: 11px 22px;
  min-width: 92px;
  background: transparent;
  border: 1px solid rgba(201, 196, 188, .55);
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  cursor: pointer;
  border-radius: 2px;
}
.im-tabs button:hover { background: rgba(201, 196, 188, .18); }
.im-tabs button.is-on {
  background: linear-gradient(180deg, #a8a49e, var(--im-accent-deep));
  border-color: var(--im-accent-deep);
  color: #fff;
  font-weight: 700;
}
.im-tabs-sm button { padding: 7px 16px; min-width: 0; font-size: 12px; }
.im-rank-sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
}
.im-legend {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--im-muted);
}
.im-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.im-dot.cap { background: #c9c4bc; }
.im-dot.pro { background: #8e8b87; }
.im-table { margin-top: 14px; text-align: left; }
.im-tr {
  display: grid;
  grid-template-columns: 46px minmax(140px, 1.6fr) 80px minmax(110px, 1.2fr) 90px 120px;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  font-size: 14px;
  color: #fff;
}
.im-tr-head {
  color: var(--im-accent);
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding-bottom: 12px;
}
.im-tbody .im-tr:nth-child(even) { background: var(--im-row); }
.im-tbody .im-tr:hover { background: rgba(201, 196, 188, .16); }
.im-tr b { font-weight: 400; }
.im-tr .im-td-name { font-weight: 600; }
.im-tr .im-td-name a {
  color: inherit;
  text-decoration: none;
}
.im-tr .im-td-name a:hover { color: var(--im-accent); }
.im-tr .im-td-muted { color: var(--im-muted); }
.im-tr .im-td-pts { font-variant-numeric: tabular-nums; }
.im-cls-ico {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}
.im-empty {
  padding: 34px 14px;
  text-align: center;
  color: var(--im-muted);
  border: 1px dashed rgba(255, 255, 255, .12);
}
.im-nation-pill {
  display: inline-block;
  padding: 3px 9px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, .18);
}
.im-nation-pill.cap { border-color: rgba(201, 196, 188, .6); color: #d8d4ce; }
.im-nation-pill.pro { border-color: rgba(255, 255, 255, .28); color: #d6d3d1; }

/* ---------- memorial / guerra ---------- */
.im-mem-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}
.im-mem-card {
  position: relative;
  border: 1px solid rgba(201, 196, 188, .35);
  background: var(--im-panel);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
a.im-mem-card:hover { border-color: rgba(201, 196, 188, .7); }
.im-mem-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(201, 196, 188, .35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(201, 196, 188, .14);
}
.im-mem-tag i {
  width: 9px;
  height: 9px;
  background: var(--im-accent);
  transform: rotate(45deg);
}
.im-mem-art {
  position: relative;
  flex: 1;
  min-height: 340px;
  background: #0b0a0b center top / cover no-repeat;
}
.im-mem-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .95), rgba(0, 0, 0, .15) 60%, transparent);
}
.im-mem-foot {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 16px 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.im-mem-foot h3 {
  margin: 0;
  font-size: clamp(17px, 2vw, 26px);
  color: var(--im-accent);
  line-height: 1.1;
}
.im-mem-foot p { margin: 4px 0 0; font-size: 13px; color: #d6d3d1; }
.im-mem-pts {
  text-align: right;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
}
.im-mem-pts small { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--im-muted); }

/* ---------- personagem (imperio.gg/character) ---------- */
#wl-character { display: none; }
body.wl-char #wl-character { display: block; }
body.wl-char #root,
html.wl-char #root { display: none !important; }
body.wl-char #wl-pagebar { display: none !important; }
#wl-noticias { display: none; }
body.wl-news #wl-noticias { display: block; }
body.wl-news #root,
html.wl-news #root { display: none !important; }
body.wl-news #wl-pagebar { display: none !important; }
.im-news-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 24px 90px;
}
.im-news-list .im-h1 { text-align: center; }
.im-news-list .im-sec-sub { text-align: center; }
.im-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.im-news-grid .im-news-card { flex: none; width: 100%; min-width: 0; }
.im-news-article { max-width: 820px; margin: 0 auto; }
.im-news-article h1 {
  margin: 10px 0 8px;
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
}
.im-news-kicker {
  margin: 18px 0 0;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--im-accent);
}
.im-news-date { margin: 0 0 22px; color: var(--im-muted); font-size: 13px; }
.im-news-cover {
  width: 100%;
  height: 280px;
  background: #111 center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .08);
  margin-bottom: 24px;
}
.im-news-content { color: #e7e5e4; font-size: 16px; line-height: 1.7; }
.im-news-content p { margin: 0 0 14px; }
.im-news-links { padding-left: 18px; }
.im-news-links a { color: var(--im-accent); word-break: break-all; }
@media (max-width: 900px) {
  .im-news-grid { grid-template-columns: 1fr 1fr; }
  .im-news-cover { height: 180px; }
}
@media (max-width: 620px) {
  .im-news-grid { grid-template-columns: 1fr; }
}
.im-char-page { padding: 0 0 80px; }
.im-char-hero {
  position: relative;
  height: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 1, 0, .15) 0%, rgba(0, 0, 0, .55) 100%),
    url("../imagens/classes/ga-main.webp") 16% 8% / auto 280% no-repeat,
    url("../imagens/classes/du-main.webp") 50% 4% / auto 300% no-repeat,
    url("../imagens/classes/mn-main.webp") 84% 8% / auto 280% no-repeat,
    #050100;
}
.im-char-widget {
  position: relative;
  width: min(720px, 92%);
  display: flex;
  align-items: center;
}
.im-char-q {
  width: 100%;
  height: 47px;
  padding: 0 46px 0 16px;
  border: 2px solid var(--im-accent);
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
}
.im-char-q::placeholder { color: #6b6b6b; }
.im-char-q:focus { outline: none; box-shadow: 0 0 0 2px rgba(201, 196, 188, .25); }
.im-char-go {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.im-char-go:hover { color: var(--im-accent); }
.im-char-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 8;
  background: #0d0b0b;
  border: 2px solid rgba(201, 196, 188, .35);
  border-radius: 8px;
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}
.im-char-opt {
  width: 100%;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  color: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.im-char-opt:hover { background: rgba(201, 196, 188, .12); }
.im-char-opt img { width: 32px; height: 32px; object-fit: contain; }
.im-char-opt small { color: var(--im-muted); font-size: 11px; }
.im-char-out { max-width: 1080px; margin: 0 auto; padding: 28px 20px 0; }
.im-char-sheet {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 28px;
  align-items: stretch;
  background: var(--im-panel);
  border: 1px solid rgba(201, 196, 188, .28);
}
.im-char-art {
  min-height: 340px;
  background: #050100 center top / cover no-repeat;
}
.im-char-meta { padding: 28px 28px 28px 0; }
.im-char-meta-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.im-char-meta-top img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border: 2px solid var(--im-accent);
  border-radius: 50%;
  padding: 4px;
  background: #000;
}
.im-char-meta h2 { margin: 0; font-size: 28px; color: #fff; }
.im-char-meta p { margin: 4px 0 0; color: var(--im-muted); }
.im-char-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 16px 18px;
  margin-top: 22px;
}
.im-char-stats div small {
  display: block;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--im-muted);
  white-space: nowrap;
}
.im-char-stats div b {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.im-char-stats-wide { grid-template-columns: repeat(4, minmax(140px, 1fr)); }
.im-char-cp { margin-top: 16px; }
.im-char-cp small {
  display: block;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--im-muted);
  white-space: nowrap;
}
.im-char-cp strong {
  font-size: 36px;
  color: var(--im-accent);
  line-height: 1.1;
  white-space: nowrap;
}
.im-char-on, .im-char-off {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .08em;
  vertical-align: middle;
  white-space: nowrap;
}
.im-char-on { color: #4ade80; }
.im-char-off { color: var(--im-muted); }
.im-char-menus, .im-char-subs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 14px;
}
.im-char-menus button, .im-char-subs button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  padding: 8px 14px;
  font: 600 13px/1 "Archivo", sans-serif;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
}
.im-char-menus button.is-on,
.im-char-subs button.is-on {
  background: var(--im-accent);
  border-color: var(--im-accent);
  color: #fff;
}
.im-char-panel {
  background: var(--im-panel);
  border: 1px solid rgba(201, 196, 188, .22);
  padding: 18px;
}
.im-eq-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.im-eq {
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #080707;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.im-eq.is-on { border-color: rgba(201, 196, 188, .55); }
.im-eq small { font-size: 10px; color: var(--im-muted); text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.im-eq b { font-size: 12px; color: #fff; }
.im-char-list { display: grid; gap: 8px; }
.im-char-row, .im-char-alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  color: #fff;
}
.im-char-alt { width: 100%; text-align: left; cursor: pointer; font: inherit; }
.im-char-alt img { width: 28px; height: 28px; object-fit: contain; }
.im-char-alt div { flex: 1; }
.im-char-alt small, .im-char-row span { color: var(--im-muted); font-size: 12px; }
.im-msg { margin-top: 22px; color: var(--im-muted); font-size: 14px; text-align: center; }

/* ---------- banner das páginas internas ---------- */
.im-banner {
  position: relative;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #08080a url("../imagens/fundo.jpg?v=7") center center / cover no-repeat;
}
.im-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .22), rgba(0, 0, 0, .48) 70%, #000 100%);
}
.im-banner h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.6rem);
  text-transform: uppercase;
  color: var(--im-accent);
  text-shadow: 0 6px 30px rgba(0, 0, 0, .9);
}
body.wl-dl #wl-pagebar,
body.wl-rank #wl-pagebar,
body.wl-shop #wl-pagebar { display: none !important; }
#wl-ranking .hall[hidden] { display: none !important; }
.wl-shop-box { padding-top: 40px; }
.pk-wrap { padding-top: 40px; }

/* ---------- download ---------- */
.im-dl {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  display: grid;
  grid-template-columns: 1fr 1px 1.3fr;
  gap: 40px;
  align-items: start;
}
.im-dl-div { background: linear-gradient(to bottom, transparent, rgba(201, 196, 188, .5), transparent); }
.im-col-title {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 196, 188, .4);
  font-size: 19px !important;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.im-dl-item {
  border: 1px solid rgba(255, 255, 255, .1);
  background: var(--im-panel);
  padding: 12px;
  margin-bottom: 14px;
}
.im-dl-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.im-dl-item-head b { font-size: 13px; color: #fff; }
.im-dl-item-head em { font-style: normal; font-size: 11px; color: var(--im-muted); }
.im-req { list-style: none; margin: 0; padding: 0; }
.im-req li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 10px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.im-req li:nth-child(even) { background: var(--im-row); }
.im-req b { color: #fff; font-weight: 700; }
.im-req span { color: var(--im-muted); text-align: right; }
.im-dl-steps {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px 80px;
  color: #d6d3d1;
  line-height: 1.8;
  list-style: decimal outside;
}
.im-dl-steps li { list-style: decimal outside; }

/* ---------- guerra de nações / guildas ---------- */
.im-war-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}
.im-panel {
  border: 1px solid rgba(255, 255, 255, .1);
  background: var(--im-panel);
  padding: 22px;
}
.im-panel h3 { margin: 0 0 16px; font-size: 18px; color: #fff; text-transform: uppercase; }
.im-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.im-vs strong { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--im-muted); }
.im-vs b { font-size: 26px; color: #fff; font-family: "Archivo Black", sans-serif; }
.im-vs span { color: var(--im-accent); font-size: 13px; font-weight: 700; }
.im-bar-label { display: flex; justify-content: space-between; font-size: 12px; color: var(--im-muted); margin-top: 10px; }
.im-bar { height: 6px; background: rgba(255, 255, 255, .08); overflow: hidden; }
.im-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--im-accent-deep), var(--im-accent)); }
.im-bar.pro i { background: linear-gradient(90deg, #6b6864, #d6d3d1); }
.im-broadcast {
  margin-top: 18px;
  padding: 12px;
  border: 1px dashed rgba(201, 196, 188, .35);
  font-size: 13px;
  color: #e7e5e4;
}
.im-guild {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  font-size: 14px;
}
.im-guild em { font-style: normal; color: var(--im-accent); margin-right: 8px; }
.im-guild b { color: #fff; font-weight: 600; }
.im-guild span { color: var(--im-muted); font-variant-numeric: tabular-nums; }

/* ---------- seções herdadas (pontos, classes, pacotes, loja) ---------- */
.wl-points, .wl-classes, .wl-about { text-align: center; }
.wl-points .wl-kicker,
.wl-classes-head .wl-kicker,
.wl-about .wl-kicker,
.pk-head .wl-kicker,
.wl-classes-bgword { display: none !important; }
.wl-points h2, .wl-classes-head h2, .wl-about h2, .pk-head h2 {
  font-size: clamp(1.9rem, 4.4vw, 3.2rem) !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-align: center;
}
.wl-points h2 span, .wl-classes-head h2 span, .wl-about h2 span, .pk-head h2 span { color: var(--im-accent) !important; }
.wl-points-lead, .wl-about-lead { color: #d4d0cb !important; margin-left: auto; margin-right: auto; text-align: center; }
.wl-points-tabs { justify-content: center; border-color: rgba(201, 196, 188, .35); }
.wl-points-tabs button.is-on { background: linear-gradient(180deg, #a8a49e, var(--im-accent-deep)); color: #fff; }
.wl-points-card { text-align: left; }
.pk-price-row strong { font-size: 26px !important; white-space: nowrap; }
.pk-price-row { align-items: center; }
.pk-head { text-align: center; }
.pk-head p { margin-left: auto; margin-right: auto; }
.wl-classes-head { text-align: center; }
.wl-classes-head h2 br { display: inline; }

.wl-classes-strip {
  background: #080808;
}
.wl-class-slot {
  background-color: #111;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.wl-classes-strip .wl-class-slot > img {
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  transform: none !important;
  object-fit: cover !important;
  object-position: top center !important;
}

/* ---------- rodapé ---------- */
.wl-foot {
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: linear-gradient(to top, rgba(201, 196, 188, .07), transparent);
  padding: 54px 24px 34px;
}
.wl-foot-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.im-foot-crest { width: auto; height: 92px; object-fit: contain; }
.im-foot-text {
  margin: 0;
  max-width: 30rem;
  color: #d6d3d1;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
}
.wl-foot nav { justify-content: center !important; gap: 16px !important; }
.wl-foot a { font-size: 12px; }
.wl-foot-social { justify-content: center; }
.wl-foot p { text-align: center; }

/* ---------- responsivo ---------- */
@media (max-width: 1100px) {
  .im-mem-grid { grid-template-columns: 1fr 1fr; }
  .im-mem-card:first-child { grid-column: 1 / -1; }
  .im-war-grid { grid-template-columns: 1fr; }
  .im-news-card { flex-basis: 50%; }
}
@media (max-width: 900px) {
  .wl-nav-inner { flex-wrap: wrap; height: auto; padding: 12px 16px; gap: 10px; }
  .wl-nav-links {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 16px;
  }
  .wl-nav-links::-webkit-scrollbar { display: none; }
  .wl-logo-top { font-size: 22px; }
  .wl-logo-top .im-crest { height: 40px; }
  .wl-logo-top span.im-logo-ep { font-size: 11px; }
  .im-nav-btn,
  .wl-nav .im-nav-btn { padding: 8px 12px !important; font-size: 11px; }
  .im-nav-btn svg { width: 12px; height: 12px; }
  .im-dl { grid-template-columns: 1fr; }
  .im-dl-div { display: none; }
  .im-tr {
    grid-template-columns: 34px minmax(100px, 1.4fr) 44px 80px;
    font-size: 13px;
  }
  .im-tr > :nth-child(5) { display: none; }
  .im-hero { min-height: 560px; padding: 60px 18px 90px; }
}
@media (max-width: 620px) {
  .im-news-card { flex-basis: 100%; }
  .im-mem-grid { grid-template-columns: 1fr; }
  .im-char-hero { height: 119px; }
  .im-char-sheet { grid-template-columns: 1fr; }
  .im-char-art { min-height: 260px; }
  .im-char-meta { padding: 8px 18px 22px; }
  .im-char-stats { grid-template-columns: 1fr 1fr; }
  .im-char-stats-wide, .im-eq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Login / cadastro: brasão + CABAL */
body.wl-auth .im-auth-brand-row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body.wl-auth .im-auth-crest {
  width: auto !important;
  height: 58px !important;
  flex: none;
  object-fit: contain;
}
body.wl-auth .im-auth-wordmark {
  font-family: "Archivo Black", "Archivo", sans-serif !important;
  letter-spacing: .06em;
  color: #fff !important;
}
body.wl-auth button[type="submit"],
body.wl-auth button.bg-cyan-600,
body.wl-auth button.bg-cyan-500 {
  background: linear-gradient(180deg, #a8a49e, var(--im-accent-dark)) !important;
  color: #fff !important;
  border-color: var(--im-accent-dark) !important;
}
body.wl-auth a,
body.wl-auth main svg,
body.wl-auth main [class*="text-cyan"] {
  color: var(--im-accent) !important;
}
body.wl-auth .paradoxx-ui > main.relative {
  border-color: rgba(201, 196, 188, .28) !important;
}
.cabal-human {
  margin: 4px 0 14px;
  padding: 12px;
  border: 1px solid rgba(201, 196, 188, .22);
  background: rgba(8, 8, 10, .55);
}
.cabal-human-label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--im-accent);
}
.cabal-human-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.cabal-human-row img {
  display: block;
  height: 64px;
  width: 220px;
  max-width: calc(100% - 48px);
  background: #0b0b0d;
  border: 1px solid #2a2a2a;
  object-fit: contain;
}
.cabal-human-row button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #5c5854;
  background: linear-gradient(180deg, #a8a49e, #5c5854);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.cabal-human input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #3a3a3a;
  background: #000;
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.cabal-human-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cabal-human-msg {
  margin: 8px 0 0;
  color: #f0b4b4;
  font-size: 13px;
}
.pk-btn-pix,
.pk-gold .pk-btn-pix,
.pk-session a.pk-session-go,
.pk-session a[href="/user/dashboard"],
.wl-points-tabs button.is-on {
  background: linear-gradient(180deg, #a8a49e, #5c5854) !important;
  border-color: #5c5854 !important;
  color: #fff !important;
}

/* Painel admin + painel do jogador */
body.wl-dash .wl-dash-home,
body.wl-admin .wl-dash-player {
  border-color: var(--im-accent-deep) !important;
  color: #e8e4de !important;
}
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, 10, .82) !important;
  color: #e8e4de !important;
}
body.wl-dash aside {
  background: #101012 !important;
  border-right-color: rgba(201, 196, 188, .16) !important;
}
body.wl-dash .os-display,
body.wl-dash h1,
body.wl-dash h2,
body.wl-dash h3,
body.wl-inner th,
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: var(--im-accent) !important;
}
body.wl-dash a { color: #d8d4ce !important; }
body.wl-dash a:hover { color: #f2eee8 !important; }
body.wl-dash button.bg-cyan-500,
body.wl-dash button.bg-cyan-400,
body.wl-dash button.bg-cyan-600,
body.wl-dash button[class*="bg-cyan"],
body.wl-dash a.bg-cyan-500,
body.wl-dash a.bg-cyan-600,
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-\[\#2f6bff\],
body.wl-app button[type="submit"],
body.wl-app .bg-cyan-600,
body.wl-app .bg-cyan-500 {
  background: linear-gradient(180deg, #a8a49e, #5c5854) !important;
  color: #fff !important;
  border-color: #5c5854 !important;
}
body.wl-dash button[class*="bg-cyan"]:hover,
body.wl-dash a.bg-cyan-500:hover {
  background: #8f8a83 !important;
  color: #fff !important;
}
body.wl-dash .text-cyan-200,
body.wl-dash .text-cyan-300,
body.wl-dash .text-cyan-400,
body.wl-dash .text-cyan-500,
body.wl-dash .text-sky-300,
body.wl-dash [class*="text-cyan"] {
  color: var(--im-accent) !important;
}
body.wl-dash .border-cyan-500,
body.wl-dash [class*="border-cyan"] {
  border-color: rgba(201, 196, 188, .28) !important;
}
.wl-acc-modal {
  background: #101012 !important;
  border-color: rgba(201, 196, 188, .2) !important;
}
.wl-acc-modal h2,
.wl-acc-modal h3,
.wl-acc-msg {
  color: var(--im-accent) !important;
}
.wl-acc-gold,
.wl-acc-mini,
.wl-acc-actions .wl-acc-gold {
  background: linear-gradient(180deg, #a8a49e, #5c5854) !important;
  color: #fff !important;
}
.wl-shop-btn,
.wl-hud-card h2,
.wl-hud-card li > span {
  color: var(--im-accent) !important;
}
.wl-shop-btn:hover,
#wl-shop-menu button:hover {
  border-color: var(--im-accent-deep) !important;
  color: #fff !important;
}
.pp-box h2,
.pp-btn-l,
.live-admin h2,
.live-admin-head,
.live-admin-thread strong {
  color: var(--im-accent) !important;
}
.pp-btn-g,
.pp-btn-l {
  background: linear-gradient(180deg, #a8a49e, #5c5854) !important;
  border-color: #5c5854 !important;
  color: #fff !important;
}
.pp-btn-o {
  border-color: var(--im-accent-deep) !important;
  color: var(--im-accent) !important;
}
.pp-chat-msg.me {
  background: rgba(201, 196, 188, .12) !important;
  border-color: rgba(201, 196, 188, .32) !important;
}
.live-admin-thread:hover,
.live-admin-thread.active {
  background: rgba(201, 196, 188, .08) !important;
}
.wl-gm-admin,
.gm-shell,
.gm-tool {
  margin: 18px 0 28px;
  padding: 18px 20px;
  background: #101012;
  border: 1px solid rgba(201, 196, 188, .2);
  color: #e8e4de;
}
.wl-gm-admin h2,
.gm-shell h2,
.gm-tool h2 {
  margin: 0 0 8px;
  color: var(--im-accent);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wl-gm-admin p,
.gm-shell p,
.gm-tool p { color: #9c9892; }
.wl-gm-admin form,
.gm-tool form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}
.wl-gm-admin input,
.gm-tool input,
.gm-tool textarea,
.gm-tool select {
  background: #000;
  border: 1px solid #3a3a3a;
  color: #fff;
  padding: 10px 12px;
}
.wl-gm-admin button,
.gm-tools button,
.gm-news-list button,
.wl-gm-del {
  border: 0;
  background: linear-gradient(180deg, #a8a49e, #5c5854);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.wl-gm-admin ul,
.gm-news-list { list-style: none; padding: 0; margin: 0; }
.wl-gm-admin li,
.gm-news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #2a2a2a;
}
.wl-gm-empty { color: #777; }
.wl-mp-admin form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.wl-mp-admin label {
  display: block;
  width: 100%;
  color: #aaa;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.wl-mp-admin input[type="text"],
.wl-mp-admin input[type="password"],
.wl-mp-admin input[type="url"] {
  width: 100%;
  margin-top: 6px;
  background: #000;
  border: 1px solid #3a3a3a;
  color: #fff;
  padding: 10px 12px;
}
.wl-mp-admin .wl-mp-check {
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wl-mp-admin .wl-mp-check input { width: auto; margin: 0; }
.wl-mp-admin h3 { margin: 18px 0 8px; color: #c9c4bc; text-transform: uppercase; font-size: 13px; }
.wl-mp-admin li small { display: block; color: #888; margin-top: 4px; word-break: break-all; }
.gm-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.gm-tools button { background: #1c1c1c; border: 1px solid #3a3a3a; }
.gm-tools button.is-on {
  background: linear-gradient(180deg, #a8a49e, #5c5854);
}
.gm-tool label { display: block; width: 100%; color: #aaa; font-size: 12px; }
.gm-tool textarea,
.gm-tool input,
.gm-tool select { width: 100%; margin-top: 6px; }
.gm-news-list small { display: block; color: #888; margin-top: 4px; }
.wl-gm-del { background: linear-gradient(180deg, #6b3030, #4a2020); }

body.wl-dash,
body.wl-dash #root,
body.wl-dash .paradoxx-ui,
body.wl-dash .cabal-os,
body.wl-dash main,
body.wl-dash aside,
body.wl-dash header,
body.wl-dash h1,
body.wl-dash h2,
body.wl-dash h3,
body.wl-dash p,
body.wl-dash span,
body.wl-dash a,
body.wl-dash button,
body.wl-dash td,
body.wl-dash th,
body.wl-dash li,
body.wl-dash .os-display {
  font-family: "Archivo", "IBM Plex Sans", sans-serif !important;
  font-style: normal !important;
}
body.wl-dash h1,
body.wl-dash h2,
body.wl-dash h3,
body.wl-dash .os-display {
  font-family: "Archivo Black", "Archivo", sans-serif !important;
  font-weight: 400 !important;
}
body.wl-dash main header button:not(.pp-admin-go):not(#pp-admin-go),
body.wl-dash button[class*="bg-green"],
body.wl-dash button[class*="bg-emerald"] {
  background: linear-gradient(180deg, #a8a49e, #5c5854) !important;
  color: #fff !important;
  box-shadow: none !important;
}
[data-pp-hidbrand="1"] {
  display: none !important;
  visibility: hidden !important;
}
#pp-side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 88px;
  padding: 0 18px;
  background: #101012;
  border-bottom: 1px solid rgba(201, 196, 188, .16);
  box-sizing: border-box;
}
#pp-side-overlay svg { width: 28px; height: 28px; fill: #c9c4bc; }
#pp-side-overlay b {
  font-family: "Archivo Black", "Archivo", sans-serif;
  letter-spacing: .18em;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
#pp-brand-overlay {
  position: fixed;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 88px;
  padding: 0 18px;
  pointer-events: none;
  box-sizing: border-box;
}
#pp-brand-overlay .pp-brand-crest { width: 42px; height: 42px; fill: #c9c4bc; }
#pp-brand-overlay strong {
  display: block;
  font-size: 11px;
  letter-spacing: .16em;
  color: #c9c4bc;
}
#pp-brand-overlay b {
  display: block;
  margin-top: 2px;
  font-size: 22px;
  color: #fff;
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-weight: 400;
}
#pp-brand-overlay small { display: block; margin-top: 2px; color: #9c9892; font-size: 12px; }
#pp-brand-overlay img,
#pp-brand-overlay .pp-brand-ava {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c9c4bc;
  background: #111;
}
#pp-app { display: none; }
html.wl-player #root,
body.wl-player #root,
html.wl-player .wl-chrome,
body.wl-player .wl-chrome,
html.wl-player #wl-home,
body.wl-player #wl-home,
html.wl-player .wl-foot,
body.wl-player .wl-foot,
html.wl-player #pp-shell,
html.wl-player #pp-head,
html.wl-player #pp-side-overlay,
html.wl-player #pp-brand-overlay,
html.wl-player .wl-dash-home {
  display: none !important;
}
html.wl-player #pp-app,
body.wl-player #pp-app {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #08080a;
  color: #e8e4de;
  font-family: "Archivo", "IBM Plex Sans", sans-serif;
}
.pp-app-side {
  width: 250px;
  flex: none;
  background: #101012;
  border-right: 1px solid rgba(201, 196, 188, .16);
  overflow: auto;
  display: flex !important;
  flex-direction: column;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.pp-app-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 18px 16px;
  border-bottom: 1px solid rgba(201, 196, 188, .14);
}
.pp-app-brand svg,
.pp-app-brand .im-crest { width: auto; height: 42px; object-fit: contain; color: #c9c4bc; fill: currentColor; }
.pp-app-brand strong {
  display: block;
  letter-spacing: .18em;
  font-size: 13px;
  color: #fff;
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-weight: 400;
}
.pp-app-brand small { display: block; margin-top: 4px; color: #9c9892; font-size: 12px; }
.pp-app-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(201, 196, 188, .1);
}
.pp-app-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c9c4bc;
  background: #111;
}
.pp-app-user em { display: block; font-style: normal; color: #9c9892; font-size: 11px; }
.pp-app-user b { display: block; color: #fff; font-size: 16px; }
.pp-app-nav { padding: 12px 10px 24px; display: flex; flex-direction: column; gap: 4px; }
.pp-app-nav span {
  margin: 14px 12px 6px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6f6b66;
}
.pp-app-nav button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #d8d4ce;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}
.pp-app-nav button:hover,
.pp-app-nav button.is-on {
  background: rgba(201, 196, 188, .12);
  color: #fff;
}
.pp-app-main { flex: 1; overflow: auto; display: flex; flex-direction: column; }
.pp-app-head {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(201, 196, 188, .12);
}
.pp-app-head strong { display: block; font-size: 11px; letter-spacing: .16em; color: #c9c4bc; }
.pp-app-head b { display: block; font-size: 22px; color: #fff; font-family: "Archivo Black", "Archivo", sans-serif; font-weight: 400; }
.pp-app-cash { display: flex; gap: 18px; margin-left: auto; color: #9c9892; font-size: 12px; }
.pp-app-cash b { display: inline; font-size: 16px; color: #fff; font-family: "Archivo", sans-serif; }
#pp-app-admin, .pp-app-head a {
  border: 1px solid #8f8a83;
  background: linear-gradient(180deg, #a8a49e, #5c5854);
  color: #fff !important;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
#pp-app-page { padding: 24px; max-width: 1100px; }
#pp-app .pp-box {
  background: #111;
  border: 1px solid #2a2a2a;
  padding: 28px;
  margin-bottom: 18px;
}
#pp-app .pp-box h2 {
  margin: 0 0 12px;
  color: #c9c4bc;
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
}
#pp-app .pp-box p { color: #9c9892; }
#pp-app .pp-box label { display: block; margin: 0 0 12px; color: #9c9892; font-size: 12px; }
#pp-app .pp-box input, #pp-app .pp-box textarea {
  width: 100%;
  margin-top: 6px;
  background: #000;
  border: 1px solid #333;
  color: #fff;
  padding: 12px 14px;
}
#pp-app .pp-btn {
  border: 0;
  padding: 12px 18px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  margin: 6px 6px 0 0;
}
#pp-app .pp-btn-g { background: linear-gradient(180deg, #a8a49e, #5c5854); color: #fff; }
#pp-app .pp-btn-o { background: transparent; border: 1px solid #8f8a83; color: #c9c4bc; }
#pp-app .pp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
  margin-bottom: 10px;
}
#pp-app .pp-row b { color: #fff; display: block; }
#pp-app .pp-row small { color: #6b7280; }
#pp-app .pp-table { width: 100%; border-collapse: collapse; font-size: 13px; }
#pp-app .pp-table th { color: #6b7280; text-align: left; padding: 8px 0; }
#pp-app .pp-table td { padding: 10px 0; border-top: 1px solid #222; color: #d8d4ce; }
#pp-app .pp-table small { display: block; color: #6b7280; margin-top: 4px; }
#pp-app .pp-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
#pp-app .pp-theme-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
#pp-app .pp-theme-card { padding: 16px; border: 1px solid #2a2a2a; background: #0b0b0d; }
#pp-app .pp-theme-card.is-on { border-color: #c9c4bc; }
#pp-app .pp-theme-card h3 { margin: 0 0 6px; color: #c9c4bc; }
#pp-app .pp-ava-wrap img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 2px solid #c9c4bc; }
#pp-app .pp-chat-msgs { min-height: 280px; max-height: 420px; overflow: auto; background: #0a0a0a; border: 1px solid #2a2a2a; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
#pp-app .pp-chat-msg { max-width: 80%; padding: 10px 12px; background: #151515; }
#pp-app .pp-chat-msg.me { align-self: flex-end; background: rgba(201, 196, 188, .12); }
#pp-app .pp-chat-form { display: flex; gap: 10px; margin-top: 14px; }
#pp-buy-ok {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 4000;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .72);
  padding: 24px;
}
#pp-buy-ok.is-on { display: flex; }
#pp-buy-ok .pp-buy-ok-card {
  width: min(440px, 100%);
  background: #101012;
  border: 1px solid rgba(201, 196, 188, .28);
  padding: 28px 24px;
  color: #e8e4de;
  text-align: center;
}
#pp-buy-ok .pp-buy-ok-card strong {
  display: block;
  font-family: "Archivo Black", Archivo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
#pp-buy-ok .pp-buy-ok-card p {
  margin: 0 0 20px;
  color: #c9c4bc;
  line-height: 1.45;
}
#pp-buy-ok .pp-buy-ok-card button {
  min-width: 120px;
}
body.wl-player[data-pp-skin="nevoa"] .pp-app-side { background: #141311; }
body.wl-player[data-pp-skin="onix"] #pp-app, body.wl-player[data-pp-skin="onix"] .pp-app-side { background: #070708; }
body.wl-player[data-pp-skin="crepusculo"] .pp-app-side { background: #120f16; }
body.wl-player[data-pp-skin="crepusculo"] .pp-app-brand svg { color: #c4b4d4; }
body.wl-player[data-pp-skin="imperial"] .pp-app-side { background: #100e0a; }
body.wl-player[data-pp-skin="imperial"] .pp-app-brand svg, body.wl-player[data-pp-skin="imperial"] .pp-app-head strong { color: #d4c4a0; }
body.wl-admin #pp-shell,
body.wl-admin #pp-head,
body.wl-admin #pp-side-overlay,
body.wl-admin #pp-brand-overlay,
body.wl-admin #pp-app {
  display: none !important;
}
body.wl-admin aside,
body.wl-admin #root aside {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: #101012 !important;
  border-right: 1px solid rgba(201, 196, 188, .16) !important;
}
body.wl-admin,
body.wl-admin #root,
body.wl-admin .cabal-os,
body.wl-admin main {
  font-family: "Archivo", "IBM Plex Sans", sans-serif !important;
  font-style: normal !important;
}
body.wl-admin h1,
body.wl-admin h2,
body.wl-admin h3,
body.wl-admin .os-display {
  font-family: "Archivo Black", "Archivo", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #c9c4bc !important;
}
#ad-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px 16px;
  border-bottom: 1px solid rgba(201, 196, 188, .14);
  color: #c9c4bc;
}
#ad-brand svg { width: 32px; height: 32px; fill: currentColor; flex: none; }
#ad-brand strong {
  display: block;
  letter-spacing: .18em;
  font-size: 13px;
  color: #fff;
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-weight: 400;
}
#ad-brand small { display: block; margin-top: 3px; color: #9c9892; font-size: 11px; }
#ad-brand b { display: block; margin-top: 2px; color: #e8e4de; font-size: 14px; }
#pp-shell {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 240;
  display: flex;
  flex-direction: column;
  background: #101012;
  border-right: 1px solid rgba(201, 196, 188, .16);
  overflow: auto;
}
#pp-shell-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 18px;
  border-bottom: 1px solid rgba(201, 196, 188, .14);
}
#pp-shell-brand svg { width: 34px; height: 34px; fill: #c9c4bc; }
#pp-shell-brand strong {
  letter-spacing: .18em;
  color: #fff;
  font-family: "Archivo Black", "Archivo", sans-serif;
}
#pp-shell-brand small { display: block; margin-top: 4px; color: #9c9892; font-size: 12px; }
#pp-shell-nav { padding: 14px 10px; display: flex; flex-direction: column; gap: 4px; }
#pp-shell-nav button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #d8d4ce;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
#pp-shell-nav button:hover { background: rgba(201, 196, 188, .12); color: #fff; }
#pp-shell-nav .pp-sep {
  margin: 12px 12px 8px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6f6b66;
}
#pp-head {
  position: fixed;
  top: 0;
  z-index: 230;
  height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  background: #08080a;
  pointer-events: none;
}
#pp-head svg { width: 40px; height: 40px; fill: #c9c4bc; }
#pp-head strong { display: block; font-size: 11px; letter-spacing: .16em; color: #c9c4bc; }
#pp-head b {
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: "Archivo Black", "Archivo", sans-serif;
  font-weight: 400;
}
#pp-head small { display: block; color: #9c9892; font-size: 12px; }
#pp-head img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c9c4bc;
  margin-left: auto;
}

.pp-side-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 16px 14px;
  border-bottom: 1px solid rgba(201, 196, 188, .16);
  color: var(--im-accent);
}
.pp-side-brand svg { width: 28px; height: 28px; fill: currentColor; }
.pp-side-brand span {
  font-family: "Archivo Black", "Archivo", sans-serif;
  letter-spacing: .16em;
  font-size: 13px;
  color: #fff;
}
.pp-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 240px;
}
.pp-brand-crest {
  width: 40px;
  height: 40px;
  color: var(--im-accent);
  fill: currentColor;
}
.pp-brand-copy strong {
  display: block;
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--im-accent);
}
.pp-brand-copy b {
  display: block;
  margin-top: 2px;
  font-size: 22px;
  color: #fff;
  font-family: "Archivo Black", "Archivo", sans-serif;
}
.pp-brand-copy small {
  display: block;
  margin-top: 2px;
  color: #9c9892;
  font-size: 12px;
}
.pp-brand-ava {
  width: 58px;
  height: 58px;
  margin-left: auto;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--im-accent);
  background: #111;
}
.pp-brand-ava.is-empty { display: inline-block; }
.pp-ava-wrap { margin: 0 0 16px; }
.pp-ava-wrap img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--im-accent);
  background: #0b0b0d;
}
#pp-theme-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.pp-theme-card {
  padding: 16px;
  border: 1px solid #2a2a2a;
  background: #0b0b0d;
}
.pp-theme-card h3 { margin: 0 0 6px; color: var(--im-accent); }
.pp-theme-card p { color: #9c9892; min-height: 42px; }
.pp-theme-card.is-on { border-color: var(--im-accent); }
body.wl-dash aside,
body.wl-dash main header {
  font-family: "Archivo", "IBM Plex Sans", sans-serif !important;
}
body[data-pp-skin="nevoa"].wl-dash aside { background: #141311 !important; }
body[data-pp-skin="nevoa"] .pp-brand-crest,
body[data-pp-skin="nevoa"] .pp-side-brand { color: #ece8e2; }
body[data-pp-skin="onix"].wl-dash aside,
body[data-pp-skin="onix"].wl-dash main { background: #070708 !important; }
body[data-pp-skin="onix"] .pp-brand-crest,
body[data-pp-skin="onix"] .pp-side-brand { color: #fff; }
body[data-pp-skin="crepusculo"].wl-dash aside { background: #120f16 !important; }
body[data-pp-skin="crepusculo"] .pp-brand-crest,
body[data-pp-skin="crepusculo"] .pp-side-brand { color: #c4b4d4; }
body[data-pp-skin="imperial"].wl-dash aside {
  background: #100e0a !important;
  border-right-color: rgba(212, 196, 160, .35) !important;
}
body[data-pp-skin="imperial"] .pp-brand-crest,
body[data-pp-skin="imperial"] .pp-side-brand,
body[data-pp-skin="imperial"] .pp-brand-copy strong { color: #d4c4a0; }

/* ---------- animações (aço / prata) ---------- */
@keyframes im-ken {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  100% { transform: scale(1.08) translate3d(0, -18px, 0); }
}
@keyframes im-haze {
  0% { opacity: .45; transform: translate3d(0, 2%, 0) scale(1); }
  100% { opacity: .95; transform: translate3d(0, -3%, 0) scale(1.1); }
}
@keyframes im-beam {
  0% { opacity: .12; transform: translateX(-56%) rotate(14deg); }
  100% { opacity: .28; transform: translateX(-44%) rotate(10deg); }
}
@keyframes im-rise {
  from { opacity: 0; transform: translate3d(0, 18px, 0); filter: blur(3px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes im-rise-title {
  from { opacity: 0; transform: translate3d(0, 34px, 0); letter-spacing: .14em; filter: blur(8px); }
  to { opacity: 1; transform: none; letter-spacing: inherit; filter: none; }
}
@keyframes im-title-glow {
  0%, 100% { text-shadow: 0 6px 40px rgba(0, 0, 0, .85), 0 0 0 transparent; }
  50% { text-shadow: 0 6px 40px rgba(0, 0, 0, .85), 0 0 32px rgba(201, 196, 188, .32); }
}
@keyframes im-crest-breathe {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(201, 196, 188, .12)); }
  50% { filter: drop-shadow(0 0 10px rgba(201, 196, 188, .62)); }
}
@keyframes im-orn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 196, 188, .1); }
  50% { box-shadow: 0 0 16px 3px rgba(201, 196, 188, .4); }
}
@keyframes im-line-run {
  0% { background-position: 120% 0; }
  100% { background-position: -20% 0; }
}
@keyframes im-shimmer {
  from { transform: translateX(-130%); }
  to { transform: translateX(130%); }
}

.im-hero-art {
  transform-origin: center 40%;
  animation: im-ken 42s ease-in-out infinite alternate;
  will-change: transform;
}
.im-hero-haze {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 42% at 50% 78%, rgba(201, 196, 188, .14), transparent 68%),
    radial-gradient(ellipse 28% 22% at 18% 38%, rgba(201, 196, 188, .07), transparent 70%),
    radial-gradient(ellipse 32% 24% at 82% 32%, rgba(168, 164, 158, .07), transparent 72%);
  animation: im-haze 16s ease-in-out infinite alternate;
}
.im-hero-haze::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 50%;
  width: 26%;
  height: 140%;
  background: linear-gradient(180deg, rgba(232, 228, 222, .1), rgba(201, 196, 188, .03) 45%, transparent 70%);
  filter: blur(10px);
  animation: im-beam 14s ease-in-out infinite alternate;
}
.im-hero-fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.im-hero-copy { z-index: 2; }
.im-hero-kicker { animation: im-rise 1s cubic-bezier(.16, 1, .3, 1) both; }
.im-hero-title {
  animation:
    im-rise-title 1.45s cubic-bezier(.16, 1, .3, 1) .08s both,
    im-title-glow 7s ease-in-out 1.6s infinite;
}
.im-hero-sub { animation: im-rise 1.1s cubic-bezier(.16, 1, .3, 1) .22s both; }
.im-hero-cta { animation: im-rise 1.1s cubic-bezier(.16, 1, .3, 1) .36s both; }
.im-hero .im-orn { animation: im-rise 1.1s cubic-bezier(.16, 1, .3, 1) .48s both; }

.wl-logo-top .im-crest,
.im-foot-crest {
  animation: im-crest-breathe 5.4s ease-in-out infinite;
}
.im-orn i { animation: im-orn-pulse 3.8s ease-in-out infinite; }
.im-orn::before,
.im-orn::after {
  background-image: linear-gradient(90deg, transparent, rgba(201, 196, 188, .15), rgba(232, 228, 222, .95), rgba(201, 196, 188, .15), transparent);
  background-size: 220% 100%;
  animation: im-line-run 4.8s linear infinite;
}
.im-orn::after { animation-direction: reverse; }

.im-btn,
.im-nav-cta {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, filter .22s ease, border-color .22s ease;
}
.im-btn::after,
.wl-nav .im-nav-cta::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  bottom: auto;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, .28) 50%, transparent 72%);
  transform: translateX(-130%);
  pointer-events: none;
}
.im-btn:hover::after,
.wl-nav .im-nav-cta:hover::after {
  animation: im-shimmer .85s ease;
}
.im-btn:hover,
.im-btn-ghost:hover,
.im-nav-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.im-reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1);
}
.im-reveal.im-in {
  opacity: 1;
  transform: none;
}
.im-news-card,
.im-panel,
.wl-class-slot,
.wl-points-card,
.pk-card {
  transition: transform .32s cubic-bezier(.16, 1, .3, 1), border-color .28s ease, box-shadow .32s ease;
}
.im-news-card:hover,
.im-panel:hover,
.pk-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .4), 0 0 0 1px rgba(201, 196, 188, .16);
}

html.wl-player .im-hero-haze,
html.wl-player .im-hero-fx,
html.wl-admin .im-hero-haze,
html.wl-admin .im-hero-fx { display: none; }

@media (prefers-reduced-motion: reduce) {
  .im-hero-art,
  .im-hero-haze,
  .im-hero-haze::after,
  .im-hero-kicker,
  .im-hero-title,
  .im-hero-sub,
  .im-hero-cta,
  .im-hero .im-orn,
  .wl-logo-top .im-crest,
  .im-foot-crest,
  .im-orn i,
  .im-orn::before,
  .im-orn::after,
  .im-btn::after,
  .wl-nav .im-nav-cta::after {
    animation: none !important;
  }
  .im-hero-fx { display: none !important; }
  .im-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
