/* PTCGP Hub — site público · baseado na proposta "PTCGP Hub - Home" */
:root {
  --bg: #171411; --bg-2: #1b1815; --bg-3: #14110e; --bg-4: #100e0c;
  --card: #1f1b16; --card-2: #211d18; --input: #242019; --deep: #12100d;
  --text: #f2ede6; --text-2: #c9c0b3; --text-3: #e6dfd4; --muted: #8d8478; --muted-2: #a89f93; --dim: #6f675c;
  --line: rgba(255,255,255,0.08); --line-2: rgba(255,255,255,0.06); --line-3: rgba(255,255,255,0.18);
  --green: #7ddf9b; --green: oklch(0.8 0.16 150); --green-h: #93ecb0; --green-h: oklch(0.87 0.15 150);
  --amber: #e3b341; --amber: oklch(0.8 0.16 80);
  --blue: #4fa8ff; --r: 10px; --r-lg: 16px;
  --font-h: 'Space Grotesk', system-ui, sans-serif; --font: 'Albert Sans', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-h); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--font-h); font-weight: 700; margin: 0; line-height: 1.2; text-wrap: pretty; }
h1 { font-size: 27px; } h2 { font-size: 23px; } .h3, h3 { font-size: 17px; }
p { margin: 0; }
::selection { background: rgba(125,223,155,.35); }
@keyframes hubPulse { 0%,100% { opacity: 1 } 50% { opacity: .3 } }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.main { padding-top: 28px; padding-bottom: 20px; }
.muted { color: var(--muted); } .small { font-size: 12.5px; } .nowrap { white-space: nowrap; } .amber { color: var(--amber); }
.link { font-size: 13.5px; font-weight: 600; }
.kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); font-weight: 700; }
.kicker--amber { color: var(--amber); letter-spacing: .14em; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; vertical-align: 1px; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: hubPulse 2s infinite; }
.badge { position: absolute; top: 12px; left: 12px; background: var(--green); color: var(--deep); font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 9px; border-radius: 6px; }
.badge--amber { background: var(--amber); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--r); padding: 10px 16px; font-weight: 700; font-size: 13.5px; white-space: nowrap; border: 1px solid var(--line); color: var(--text); background: var(--card-2); cursor: pointer; font-family: var(--font); }
.btn--primary { background: var(--green); color: var(--deep); border-color: transparent; }
.btn--primary:hover { background: var(--green-h); color: var(--deep); }
.btn--lg { padding: 12px 20px; font-size: 14px; border-radius: 11px; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: var(--card-2); border: 1px solid var(--line); color: var(--text-2); padding: 7px 14px; border-radius: 99px; font-size: 13px; font-weight: 600; }
.chip:hover { color: var(--text); border-color: var(--line-3); }
.chip.is-active { background: var(--green); color: var(--deep); border-color: transparent; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; display: flex; flex-direction: column; gap: 14px; }
.panel--amber { border-color: rgba(227,179,65,.35); }
.panel__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.panel__head h2 { font-size: 16px; }
.bar { flex: 1; height: 5px; border-radius: 99px; background: var(--bg); overflow: hidden; display: block; }
.bar > span { display: block; height: 100%; border-radius: 99px; }
.empty { color: var(--muted); padding: 30px; text-align: center; background: var(--card); border: 1px dashed var(--line); border-radius: var(--r-lg); }

/* microbar */
.microbar { display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--bg-4); border-bottom: 1px solid var(--line-2); padding: 7px 24px; font-size: 12px; color: var(--muted-2); flex-wrap: wrap; }
.microbar strong { color: #d8d0c4; font-weight: 600; }
.microbar__lang { margin-left: 18px; color: var(--dim); }
.microbar__lang:hover { color: var(--text-2); }

/* header */
.header { border-bottom: 1px solid rgba(255,255,255,.07); background: var(--bg-2); position: sticky; top: 0; z-index: 20; }
.header__inner { display: flex; align-items: center; gap: 22px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); flex-shrink: 0; }
.brand__mark { position: relative; width: 34px; height: 44px; display: inline-block; }
.brand__mark-back { position: absolute; inset: 0; border: 2px solid rgba(125,223,155,.5); border-radius: 6px; transform: rotate(-10deg) translate(-3px,1px); }
.brand__mark-front { position: absolute; inset: 0; background: var(--green); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-weight: 700; font-size: 20px; color: var(--deep); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-h); font-weight: 700; font-size: 20px; letter-spacing: .02em; }
.brand__name em { font-style: normal; color: var(--green); }
.brand__name small { color: var(--muted); font-weight: 500; font-size: 14px; }
.brand__tag { font-size: 10.5px; letter-spacing: .14em; color: var(--muted); text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 600; }
.nav a { color: var(--text-2); padding: 8px 12px; border-radius: 8px; white-space: nowrap; }
.nav a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.nav a.is-active { color: var(--text); background: rgba(255,255,255,.06); }
.nav-toggle { display: none; background: var(--input); border: 1px solid var(--line); color: var(--text); border-radius: 8px; font-size: 18px; padding: 4px 10px; margin-left: auto; }
.search { display: flex; align-items: center; gap: 10px; background: var(--input); border: 1px solid var(--line); border-radius: var(--r); padding: 6px 12px; width: 250px; color: var(--muted); font-size: 13px; margin-left: auto; }
.search input { flex: 1; min-width: 0; background: transparent; border: 0; color: var(--text); font-family: var(--font); font-size: 13.5px; outline: none; }
.search input::placeholder { color: var(--muted); }
.search__icon { width: 13px; height: 13px; border: 1.5px solid var(--muted); border-radius: 50%; position: relative; flex-shrink: 0; }
.search__icon::after { content: ''; position: absolute; width: 6px; height: 1.5px; background: var(--muted); bottom: -2px; right: -4px; transform: rotate(45deg); }
.search__kbd { border: 1px solid rgba(255,255,255,.12); border-radius: 5px; padding: 1px 6px; font-size: 11px; font-family: var(--font-h); }
.search--big { width: 100%; max-width: 560px; margin: 14px 0 0; padding: 6px 6px 6px 14px; }
.search--big input { font-size: 15px; }

/* faixa meta */
.metastrip { background: var(--bg-3); border-bottom: 1px solid var(--line-2); }
.metastrip__inner { display: flex; align-items: center; gap: 14px; padding-top: 10px; padding-bottom: 10px; overflow: hidden; }
.metastrip__label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: nowrap; }
.metastrip__list { display: flex; gap: 8px; flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.metastrip__deck { display: flex; align-items: center; gap: 8px; background: var(--card-2); border: 1px solid var(--line); border-radius: 9px; padding: 6px 12px 6px 6px; color: var(--text-3); font-size: 13px; font-weight: 600; white-space: nowrap; }
.metastrip__deck:hover { border-color: rgba(125,223,155,.5); color: var(--text); }
.metastrip__tier { width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-weight: 700; font-size: 12px; color: var(--deep); }
.metastrip__wr { color: var(--muted); font-weight: 500; font-size: 11.5px; }

/* hero */
.hero { display: grid; grid-template-columns: 1.55fr 1fr; gap: 20px; align-items: start; }
.hero__feature { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; color: var(--text); }
.hero__feature:hover { border-color: var(--line-3); color: var(--text); }
.hero__banner { position: relative; aspect-ratio: 16/6.8; background: radial-gradient(ellipse at center, #2b251e 0%, #1a1613 70%); display: flex; align-items: center; justify-content: center; padding: 20px; }
.hero__banner img { max-height: 100%; max-width: 70%; object-fit: contain; filter: drop-shadow(0 10px 30px rgba(0,0,0,.5)); }
.hero__body { padding: 20px 24px 22px; display: flex; flex-direction: column; gap: 10px; }
.hero__body p { color: var(--muted-2); font-size: 15px; line-height: 1.55; }
.meta-line { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); margin-top: 2px; flex-wrap: wrap; }
.meta-line__strong { font-weight: 600; color: var(--text-2); }
.hero__side { display: flex; flex-direction: column; gap: 20px; }
.countdown__grid { display: flex; gap: 10px; }
.countdown__cell { flex: 1; background: var(--bg); border-radius: var(--r); padding: 10px 0; text-align: center; display: flex; flex-direction: column; gap: 2px; }
.countdown__cell strong { font-family: var(--font-h); font-size: 26px; font-weight: 700; }
.countdown__cell span { font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.live { display: flex; align-items: center; gap: 6px; font-size: 10.5px; letter-spacing: .12em; color: var(--green); font-weight: 700; }
.live .pulse { width: 6px; height: 6px; }
.happening__list { display: flex; flex-direction: column; gap: 13px; }
.happening__item { display: flex; flex-direction: column; gap: 6px; color: var(--text); }
.happening__item:hover { color: var(--text); opacity: .85; }
.happening__row { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 13.5px; }
.happening__name { font-weight: 600; }

/* seções */
.section { margin-top: 44px; }
.section--tight { margin-top: 30px; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section__head > div { display: flex; flex-direction: column; gap: 4px; }
.page-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.page-head h1 { font-size: 30px; }
.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* notícias */
.post-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; color: var(--text); }
.post-card:hover { border-color: var(--line-3); color: var(--text); }
.post-card__img { position: relative; aspect-ratio: 16/8.5; background: repeating-linear-gradient(-45deg,#26211b 0 12px,#2b251e 12px 24px); overflow: hidden; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { display: flex; flex-direction: column; gap: 8px; padding: 16px 18px 18px; }
.post-card__body strong { font-family: var(--font-h); font-weight: 700; font-size: 16.5px; line-height: 1.3; }
.post-card__excerpt { color: var(--muted-2); font-size: 13.5px; line-height: 1.5; }
.post { max-width: 780px; margin: 0 auto; }
.post__cover { border-radius: var(--r-lg); margin-bottom: 24px; }
.post__body { font-size: 16px; line-height: 1.7; color: var(--text-3); }
.post__body img { border-radius: var(--r); margin: 16px 0; }
.post__body h2, .post__body h3 { margin: 28px 0 10px; }
.post__body p { margin: 0 0 16px; }
.prose { max-width: 780px; font-size: 15.5px; line-height: 1.7; color: var(--text-3); display: flex; flex-direction: column; gap: 14px; }
.pager { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }

/* cartas */
.cards-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cards-grid--small { grid-template-columns: repeat(4, 1fr); gap: 12px; }
.card-tile { display: flex; flex-direction: column; gap: 9px; color: var(--text); }
.card-tile:hover { color: var(--text); opacity: .85; }
.card-tile__img { aspect-ratio: 63/88; border-radius: 11px; border: 1px solid rgba(255,255,255,.09); background: repeating-linear-gradient(-45deg,#26211b 0 12px,#2b251e 12px 24px); overflow: hidden; display: block; }
.card-tile__img img { width: 100%; height: 100%; object-fit: cover; }
.card-tile__body { display: flex; flex-direction: column; gap: 3px; }
.card-tile__body strong { font-size: 13.5px; font-weight: 600; display: flex; align-items: center; }
.card-tile__meta { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--muted); letter-spacing: .02em; }
.exp-tile { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; color: var(--text); }
.exp-tile:hover { border-color: var(--line-3); color: var(--text); }
.exp-tile__logo { aspect-ratio: 16/8; display: flex; align-items: center; justify-content: center; padding: 18px; background: radial-gradient(ellipse at center, #2b251e 0%, #1a1613 75%); }
.exp-tile__logo img { max-height: 100%; max-width: 80%; object-fit: contain; }
.exp-tile__body { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px 16px; }
.exp-tile__body strong { font-family: var(--font-h); font-size: 15.5px; }
.exp-head { display: flex; align-items: center; gap: 24px; margin-bottom: 22px; }
.exp-head__logo { width: 220px; flex-shrink: 0; background: radial-gradient(ellipse at center, #2b251e 0%, #1a1613 75%); border: 1px solid var(--line); border-radius: 14px; padding: 18px; display: flex; align-items: center; justify-content: center; }
.exp-head__logo img { max-height: 90px; object-fit: contain; }
.exp-head__text { display: flex; flex-direction: column; gap: 6px; }
.filters { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.filters__group { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.filters__label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; width: 78px; }
.filters .chip { padding: 5px 11px; font-size: 12.5px; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 18px; display: flex; gap: 6px; flex-wrap: wrap; }
.card-page { display: grid; grid-template-columns: 367px 1fr; gap: 34px; align-items: start; }
.card-page__image img { border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.5); }
.card-page__nav { display: flex; justify-content: space-between; gap: 8px; margin-top: 14px; }
.card-page__info { display: flex; flex-direction: column; gap: 16px; }
.card-page__info h1 { font-size: 32px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; }
.facts > div { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 12px 14px; }
.facts dt { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
.facts dd { margin: 0; font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 4px; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--card); border: 1px solid rgba(125,223,155,.3); border-radius: var(--r-lg); padding: 18px 20px; flex-wrap: wrap; }

/* eventos */
.events { display: flex; flex-direction: column; gap: 12px; }
.event { display: flex; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; align-items: center; }
.event__img { width: 120px; border-radius: 8px; flex-shrink: 0; }
.event__body { flex: 1; display: flex; flex-direction: column; gap: 8px; min-width: 0; }

/* rastreador */
.tracker { background: var(--card); border: 1px solid rgba(125,223,155,.3); border-radius: 18px; padding: 30px 34px; display: flex; align-items: center; gap: 30px; }
.tracker__text { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tracker__text h2 { font-size: 22px; }
.tracker__text p { color: var(--muted-2); font-size: 14.5px; line-height: 1.55; max-width: 560px; }
.tracker__stats { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; gap: 2px; text-align: right; }
.stat strong { font-family: var(--font-h); font-size: 22px; font-weight: 700; color: var(--green); }
.stat span { font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

/* footer */
.footer { margin-top: 52px; border-top: 1px solid rgba(255,255,255,.07); background: var(--bg-3); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-top: 36px; padding-bottom: 28px; }
.footer__about { display: flex; flex-direction: column; gap: 12px; }
.footer__about p { color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.footer__sync { color: var(--dim); font-size: 12px; }
.brand__name--footer { font-size: 18px; }
.footer__col { display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; }
.footer__col strong { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.footer__col a { color: var(--text-2); }
.footer__col a:hover { color: var(--text); }
.footer__bottom { border-top: 1px solid var(--line-2); }
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 16px; padding-top: 14px; padding-bottom: 14px; font-size: 12px; color: var(--dim); flex-wrap: wrap; }

/* responsivo */
@media (max-width: 1100px) {
  .cards-grid { grid-template-columns: repeat(4, 1fr); }
  .grid--4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .header__inner { flex-wrap: wrap; gap: 10px; }
  .nav-toggle { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; order: 5; }
  .nav.is-open { display: flex; }
  .search { order: 4; width: 100%; margin-left: 0; }
  .header__cta { order: 3; }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .cards-grid--small { grid-template-columns: repeat(3, 1fr); }
  .card-page { grid-template-columns: 1fr; }
  .card-page__image { max-width: 367px; margin: 0 auto; }
  .tracker { flex-direction: column; align-items: flex-start; padding: 24px; }
  .stat { text-align: left; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .exp-head { flex-direction: column; align-items: flex-start; }
  .exp-head__logo { width: 100%; max-width: 260px; }
  .metastrip__inner { gap: 10px; }
}
@media (max-width: 560px) {
  .container { padding: 0 16px; }
  h1, .page-head h1 { font-size: 24px; } h2 { font-size: 20px; }
  .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid--small { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; }
  .countdown__cell strong { font-size: 22px; }
  .facts { grid-template-columns: 1fr; }
  .filters__label { width: 100%; }
  .microbar { font-size: 11px; }
  .brand__tag { display: none; }
}

/* ── Wiki: ficha da carta ─────────────────────────────────────────────── */
.energy { width: 20px; height: 20px; display: inline-block; vertical-align: middle; border-radius: 50%; }
.energy--inline { width: 16px; height: 16px; margin: 0 1px; vertical-align: -3px; }
.energy--txt { font-size: 12px; font-weight: 700; }
.ex-badge { font-style: italic; font-weight: 800; letter-spacing: -.02em; }
.chip--static { cursor: default; }
.wiki-head { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wiki-hp { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-h); font-size: 18px; }
.wiki-block { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 16px; }
.attack { display: flex; flex-direction: column; gap: 6px; padding: 12px 0; border-top: 1px solid var(--line-2); }
.attack:first-child { border-top: 0; }
.attack__head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.attack__cost { display: inline-flex; gap: 2px; }
.attack__name { font-weight: 700; font-family: var(--font-h); font-size: 17px; flex: 1; }
.attack__dmg { font-family: var(--font-h); font-weight: 700; font-size: 20px; }
.attack__text { color: var(--text-2); font-size: 14px; line-height: 1.5; }
.ability-tag { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 700; }
.wiki-wr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wiki-wr > div { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-weight: 600; }
.wiki-wr .lbl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-right: auto; }
.flavor { font-style: italic; color: var(--muted-2); border-left: 3px solid var(--line-3); padding-left: 12px; font-size: 14px; }
.pull-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; }
.pull-list > div { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 10px 12px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.pull-list strong { font-family: var(--font-h); color: var(--green); }
.evo-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.evo-line .card-tile { width: 130px; }
.evo-line .card-tile--current { outline: 2px solid var(--green); border-radius: var(--r); }
.evo-line__arrow { color: var(--muted); font-size: 22px; }
@media (max-width: 640px) { .wiki-wr { grid-template-columns: 1fr; } .wiki-hp { margin-left: 0; } }

/* ── Missões secretas / colecionáveis (F3) ───────────────────────────── */
.mgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.mcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px; display: flex; flex-direction: column; gap: 8px; color: var(--text); }
.mcard:hover { border-color: var(--line-3); color: var(--text); }
.mcard img { max-height: 54px; width: auto; align-self: flex-start; }
.mission { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; gap: 14px; scroll-margin-top: 90px; }
.mission__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mission__num { font-family: var(--font-h); font-weight: 700; color: var(--green); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.mission__groups { display: flex; flex-wrap: wrap; gap: 14px 10px; }
.mgroup { display: flex; gap: 6px; align-items: flex-start; padding: 12px 8px 8px; border: 1px dashed var(--line-3); border-radius: var(--r); position: relative; }
.mgroup--single { border-style: solid; border-color: var(--line); }
.mgroup .card-tile { width: 96px; }
.mgroup .card-tile__body strong { font-size: 11.5px; }
.mgroup .card-tile__meta { font-size: 10.5px; }
.mgroup__lbl { position: absolute; top: -9px; left: 8px; background: var(--card); padding: 0 6px; font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.mgroup__amt { position: absolute; top: -10px; right: 8px; background: var(--amber); color: var(--deep); border-radius: 99px; padding: 0 7px; font-size: 11px; font-weight: 700; }
.rewards { display: flex; flex-wrap: wrap; gap: 8px; }
.reward { display: inline-flex; align-items: center; gap: 6px; background: var(--card-2); border: 1px solid var(--line); border-radius: 99px; padding: 4px 12px 4px 4px; font-size: 12.5px; }
.reward img { width: 28px; height: 28px; object-fit: contain; }
.reward--emblem { border-color: var(--amber); }
.reward--emblem img { width: 40px; height: 40px; }
.mission-links { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.cgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; }
.cgrid--wide { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.citem { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 8px; display: flex; flex-direction: column; gap: 6px; align-items: center; text-align: center; font-size: 12px; color: var(--text-2); }
.citem img { width: 100%; max-height: 120px; object-fit: contain; }
.cgrid--wide .citem img { max-height: 160px; }
@media (max-width: 640px) { .mgroup .card-tile { width: 80px; } }

/* ── Decks do meta (F4) ───────────────────────────────────────────────── */
.tier-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; font-family: var(--font-h); font-weight: 700; color: var(--deep); vertical-align: middle; }
.tier-badge--big { width: 56px; height: 56px; font-size: 26px; border-radius: 14px; }
.deckrows { display: flex; flex-direction: column; gap: 8px; }
.deckrow { display: grid; grid-template-columns: 44px 92px 1fr 150px 150px 90px; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 10px 16px; color: var(--text); }
.deckrow:hover { border-color: var(--line-3); color: var(--text); }
.deckrow__rank { font-family: var(--font-h); font-weight: 700; color: var(--muted); }
.deckrow__icons { display: inline-flex; gap: 2px; }
.deckrow__icons img { width: 40px; height: 40px; object-fit: contain; }
.deck-head__icons img { width: 56px; height: 56px; }
.deckrow__name { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 15px; }
.deckrow__stat { display: flex; flex-direction: column; gap: 3px; font-size: 13px; }
.deckrow__stat .lbl { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.deckrow__stat .bar { display: block; height: 4px; background: var(--input); border-radius: 99px; overflow: hidden; }
.deckrow__stat .bar > span { display: block; height: 100%; border-radius: 99px; }
.deckrow__count { text-align: right; }
.trend { font-size: 11px; font-weight: 700; padding: 1px 7px; border-radius: 99px; }
.trend--up { background: rgba(125,223,155,.18); color: var(--green); }
.trend--down { background: rgba(255,122,79,.18); color: #ff7a4f; }
.trend--new { background: rgba(79,168,255,.18); color: var(--blue); }
.deck-head { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.facts--4 { grid-template-columns: repeat(4, 1fr); margin-bottom: 22px; }
.deck-cards { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.deck-card { position: relative; }
.card-count { position: absolute; top: 8px; left: 8px; z-index: 2; background: var(--deep); color: var(--text); border: 1px solid var(--line-3); border-radius: 99px; padding: 2px 9px; font-family: var(--font-h); font-weight: 700; font-size: 13px; }
.deck-links { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
@media (max-width: 900px) { .deckrow { grid-template-columns: 36px 1fr; row-gap: 6px; } .deckrow__icons { grid-column: 2; } .deckrow__name { grid-column: 1 / -1; } .deckrow__stat, .deckrow__count { grid-column: 1 / -1; text-align: left; } .facts--4 { grid-template-columns: 1fr 1fr; } }

/* ══════════════════════════════════════════════════════════════════════
   Refinamentos (2026-08-27): cabeçalho, herói configurável, countdown com
   imagem, promo do app, índice de cartas, wiki (lightbox), decks, missões,
   colecionáveis, responsividade
   ══════════════════════════════════════════════════════════════════════ */
body { overflow-x: hidden; }
.container { min-width: 0; }

/* cabeçalho: cabe em PT (7 itens) sem empurrar o botão para fora */
.header__inner { gap: 14px; }
.nav { flex: 1 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a { padding: 8px 10px; font-size: 13.5px; }
.search { width: 200px; flex-shrink: 0; }
.header__cta { flex-shrink: 0; }
@media (max-width: 1300px) {
  .brand__tag { display: none; }
  .search { width: 160px; }
  .nav a { padding: 8px 8px; font-size: 13px; }
  .header__cta { padding: 9px 12px; font-size: 13px; }
}
@media (max-width: 1100px) {
  .header__inner { flex-wrap: wrap; gap: 10px; }
  .nav-toggle { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: stretch; order: 5; overflow: visible; }
  .nav.is-open { display: flex; }
  .nav a { font-size: 14px; padding: 10px 12px; }
  .search { order: 4; width: 100%; margin-left: 0; }
  .header__cta { order: 3; }
}

/* herói configurável (banner com imagem) */
.hero__banner--img { padding: 0; }
.hero__banner--img img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; filter: none; }

/* countdown com a imagem da expansão */
.countdown--art { padding: 0; overflow: hidden; position: relative; isolation: isolate; gap: 0; }
.countdown--art::before { content: ''; position: absolute; inset: -30px; background: var(--cd-img) center/cover no-repeat; filter: blur(22px) brightness(.32) saturate(1.3); z-index: -1; }
.countdown__art { aspect-ratio: 16/7; display: flex; align-items: center; justify-content: center; padding: 16px 18px 4px; }
.countdown__art img { max-height: 100%; max-width: 100%; object-fit: contain; filter: drop-shadow(0 16px 30px rgba(0,0,0,.65)); animation: cdFloat 6s ease-in-out infinite; }
@keyframes cdFloat { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-5px) } }
.countdown--art .countdown__body { padding: 12px 18px 18px; display: flex; flex-direction: column; gap: 12px; }
.countdown--art .countdown__cell { background: rgba(0,0,0,.42); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.08); }
.countdown--art .countdown__cell strong { font-size: 28px; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.countdown--art .kicker--amber { color: #ffd36b; }

/* card de propaganda do app (sidebar da home) */
.promo { padding: 0; overflow: hidden; gap: 0; color: var(--text); border-color: rgba(125,223,155,.35); }
.promo:hover { border-color: var(--green); color: var(--text); }
.promo__img { display: block; background: var(--bg); }
.promo__img img { width: 100%; display: block; }
.promo__body { padding: 14px 18px 18px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.promo__body strong { font-family: var(--font-h); font-size: 16px; }

/* índice de expansões: logos um pouco maiores; promos por último e menores */
.exp-tile__logo { aspect-ratio: 16/7; padding: 14px; }
.exp-tile__logo img { max-width: 88%; max-height: 96%; }
.exp-grid--promo .exp-tile__logo { aspect-ratio: 16/6; }
.exp-grid--promo .exp-tile__logo img { max-width: 60%; }

/* página da carta: linha evolutiva e lightbox */
.evo-line { align-items: flex-start; }
.evo-line .card-tile, .evo-line .card-tile--current .card-tile { width: 120px; flex: 0 0 auto; }
.evo-line .card-tile--current { display: inline-block; flex: 0 0 auto; padding: 4px; }
.card-page__image a { display: block; cursor: zoom-in; }
.card-page__hint { text-align: center; font-size: 12px; color: var(--muted); margin-top: 8px; }
.lightbox { position: fixed; inset: 0; background: rgba(10,8,6,.93); z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox__img { max-width: min(92vw, 560px); max-height: 84vh; width: auto; height: auto; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.8); }
.lightbox__bar { position: absolute; top: 14px; right: 14px; display: flex; gap: 8px; }
.lightbox__btn { background: var(--card-2); border: 1px solid var(--line-3); color: var(--text); border-radius: 99px; padding: 8px 14px; font-weight: 700; font-size: 13px; cursor: pointer; font-family: var(--font); }
.lightbox__btn.is-active { background: var(--green); color: var(--deep); border-color: transparent; }
.lightbox__name { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; color: var(--text-2); font-family: var(--font-h); font-weight: 700; font-size: 15px; }

/* decks do meta — grade com a arte das cartas-chave */
.deck-art { position: relative; width: 72px; height: 72px; border-radius: 16px; overflow: hidden; background: var(--bg); border: 1px solid var(--line-3); flex-shrink: 0; }
.deck-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; transform: scale(1.75); transform-origin: 50% 27%; display: block; }
.deck-arts { display: flex; }
.deck-arts .deck-art + .deck-art { margin-left: -18px; box-shadow: -6px 0 14px rgba(0,0,0,.45); }
.deck-art--sm { width: 26px; height: 26px; border-radius: 8px; border-width: 1px; }
.deck-art--lg { width: 96px; height: 96px; border-radius: 22px; }
.metastrip__deck .deck-art--sm { margin-right: 2px; }
.deck-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.deckcard { display: flex; gap: 14px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 14px; color: var(--text); position: relative; }
.deckcard:hover { border-color: var(--line-3); color: var(--text); transform: translateY(-1px); }
.deckcard__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; flex: 1; }
.deckcard__top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.deckcard__top strong { font-family: var(--font-h); font-size: 15.5px; line-height: 1.2; }
.deckcard__rank { font-family: var(--font-h); font-weight: 700; color: var(--muted); font-size: 12px; }
.deckcard__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.deckcard__stat { display: flex; flex-direction: column; gap: 3px; font-size: 13px; }
.deckcard__stat .lbl { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.deckcard__stat .bar { display: block; height: 4px; background: var(--input); border-radius: 99px; overflow: hidden; }
.deckcard__stat .bar > span { display: block; height: 100%; border-radius: 99px; }
.deckcard__foot { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.tier-section { margin-top: 26px; }
.tier-section__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.tier-section__head h2 { font-size: 18px; }
.tier-section__head .muted { font-size: 13px; }
.deck-head__arts { display: flex; }
@media (max-width: 1100px) { .deck-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .deck-grid { grid-template-columns: 1fr; } .deck-art { width: 60px; height: 60px; } }

/* missões secretas */
.mgrid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.mcard { padding: 0; overflow: hidden; gap: 0; }
.mcard__logo { aspect-ratio: 16/7; display: flex; align-items: center; justify-content: center; padding: 16px; background: radial-gradient(ellipse at center, #2b251e 0%, #1a1613 75%); }
.mcard__logo img { max-height: 100%; max-width: 80%; object-fit: contain; }
.mcard__body { padding: 12px 16px 14px; display: flex; flex-direction: column; gap: 3px; }
.mcard__body strong { font-family: var(--font-h); font-size: 15.5px; }
.mission { padding: 16px; gap: 12px; }
.mgroup { padding: 12px 6px 6px; gap: 4px; }
.mgroup .card-tile { width: 84px; }
.mgroup .card-tile__body { gap: 0; }
.mgroup .card-tile__body strong { font-size: 11px; line-height: 1.15; }
.mgroup .card-tile__meta { display: none; }
.missions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
@media (max-width: 1000px) { .missions-grid { grid-template-columns: 1fr; } }

/* colecionáveis */
.citem { padding: 6px; font-size: 11.5px; gap: 4px; }
.citem span { line-height: 1.25; }
.cgrid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
.cgrid--wide { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

/* posts: tabelas largas rolam dentro do artigo */
.post__body { overflow-x: auto; }
.post__body table { max-width: 100%; }
.facts--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .facts--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .facts--4 { grid-template-columns: 1fr 1fr; } .wiki-hp { font-size: 16px; } .attack__name { font-size: 15px; } .countdown--art .countdown__cell strong { font-size: 22px; } }

/* ── menu "Mais ▾" (itens que não cabem), popover da carta, setas do lightbox, missões maiores ── */
.nav { overflow: hidden; flex-wrap: nowrap; }
.nav__more { position: relative; flex-shrink: 0; }
.nav__more-btn { background: transparent; border: 0; color: var(--text-2); font: inherit; font-weight: 600; padding: 8px 10px; border-radius: 8px; cursor: pointer; white-space: nowrap; }
.nav__more-btn:hover, .nav__more-btn.is-active { color: var(--text); background: rgba(255,255,255,.06); }
.nav__more-menu { display: none; position: absolute; top: calc(100% + 6px); right: 0; min-width: 210px; background: var(--card); border: 1px solid var(--line-3); border-radius: 12px; padding: 6px; flex-direction: column; gap: 2px; box-shadow: 0 18px 50px rgba(0,0,0,.5); z-index: 30; }
.nav__more.is-open .nav__more-menu { display: flex; }
.nav__more-menu a { display: block; }
@media (max-width: 1500px) { .brand__tag { display: none; } .search { width: 170px; } }
@media (max-width: 1100px) { .nav { overflow: visible; flex-wrap: wrap; } .nav__more { display: none !important; } }

.cardpop { position: fixed; z-index: 90; width: 440px; max-width: calc(100vw - 16px); display: none; gap: 14px; background: #14110e; border: 1px solid rgba(227,179,65,.55); border-radius: 14px; padding: 12px; box-shadow: 0 24px 70px rgba(0,0,0,.7); pointer-events: auto; font-size: 13px; line-height: 1.4; }
.cardpop.is-open { display: flex; }
.cardpop__img { width: 138px; flex-shrink: 0; }
.cardpop__img img { width: 100%; border-radius: 8px; display: block; }
.cardpop__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.cardpop__head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cardpop__head strong { font-family: var(--font-h); font-size: 16px; color: var(--amber); }
.cardpop__rar { font-size: 12px; letter-spacing: .05em; }
.cardpop__hp { margin-left: auto; font-family: var(--font-h); font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 4px; }
.cardpop__stage { color: var(--text-2); font-weight: 600; font-size: 12.5px; }
.cardpop__atk { border-top: 1px solid var(--line-2); padding-top: 6px; }
.cardpop__row { display: flex; align-items: center; gap: 8px; }
.cardpop__row b { font-family: var(--font-h); font-size: 14px; }
.cardpop__cost { display: inline-flex; gap: 1px; }
.cardpop__dmg { margin-left: auto; font-family: var(--font-h); font-weight: 700; font-size: 15px; }
.cardpop p { color: var(--text-2); font-size: 12.5px; margin-top: 3px; }
.cardpop__foot { display: flex; gap: 16px; border-top: 1px solid var(--line-2); padding-top: 6px; font-size: 12.5px; }
.cardpop__foot b { font-weight: 600; color: var(--muted-2); }
.cardpop__meta { color: var(--muted); font-size: 11.5px; }
.cardpop__loading { color: var(--muted); padding: 20px; }

.lightbox__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-3); background: rgba(31,27,22,.85); color: var(--text); font-size: 34px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lightbox__arrow:hover { background: var(--green); color: var(--deep); border-color: transparent; }
.lightbox__arrow--prev { left: 18px; } .lightbox__arrow--next { right: 18px; }
@media (max-width: 640px) { .lightbox__arrow { width: 40px; height: 40px; font-size: 26px; } .lightbox__arrow--prev { left: 6px; } .lightbox__arrow--next { right: 6px; } }

.mgroup .card-tile { width: 118px; }
.mgroup .card-tile__body strong { font-size: 12px; }
.mgroup { padding: 14px 8px 8px; gap: 6px; }
@media (max-width: 1280px) { .missions-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .mgroup .card-tile { width: 96px; } }

/* ── lightbox v2: seletor claro Carta / Arte completa, botões na página, setas ── */
.card-page__actions { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.card-page__actions .btn { flex: 1; }
.card-page__actions .btn:disabled { opacity: .45; cursor: not-allowed; }
.card-page__hint { margin-top: 8px; }
.lightbox { flex-direction: column; gap: 14px; padding: 18px; }
.lightbox__stage { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; width: 100%; }
.lightbox__img { max-height: calc(100vh - 150px); }
.lightbox__close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-3); background: rgba(31,27,22,.85); color: var(--text); font-size: 18px; cursor: pointer; z-index: 2; }
.lightbox__close:hover { background: var(--green); color: var(--deep); }
.lightbox__foot { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.lightbox__name { position: static; font-size: 16px; }
.lightbox__seg { display: inline-flex; background: var(--card-2); border: 1px solid var(--line-3); border-radius: 99px; padding: 4px; gap: 4px; }
.lightbox__seg-btn { background: transparent; border: 0; color: var(--text-2); font: inherit; font-weight: 700; font-size: 14px; padding: 9px 18px; border-radius: 99px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.lightbox__seg-btn.is-active { background: var(--green); color: var(--deep); }
.lightbox__seg-btn:disabled { opacity: .4; cursor: not-allowed; }
.lightbox__nofull { font-size: 12px; color: var(--muted); }
@media (max-width: 640px) { .lightbox__img { max-height: calc(100vh - 170px); } .lightbox__seg-btn { padding: 8px 12px; font-size: 13px; } }

/* ── menu: sem "Mais" — todos os itens sempre visíveis ── */
.nav { overflow: visible; flex: 0 1 auto; }
.nav__more { display: none !important; }
.nav a { padding: 8px 9px; font-size: 13.5px; }
.header__inner { gap: 12px; }
.search { width: 190px; }
.header__cta { padding: 9px 14px; }
@media (max-width: 1500px) { .search { width: 160px; } }
@media (max-width: 1300px) { .nav a { padding: 8px 7px; font-size: 13px; } .search { width: 140px; } .header__cta { padding: 9px 12px; font-size: 13px; } }
@media (max-width: 1100px) { .nav a { padding: 10px 12px; font-size: 14px; } .search { width: 100%; } }

/* ── popover: logo abaixo da carta, na largura da fileira, com seta ── */
.cardpop { position: absolute; width: auto; max-width: none; gap: 18px; padding: 16px 18px; border-radius: 14px; border-color: rgba(227,179,65,.7); font-size: 14px; }
.cardpop__arrow { position: absolute; top: -9px; width: 16px; height: 16px; background: #14110e; border-left: 1px solid rgba(227,179,65,.7); border-top: 1px solid rgba(227,179,65,.7); transform: rotate(45deg); }
.cardpop__img { width: 180px; }
.cardpop__head strong { font-size: 19px; }
.cardpop__stage { font-size: 14px; }
.cardpop__row b { font-size: 16px; }
.cardpop p { font-size: 14px; }
.cardpop__foot { font-size: 14px; gap: 22px; }
.cardpop__meta { font-size: 12.5px; }
@media (max-width: 640px) { .cardpop__img { width: 120px; } }

/* ── Carta em destaque (home) ── */
.featured { display: grid; grid-template-columns: 260px 1fr; gap: 26px; align-items: start; background: var(--card); border: 1px solid rgba(227,179,65,.35); border-radius: var(--r-lg); padding: 20px; }
.featured__img { display: block; }
.featured__img img { border-radius: 12px; box-shadow: 0 16px 40px rgba(0,0,0,.5); transition: transform .2s; }
.featured__img:hover img { transform: translateY(-3px) scale(1.01); }
.featured__body { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.featured__name { font-size: 26px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.featured__rar { font-size: 16px; letter-spacing: .05em; }
.featured__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.featured__moves { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 16px; }
.featured__actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 760px) { .featured { grid-template-columns: 1fr; } .featured__img { max-width: 260px; margin: 0 auto; } }

/* ── popover: aparece com fade, sem "pulo" ── */
.cardpop { display: flex; visibility: hidden; opacity: 0; transform: translateY(-4px); transition: opacity .14s ease, transform .14s ease, visibility 0s linear .14s; }
.cardpop.is-open { visibility: visible; opacity: 1; transform: none; transition: opacity .14s ease, transform .14s ease, visibility 0s; }

/* ── popover: volta ao tamanho compacto (440px) ── */
.cardpop { width: 440px; gap: 14px; padding: 12px; font-size: 13px; line-height: 1.4; }
.cardpop__img { width: 138px; }
.cardpop__head strong { font-size: 16px; }
.cardpop__stage { font-size: 12.5px; }
.cardpop__row b { font-size: 14px; }
.cardpop p { font-size: 12.5px; }
.cardpop__foot { font-size: 12.5px; gap: 16px; }
.cardpop__meta { font-size: 11.5px; }
@media (max-width: 640px) { .cardpop__img { width: 110px; } }

/* ── Destaques da home em 2 metades ── */
.spots { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.spot { display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: start; background: var(--card); border: 1px solid rgba(227,179,65,.35); border-radius: var(--r-lg); padding: 16px; min-width: 0; }
.spot--deck { border-color: rgba(125,223,155,.35); }
.spot__img { display: block; }
.spot__img img { border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.5); transition: transform .2s; }
.spot__img:hover img { transform: translateY(-3px); }
.spot__arts { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.deck-art--xl { width: 130px; height: 130px; border-radius: 22px; }
.spot__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.spot__title { font-size: 20px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; line-height: 1.2; }
.spot__chips { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.spot__chips .chip { padding: 5px 10px; font-size: 12px; }
.spot__moves { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 2px 12px; }
.spot__moves .attack { padding: 8px 0; gap: 4px; }
.spot__moves .attack__name { font-size: 15px; }
.spot__moves .attack__text { font-size: 13px; }
.spot__actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.spot__actions .btn { padding: 8px 12px; font-size: 13px; }
.spot .deckcard__stats { width: 100%; }
@media (max-width: 1000px) { .spots { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .spot { grid-template-columns: 1fr; } .spot__img { max-width: 180px; } .spot__arts { flex-direction: row; } }

/* ── Torneios ── */
.tlist { display: flex; flex-direction: column; gap: 10px; }
.trow { display: grid; grid-template-columns: 150px 1fr 260px; gap: 16px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 12px 16px; color: var(--text); }
.trow:hover { border-color: var(--line-3); color: var(--text); }
.trow--static:hover { border-color: var(--line); }
.trow__date { display: flex; flex-direction: column; gap: 2px; font-size: 13.5px; }
.trow__main { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.trow__main strong { font-family: var(--font-h); font-size: 15.5px; line-height: 1.25; }
.trow__winner { display: flex; align-items: center; gap: 10px; font-size: 13px; line-height: 1.3; }
.deck-art--sm2 { width: 46px; height: 46px; border-radius: 12px; }
.place-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 30px; padding: 0 8px; border-radius: 9px; font-family: var(--font-h); font-weight: 700; font-size: 14px; background: var(--input); color: var(--text-2); border: 1px solid var(--line); }
.place-badge--1 { background: #f2c94c; color: #2a2000; border-color: transparent; }
.place-badge--2 { background: #c9ced6; color: #22262b; border-color: transparent; }
.place-badge--3 { background: #d9955a; color: #2b1607; border-color: transparent; }
.deckcard--place { position: relative; padding-top: 18px; }
.deckcard--place .place-badge { position: absolute; top: -12px; left: 14px; }
.dl-details { margin-top: 6px; }
.dl-details summary { cursor: pointer; list-style: none; }
.dl-details summary::-webkit-details-marker { display: none; }
.dl-details[open] summary { margin-bottom: 8px; }
.decklist { display: flex; flex-direction: column; gap: 8px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 12px; }
.decklist__sec { margin-top: 4px; }
.deck-cards--sm { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; }
.deck-cards--sm .card-tile__body strong { font-size: 11px; }
.deck-cards--sm .card-tile__meta { display: none; }
.deck-cards--sm .card-count { top: 4px; left: 4px; padding: 1px 6px; font-size: 11px; }
.tbl-wrap { overflow-x: auto; }
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl th { text-align: left; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: 8px 10px; border-bottom: 1px solid var(--line-3); }
.tbl td { padding: 9px 10px; border-bottom: 1px solid var(--line-2); }
.tbl__pos { font-family: var(--font-h); font-weight: 700; color: var(--muted); width: 44px; }
.tour-widget { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tour-widget .trow { grid-template-columns: 1fr; gap: 8px; padding: 12px 14px; }
.tour-widget .trow__winner { padding-top: 6px; border-top: 1px solid var(--line-2); }
.br-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; align-items: center; }
@media (max-width: 1000px) { .tour-widget { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .trow { grid-template-columns: 1fr; gap: 8px; } .trow__date { flex-direction: row; gap: 8px; } }
@media (max-width: 560px) { .tour-widget { grid-template-columns: 1fr; } }

/* ── busca abaixo do menu (2ª linha do cabeçalho) → todos os itens cabem na 1ª linha ── */
.header__inner { flex-wrap: wrap; row-gap: 6px; padding-top: 10px; padding-bottom: 10px; }
.nav { flex: 1 1 auto; overflow: visible; }
.nav a { padding: 8px 11px; font-size: 14px; }
.search { order: 10; width: 100%; max-width: none; margin-left: 0; padding: 4px 12px; border-radius: 9px; }
.search input { font-size: 13.5px; }
.header__cta { margin-left: auto; }
@media (max-width: 1300px) { .nav a { padding: 8px 9px; font-size: 13.5px; } .search { width: 100%; } .header__cta { padding: 9px 14px; font-size: 13.5px; } }
@media (max-width: 1100px) { .header__inner { row-gap: 10px; } .nav a { padding: 10px 12px; } .header__cta { margin-left: 0; } }

/* ── barra de ferramentas do cabeçalho: busca compacta + atalhos ── */
.header__inner { row-gap: 0; padding-bottom: 8px; }
.header__cta { margin-left: auto; }
.header__tools { order: 10; width: 100%; display: flex; align-items: center; gap: 14px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line-2); }
.search { order: 0; width: 100%; max-width: 440px; margin: 0; padding: 5px 12px; border-radius: 9px; }
.search input { font-size: 13.5px; }
.header__quick { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-left: auto; font-size: 12.5px; font-weight: 600; }
.header__quick-label { color: var(--dim); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; margin-right: 4px; font-weight: 600; }
.header__quick a { color: var(--text-2); padding: 5px 11px; border-radius: 99px; border: 1px solid var(--line); background: var(--card-2); white-space: nowrap; }
.header__quick a:hover { color: var(--text); border-color: var(--line-3); }
.header__quick a .muted { font-weight: 500; }
@media (max-width: 1300px) { .header__quick { font-size: 12px; } .header__quick a { padding: 4px 9px; } }
@media (max-width: 1100px) { .header__tools { order: 4; margin-top: 4px; padding-top: 0; border-top: 0; } .header__quick { display: none; } .search { max-width: none; } .header__cta { margin-left: 0; } }

/* ── Pokémon Champions ── */
.header__quick-tag { color: var(--deep) !important; background: var(--amber) !important; border-color: transparent !important; font-weight: 700; }
.header__quick-tag:hover { filter: brightness(1.08); }
.header__quick-new { font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; background: var(--deep); color: var(--amber); border-radius: 99px; padding: 1px 6px; margin-left: 4px; }
.mon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; position: relative; flex-shrink: 0; }
.mon img { width: 100%; height: 100%; object-fit: contain; image-rendering: auto; filter: drop-shadow(0 3px 6px rgba(0,0,0,.5)); }
.mon--lg { width: 64px; height: 64px; }
.mon__mega { position: absolute; right: -2px; bottom: -2px; background: var(--amber); color: var(--deep); font-family: var(--font-h); font-weight: 700; font-size: 10px; border-radius: 6px; padding: 0 4px; line-height: 1.4; }
.team-row { display: inline-flex; gap: 2px; flex-wrap: wrap; }
.team-sets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 8px; }
.mon-card { display: flex; gap: 10px; align-items: flex-start; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 10px; }
.mon-card__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.mon-card__name { font-family: var(--font-h); font-weight: 700; font-size: 15px; }
.mon-card__moves { display: flex; flex-wrap: wrap; gap: 4px; }
.mon-card__moves .chip { padding: 3px 8px; font-size: 11.5px; }
.teams-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.teamcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; position: relative; }
.teamcard--place { padding-top: 22px; }
.teamcard--place .place-badge { position: absolute; top: -12px; left: 14px; }
.teamcard__meta { display: flex; flex-direction: column; gap: 3px; font-size: 13.5px; }
.tbl--usage .mon-link { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.tbl--usage .mon-link strong { font-family: var(--font-h); font-size: 15px; }
.tier-badge--xs { width: 20px; height: 20px; font-size: 11px; border-radius: 6px; }
.tbl__bar { min-width: 160px; }
.tbl__bar .bar { display: block; height: 5px; margin-top: 4px; background: var(--input); border-radius: 99px; overflow: hidden; }
.tbl__bar .bar > span { display: block; height: 100%; border-radius: 99px; }
.stat-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 8px; }
.stat-col { padding: 4px 14px 12px; }
.stat-col--wide { grid-column: span 3; }
.stat-line { display: grid; grid-template-columns: 1fr 120px 44px; align-items: center; gap: 10px; font-size: 13.5px; padding: 4px 0; }
.stat-line .bar { display: block; height: 5px; background: var(--input); border-radius: 99px; overflow: hidden; }
.stat-line .bar > span { display: block; height: 100%; background: var(--amber); border-radius: 99px; }
.stat-line strong { text-align: right; }
.mates { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.mate { display: flex; align-items: center; gap: 8px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 10px; color: var(--text); font-size: 13px; }
.mate:hover { border-color: var(--line-3); color: var(--text); }
.trow__winner--team { flex-direction: column; align-items: flex-start; gap: 4px; }
@media (max-width: 1000px) { .teams-grid { grid-template-columns: 1fr; } .stat-cols { grid-template-columns: 1fr 1fr; } .stat-col--wide { grid-column: span 2; } .mates { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .stat-cols { grid-template-columns: 1fr; } .stat-col--wide { grid-column: span 1; } .mates { grid-template-columns: repeat(2, 1fr); } .team-sets { grid-template-columns: 1fr; } .mon { width: 36px; height: 36px; } }

/* ── Champions v2: artes grandes, tiles de time, ficha do Pokémon (tipos/stats/fraquezas/builds) ── */
.champ-stats { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: -4px 0 18px; }
.champ-stats > div { display: flex; align-items: baseline; gap: 7px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 14px; font-size: 13px; color: var(--muted-2); }
.champ-stats strong { font-family: var(--font-h); font-size: 20px; color: var(--text); line-height: 1; }
.champ-stats__note { margin-left: 4px; }
.chips--tabs .chip { padding: 8px 16px; font-size: 13.5px; }
.type-chips { display: inline-flex; gap: 4px; flex-wrap: wrap; align-items: center; }
.type { display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: .02em; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.4); line-height: 1.5; white-space: nowrap; }
.type--lg { font-size: 12.5px; padding: 4px 12px; }
.type__x { margin-left: 5px; font-size: 10px; font-weight: 700; background: rgba(0,0,0,.28); border-radius: 99px; padding: 0 5px; }
.type-chips--lg { gap: 6px; margin: 2px 0 8px; }
.pk-hw { margin-left: 8px; }
/* tier list */
.mon--usage { width: 76px; height: 76px; border-radius: 50%; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.10), transparent 68%); }
.tbl--usage td { padding-top: 5px; padding-bottom: 5px; }
.tbl--usage .mon-link { gap: 14px; }
.mon-link__txt { display: flex; flex-direction: column; gap: 4px; }
.mon-link__txt strong { font-family: var(--font-h); font-size: 16px; }
/* times */
.team-row { display: inline-flex; flex-wrap: nowrap; gap: 4px; }
.team-row .mon { width: 48px; height: 48px; }
.tlist--champ .trow { grid-template-columns: 140px 1fr 320px; }
.trow__winner--team { gap: 6px; }
.team-tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.team-tile { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 4px 6px; color: var(--text); min-width: 0; }
.team-tile:hover { border-color: var(--line-3); color: var(--text); background: var(--input); }
.team-tile__img { position: relative; width: 66px; height: 66px; }
.team-tile__img img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.5)); }
.team-tile__name { font-family: var(--font-h); font-weight: 700; font-size: 12px; line-height: 1.2; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 2px; }
.team-tile__item { font-size: 10.5px; color: var(--muted); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.teamcard .team-tiles { margin: 2px 0 2px; }
.teamcard__meta--top { padding-bottom: 2px; }
.teamcard--place .team-tiles { margin-top: 4px; }
.mon-card .mon--lg { width: 72px; height: 72px; }
.mon-card__top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
/* ficha do Pokémon */
.pk-head { --tier: var(--amber); display: grid; grid-template-columns: 230px minmax(0, 1fr) 300px; gap: 24px; align-items: start; background: linear-gradient(135deg, color-mix(in srgb, var(--tier) 16%, var(--card)), var(--card) 62%); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; margin-bottom: 18px; }
.pk-head__art { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--tier) 38%, transparent), transparent 70%); }
.pk-head__art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 24px rgba(0,0,0,.55)); }
.pk-head__body { min-width: 0; }
.pk-head__body h1 { margin: 6px 0 8px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pk-head__body .tier-badge--big { width: 44px; height: 44px; font-size: 22px; border-radius: 12px; }
.pk-facts { margin-top: 14px; }
.pk-facts > div { background: rgba(0,0,0,.18); padding: 10px 12px; }
.pk-head__stats { background: rgba(0,0,0,.2); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; }
.pk-stats__title { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--font-h); font-weight: 700; margin-bottom: 8px; }
.pk-stats__title strong { color: var(--text); }
.stat-row { display: grid; grid-template-columns: 78px 34px 1fr; gap: 8px; align-items: center; font-size: 12.5px; margin: 6px 0; }
.stat-row > span:first-child { color: var(--muted-2); }
.stat-row strong { text-align: right; font-family: var(--font-h); }
.stat-row .bar { display: block; height: 8px; background: rgba(255,255,255,.07); border-radius: 99px; overflow: hidden; }
.stat-row .bar > span { display: block; height: 100%; border-radius: 99px; }
.pk-matchups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.pk-matchups > div { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 12px 14px; }
.pk-matchups h3 { margin: 0 0 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.pk-matchups .type-chips { gap: 5px; }
/* builds */
.builds { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.build { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 18px 14px; display: flex; flex-direction: column; gap: 10px; }
.build--top { border-color: color-mix(in srgb, var(--amber) 55%, var(--line)); box-shadow: 0 0 0 1px color-mix(in srgb, var(--amber) 25%, transparent); }
.build__rank { position: absolute; top: -12px; left: 14px; background: var(--amber); color: var(--deep); font-family: var(--font-h); font-weight: 700; font-size: 13px; border-radius: 8px; padding: 2px 10px; }
.build__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; font-size: 13px; color: var(--muted-2); }
.build__head strong { font-family: var(--font-h); font-size: 22px; color: var(--text); }
.build__set { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 6px 12px; font-size: 13.5px; font-weight: 600; }
.build__set span { display: block; color: var(--muted); font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; margin-bottom: 2px; }
.build__moves { display: flex; flex-wrap: wrap; gap: 6px; }
.build__moves .chip { padding: 5px 11px; font-size: 12.5px; background: var(--input); }
.build__team { border-top: 1px solid var(--line-2); padding-top: 10px; display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; }
.build__team .team-row .mon { width: 46px; height: 46px; }
/* parceiros + estatísticas */
.pk-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 22px; }
.pk-cols .section { margin: 0; }
.mates--v2 { grid-template-columns: repeat(2, 1fr); }
.mate--v2 { gap: 10px; padding: 8px 12px 8px 8px; }
.mate--v2 .mon { width: 58px; height: 58px; }
.mate__txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.mate__txt strong { font-family: var(--font-h); font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mate__bar { display: block; height: 4px; background: var(--input); border-radius: 99px; overflow: hidden; margin-top: 2px; }
.mate__bar > span { display: block; height: 100%; background: var(--amber); border-radius: 99px; }
.mate__pct { font-family: var(--font-h); font-size: 15px; }
.stat-cols--v2 { grid-template-columns: 1fr 1fr; }
.stat-cols--v2 .stat-col--wide { grid-column: span 2; }
@media (max-width: 1200px) { .pk-head { grid-template-columns: 180px minmax(0, 1fr); } .pk-head__stats { grid-column: 1 / -1; } .builds { grid-template-columns: 1fr; } .pk-cols { grid-template-columns: 1fr; } }
@media (max-width: 1000px) { .tlist--champ .trow { grid-template-columns: 120px 1fr; } .tlist--champ .trow__winner--team { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid var(--line-2); } }
@media (max-width: 760px) { .pk-head { grid-template-columns: 1fr; padding: 16px; gap: 14px; } .pk-head__art { max-width: 200px; margin: 0 auto; } .pk-matchups { grid-template-columns: 1fr; } .team-tiles { grid-template-columns: repeat(3, 1fr); } .tlist--champ .trow { grid-template-columns: 1fr; } .tlist--champ .trow__winner--team { padding-top: 6px; } .team-row .mon { width: 42px; height: 42px; } .mon--usage { width: 56px; height: 56px; } .mates--v2 { grid-template-columns: 1fr; } .stat-cols--v2 { grid-template-columns: 1fr; } .stat-cols--v2 .stat-col--wide { grid-column: span 1; } .build__set { grid-template-columns: 1fr 1fr; } .champ-stats strong { font-size: 17px; } }
@media (max-width: 480px) { .team-tile__img { width: 54px; height: 54px; } .team-row .mon { width: 38px; height: 38px; } .build { padding: 16px 14px 12px; } .pk-head__body h1 { font-size: 26px; } }
@media (max-width: 640px) { .tbl--usage th:nth-child(n+5), .tbl--usage td:nth-child(n+5) { display: none; } .tbl--usage .tbl__bar { min-width: 90px; } .tbl--usage .mon-link { gap: 10px; } .mon-link__txt strong { font-size: 14px; } }

/* ── Champions: moves / itens / habilidades (chips, tooltip, índice, ficha) ── */
.chips--db { align-items: center; margin: -6px 0 18px; }
.chips__label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-right: 2px; }
.chips--db .chip { padding: 6px 13px; font-size: 13px; }
.ent { display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px 4px 8px; border-radius: 8px; background: var(--input); border: 1px solid var(--line); color: var(--text); font-size: 12.5px; font-weight: 600; line-height: 1.4; white-space: nowrap; max-width: 100%; --t: var(--muted); }
.ent::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--t); flex-shrink: 0; box-shadow: 0 0 0 2px color-mix(in srgb, var(--t) 28%, transparent); }
.ent--items { --t: var(--amber); } .ent--items::before { border-radius: 2px; }
.ent--abilities { --t: var(--blue); } .ent--abilities::before { border-radius: 2px; transform: rotate(45deg); }
.ent--nature { --t: var(--green); } .ent--nature .muted { font-weight: 500; }
a.ent:hover { border-color: var(--t); color: var(--text); background: color-mix(in srgb, var(--t) 14%, var(--input)); }
.ent--unverified { border-style: dashed; }
.ent-chips { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.pk-abilities { margin: 2px 0 8px; }
.enttip { position: absolute; z-index: 60; background: var(--card); border: 1px solid var(--line-3); border-radius: 10px; padding: 10px 12px; box-shadow: 0 12px 32px rgba(0,0,0,.55); font-size: 12.5px; line-height: 1.45; color: var(--text-2); opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity .12s, transform .12s; }
.enttip.is-open { opacity: 1; transform: none; }
.enttip__head { display: flex; flex-direction: column; gap: 2px; border-left: 3px solid var(--muted); padding-left: 8px; margin-bottom: 6px; }
.enttip__head strong { color: var(--text); font-family: var(--font-h); font-size: 14px; }
.enttip__head span { font-size: 11.5px; color: var(--muted-2); }
.enttip p { margin: 0; }
.enttip__chg { margin-top: 6px !important; color: var(--amber); font-size: 11.5px; }
/* índice */
.ent-filters { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.ent-search { width: 100%; max-width: 420px; background: var(--input); border: 1px solid var(--line); color: var(--text); border-radius: 9px; padding: 9px 12px; font: inherit; font-size: 14px; }
.ent-search:focus { outline: none; border-color: var(--line-3); }
.ent-typechips { margin: 0; gap: 6px; }
.ent-typechips .chip { padding: 5px 11px; font-size: 12.5px; }
.ent-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--t); }
.ent-typechips .chip.is-active { background: var(--t, var(--green)); color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.35); border-color: transparent; }
.ent-typechips .chip.is-active .ent-dot { background: #fff; }
.tbl--ent .ent-cell { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.tbl--ent .ent-desc { max-width: 520px; font-size: 13px; color: var(--text-2); }
.tbl--ent .tbl__bar { min-width: 130px; }
.ent-mons { display: inline-flex; align-items: center; gap: 2px; }
.ent-mons .mon { width: 40px; height: 40px; }
/* ficha */
.ent-head { --t: var(--amber); display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: start; background: linear-gradient(135deg, color-mix(in srgb, var(--t) 16%, var(--card)), var(--card) 62%); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; margin-bottom: 18px; }
.ent-head h1 { margin: 6px 0 10px; }
.ent-head .type-chips--lg { gap: 8px; }
.ent-head .type-chips--lg .chip { padding: 5px 12px; font-size: 12.5px; }
.ent-stat { display: inline-flex; flex-direction: column; background: rgba(0,0,0,.2); border: 1px solid var(--line); border-radius: 8px; padding: 4px 10px; font-family: var(--font-h); font-weight: 700; font-size: 15px; line-height: 1.2; }
.ent-stat span { font-family: var(--font); font-weight: 600; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.ent-desc-full { font-size: 15px; line-height: 1.55; color: var(--text-3); margin: 8px 0; max-width: 70ch; }
.ent-changes { color: var(--amber); font-size: 13px; margin: 4px 0 8px; }
.ent-facts { margin: 0; }
.ent-facts > div { background: rgba(0,0,0,.18); }
.ent-mongrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ent-mon { display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 8px 12px 8px 8px; color: var(--text); }
.ent-mon:hover { border-color: var(--line-3); color: var(--text); }
.ent-mon .mon { width: 58px; height: 58px; }
.ent-mon__txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.ent-mon__txt strong { font-family: var(--font-h); font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ent-mon__pct { font-family: var(--font-h); font-size: 15px; }
.trow__mon { display: inline-flex; align-items: center; gap: 5px; }
.trow__mon img { width: 22px; height: 22px; object-fit: contain; }
.learnset { margin-top: 14px; }
.learnset summary { font-size: 14px; }
.learnset .ent-chips { margin-top: 10px; }
.stat-line .ent { font-size: 12px; padding: 3px 9px 3px 7px; }
.build__set .ent { font-size: 12.5px; }
.mon-card__set { display: flex; flex-wrap: wrap; gap: 5px; }
.pk-stats__src { margin: 10px 0 0; font-size: 11.5px; }
.pk-stats__src.is-ok { color: var(--green); }
.pk-stats__src.is-warn { color: var(--amber); }
@media (max-width: 1100px) { .ent-head { grid-template-columns: 1fr; } .ent-mongrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ent-mongrid { grid-template-columns: 1fr; } .tbl--ent-moves th:nth-child(n+3):nth-child(-n+6), .tbl--ent-moves td:nth-child(n+3):nth-child(-n+6) { display: none; } .tbl--ent-simple .ent-desc { display: none; } .tbl--ent .tbl__bar { min-width: 90px; } .ent-head { padding: 16px; } }
/* ── Champions: seletor de forma (Base / Mega / Mega X / Mega Y) ── */
.form-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 4px 0 10px; }
.form-chip { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px 5px 6px; border-radius: 99px; background: var(--input); border: 1px solid var(--line); color: var(--text-2); font-size: 13px; font-weight: 600; }
.form-chip img { width: 30px; height: 30px; object-fit: contain; filter: drop-shadow(0 2px 4px rgba(0,0,0,.5)); }
.form-chip small { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.form-chip:hover { border-color: var(--line-3); color: var(--text); }
.form-chip.is-active { background: color-mix(in srgb, var(--tier) 22%, var(--input)); border-color: var(--tier); color: var(--text); }
.form-chip.is-active small { color: var(--text-2); }
.mega-cell { white-space: nowrap; }
.mega-link { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; color: var(--text-2); padding: 2px 8px; border-radius: 99px; border: 1px solid var(--line); background: var(--card-2); margin: 1px 2px 1px 0; }
.mega-link:hover { color: var(--text); border-color: var(--line-3); }
.mega-link strong { color: var(--text); }
.pk-form-note { color: var(--muted); font-size: 12.5px; margin: 4px 0 10px; }
/* ── revisão: cabeçalho da coluna Efeito some junto com a célula no celular; tier list esconde colunas já em 900px ── */
@media (max-width: 640px) { .tbl--ent-simple th:nth-child(3) { display: none; } }
@media (max-width: 900px) { .tbl--usage th:nth-child(n+6), .tbl--usage td:nth-child(n+6) { display: none; } }
.place-badge--drop { background: var(--input); color: var(--muted); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; border-color: var(--line); }
/* ── atalhos do cabeçalho: rótulo fixo à esquerda, pills quebram linha dentro da lista (não abaixo do rótulo) ── */
.header__tools { align-items: center; }
.search { flex: 0 1 380px; min-width: 200px; }
.header__quick { flex: 1 1 auto; flex-wrap: nowrap; align-items: center; gap: 10px; min-width: 0; }
.header__quick-label { flex-shrink: 0; margin-right: 0; }
.header__quick-list { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; align-items: center; min-width: 0; }
@media (max-width: 1300px) { .search { flex-basis: 300px; } .header__quick-list { gap: 5px; } }
/* ── atalhos: rótulo colado às pills (grupo alinhado à direita, longe da busca) ── */
.header__quick { flex: 0 1 auto; margin-left: auto; gap: 8px; }
/* ── faixa dos decks do meta: letreiro contínuo e lento (pausa no hover; sem animação se o usuário pediu menos movimento) ── */
.metastrip__list { overflow: hidden; scrollbar-width: none; }
.metastrip__track { display: flex; gap: 8px; width: max-content; padding-right: 8px; animation: metastrip-scroll calc(var(--n, 5) * 8s) linear infinite; will-change: transform; }
.metastrip__copy { display: contents; }
.metastrip__list:hover .metastrip__track, .metastrip__list:focus-within .metastrip__track { animation-play-state: paused; }
@keyframes metastrip-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } /* da direita para a esquerda (padrão de letreiro) */
@media (prefers-reduced-motion: reduce) { .metastrip__track { animation: none; width: auto; } .metastrip__list { overflow-x: auto; } }
/* ── atalhos: rótulo dentro da lista, flui junto com as pills (fica sempre colado à primeira) ── */
.header__quick { flex: 0 1 auto; margin-left: auto; min-width: 0; }
.header__quick-list { justify-content: flex-end; row-gap: 6px; }
.header__quick-label { align-self: center; margin-right: 6px; }
/* ── corpo das notícias: tabelas (meta da semana, resultados) e listas legíveis ── */
.post__body table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14.5px; line-height: 1.4; }
.post__body table th { text-align: left; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: 8px 10px; border-bottom: 1px solid var(--line-3); }
.post__body table td { padding: 9px 10px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.post__body table tbody tr:hover td { background: rgba(255,255,255,.03); }
.post__body table td:first-child { color: var(--muted); font-family: var(--font-h); font-weight: 700; width: 36px; }
.post__body ul, .post__body ol { margin: 0 0 16px 22px; padding: 0; }
.post__body li { margin: 4px 0; }
.post__body h2 { font-size: 22px; }
@media (max-width: 640px) { .post__body table { font-size: 13px; } .post__body table th, .post__body table td { padding: 7px 6px; } }
