/* =====================================================================
   Coliseu Pokemon — site público
   ===================================================================== */
:root {
  --brand: #e3350d; --brand-600: #c32d0b; --gold: #ffcb05;
  --ink: #15181f; --muted: #6b7484; --line: #ececf1; --bg: #ffffff; --soft: #f6f7fb;
  --r: 18px; --r-lg: 26px;
  --sh: 0 10px 40px rgba(20,24,31,.08);
  --sh-lg: 0 24px 70px rgba(20,24,31,.16);
}
* { box-sizing: border-box; }
body.site {
  margin: 0; font-family: 'Plus Jakarta Sans', system-ui, sans-serif; color: var(--ink);
  background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------------- Header ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 18px; height: 70px; }
.logo { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 18px; letter-spacing: -.4px; flex-shrink: 0; }
.pokeball-sm { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(#ff4d4d 0 49%, #fff 49% 51%, #fff 51% 100%); border: 2.5px solid #15181f; position: relative; }
.pokeball-sm::after { content:''; position:absolute; inset:0; margin:auto; width:8px; height:8px; border-radius:50%; background:#fff; border:2.5px solid #15181f; }
.site-menu { display: flex; align-items: center; gap: 18px; flex: 1; min-width: 0; }
.site-nav { display: flex; gap: 2px; flex-wrap: wrap; }
.site-nav a { padding: 8px 13px; border-radius: 10px; font-weight: 600; font-size: 14.5px; color: var(--muted); transition: .15s; white-space: nowrap; }
.site-nav a:hover, .site-nav a.active { background: var(--soft); color: var(--ink); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.search-pill { display: flex; align-items: center; gap: 8px; background: var(--soft); border: 1px solid var(--line); border-radius: 30px; padding: 8px 16px; color: var(--muted); }
.search-pill input { border: 0; background: transparent; outline: 0; width: 130px; font-size: 14px; }
.btn-yt { background: var(--brand); color: #fff; border-radius: 30px; padding: 9px 18px; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; flex-shrink: 0; }
.btn-yt:hover { background: var(--brand-600); color: #fff; }

/* hambúrguer (escondido no desktop) */
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; font-size: 22px; color: var(--ink); cursor: pointer; align-items: center; justify-content: center; }
.nav-backdrop { display: none; }

/* ---------------- Header no mobile ---------------- */
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-menu {
    position: fixed; top: 70px; left: 0; right: 0; z-index: 49;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--sh-lg);
    flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 20px;
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
    max-height: calc(100vh - 70px); overflow-y: auto;
  }
  body.menu-open .site-menu { transform: none; opacity: 1; pointer-events: auto; }
  body.menu-open .nav-backdrop { display: block; position: fixed; inset: 70px 0 0; background: rgba(10,8,16,.4); z-index: 48; }
  .site-nav { flex-direction: column; gap: 2px; width: 100%; }
  .site-nav a { padding: 13px 14px; font-size: 16px; border-radius: 12px; }
  .header-actions { margin: 12px 0 0; flex-direction: column; align-items: stretch; gap: 10px; width: 100%; }
  .search-pill { width: 100%; padding: 12px 18px; }
  .search-pill input { width: 100%; font-size: 15px; }
  .btn-yt { justify-content: center; padding: 13px 18px; font-size: 15px; }
  body.menu-open { overflow: hidden; }
}

/* ---------------- Hero parallax ---------------- */
.hero {
  position: relative; overflow: hidden; padding: 90px 0 110px;
  background:
    radial-gradient(1100px 500px at 75% -10%, #fff2c9 0%, transparent 60%),
    radial-gradient(900px 500px at 10% 120%, #ffe0d6 0%, transparent 55%),
    linear-gradient(180deg, #fbfcff, #fff);
}
.hero__bgword {
  position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none;
  font-size: clamp(90px, 20vw, 280px); font-weight: 800; letter-spacing: -8px;
  color: #15181f; opacity: .035; white-space: nowrap; z-index: 0;
}
.hero .wrap { position: relative; z-index: 3; text-align: center; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh); border-radius: 30px; padding: 8px 18px; font-weight: 700; font-size: 13.5px; }
.hero h1 { font-size: clamp(38px, 6.4vw, 76px); font-weight: 800; letter-spacing: -2.5px; line-height: 1.02; margin: 22px auto 18px; max-width: 14ch; }
.hero h1 .hl { background: linear-gradient(120deg, var(--brand), #ff7a3d); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: clamp(16px, 2vw, 20px); color: var(--muted); max-width: 56ch; margin: 0 auto 30px; line-height: 1.55; }
.hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-hero { border-radius: 30px; padding: 14px 28px; font-weight: 700; font-size: 16px; display: inline-flex; align-items: center; gap: 9px; }
.btn-hero.primary { background: var(--ink); color: #fff; }
.btn-hero.primary:hover { transform: translateY(-2px); }
.btn-hero.ghost { background: #fff; border: 1px solid var(--line); box-shadow: var(--sh); }
.btn-hero { transition: transform .2s; }

/* sprites flutuantes */
.sprite { position: absolute; z-index: 1; image-rendering: pixelated; pointer-events: none; filter: drop-shadow(0 14px 18px rgba(0,0,0,.18)); animation: floaty 6s ease-in-out infinite; }
.sprite.s2 { animation-duration: 7.5s; } .sprite.s3 { animation-duration: 5.5s; } .sprite.s4 { animation-duration: 8s; }
@keyframes floaty { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-22px) } }
@media (max-width: 820px) { .sprite { display: none; } }

/* ---------------- Seções ---------------- */
.section { padding: 64px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -1px; margin: 0; }
.section-head .eyebrow { color: var(--brand); font-weight: 800; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px; }
.section-head a.more { color: var(--muted); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.section-head a.more:hover { color: var(--brand); }

/* chips de categoria */
.cat-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.cat-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 30px; background: var(--soft); border: 1px solid var(--line); font-weight: 700; font-size: 14px; transition: .15s; }
.cat-pill:hover { transform: translateY(-2px); box-shadow: var(--sh); }
.cat-pill i { font-size: 16px; }

/* card de notícia */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 960px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .news-grid { grid-template-columns: 1fr; } }
.ncard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: .2s; }
.ncard:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: transparent; }
.ncard__media { aspect-ratio: 16/10; background: var(--soft) center/cover no-repeat; position: relative; }
.ncard__media .ph { position: absolute; inset: 0; display: grid; place-items: center; color: #cfd6e2; font-size: 34px; }
.ncard__cat { position: absolute; top: 12px; left: 12px; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 800; color: #fff; backdrop-filter: blur(4px); }
.ncard__body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.ncard__title { font-size: 18px; font-weight: 800; letter-spacing: -.4px; line-height: 1.25; margin: 0 0 8px; }
.ncard:hover .ncard__title { color: var(--brand-600); }
.ncard__dek { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0 0 16px; flex: 1; }
.ncard__meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 13px; }
.mini-avatar { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 10px; }

/* destaque hero card */
.feature {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border-radius: var(--r-lg);
  overflow: hidden; background: var(--ink); color: #fff; box-shadow: var(--sh-lg);
}
@media (max-width: 820px) { .feature { grid-template-columns: 1fr; } }
.feature__media { background: var(--soft) center/cover no-repeat; min-height: 380px; }
.feature__body { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.feature__cat { align-self: flex-start; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 800; color: #15181f; margin-bottom: 18px; }
.feature__body h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; letter-spacing: -1px; line-height: 1.1; margin: 0 0 14px; }
.feature__body p { color: #b9c0cc; font-size: 16px; line-height: 1.6; margin: 0 0 24px; }
.feature__meta { display: flex; align-items: center; gap: 12px; color: #9aa3b2; font-size: 13.5px; }

/* lista "em alta" */
.rank-list { display: flex; flex-direction: column; gap: 4px; }
.rank-item { display: flex; align-items: center; gap: 16px; padding: 16px; border-radius: 14px; transition: .15s; }
.rank-item:hover { background: var(--soft); }
.rank-item .num { font-size: 26px; font-weight: 800; color: var(--line); width: 38px; }
.rank-item:hover .num { color: var(--brand); }

/* ---------------- Artigo ---------------- */
.article-hero { padding: 50px 0 30px; }
.article-hero .wrap { max-width: 820px; }
.crumb { color: var(--muted); font-size: 14px; font-weight: 600; margin-bottom: 18px; display: inline-flex; gap: 8px; align-items: center; }
.article-hero h1 { font-size: clamp(30px, 4.6vw, 50px); font-weight: 800; letter-spacing: -1.4px; line-height: 1.08; margin: 14px 0; }
.article-hero .dek { font-size: 20px; color: var(--muted); line-height: 1.5; margin-bottom: 22px; }
.byline { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.byline .avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; }
.cover-full { width: 100%; max-width: 1000px; margin: 30px auto; border-radius: var(--r-lg); display: block; box-shadow: var(--sh-lg); }
.cover-credit { text-align: center; color: var(--muted); font-size: 13px; margin-top: -18px; margin-bottom: 30px; }
.article-body { max-width: 720px; margin: 0 auto; font-size: 19px; line-height: 1.8; color: #2a2f3a; }
.article-body p { margin: 0 0 24px; }
.article-body h2 { font-size: 28px; font-weight: 800; letter-spacing: -.6px; margin: 40px 0 16px; }
.article-body h3 { font-size: 23px; font-weight: 700; margin: 32px 0 12px; }
.article-body img { border-radius: 14px; }
.article-body figure { margin: 32px 0; }
.article-body figcaption { text-align: center; color: var(--muted); font-size: 14px; margin-top: 10px; }
.article-body blockquote { border-left: 4px solid var(--brand); margin: 28px 0; padding: 8px 24px; font-style: italic; color: #4a5160; background: #fff7f5; border-radius: 0 10px 10px 0; }
.article-body a { color: var(--brand-600); text-decoration: underline; }
.article-tags { max-width: 720px; margin: 40px auto; display: flex; gap: 8px; flex-wrap: wrap; }
.atag { background: var(--soft); border: 1px solid var(--line); border-radius: 20px; padding: 7px 14px; font-size: 13px; font-weight: 700; color: var(--muted); }
.atag:hover { color: var(--brand); border-color: var(--brand); }
.author-box { max-width: 720px; margin: 40px auto; padding: 26px; background: var(--soft); border-radius: var(--r); display: flex; gap: 18px; align-items: center; }
.author-box .avatar { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 22px; flex-shrink: 0; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: #aeb6c4; padding: 56px 0 30px; margin-top: 60px; }
.site-footer .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
@media (max-width: 720px) { .site-footer .wrap { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 16px; }
.site-footer a { display: block; padding: 5px 0; font-size: 14.5px; color: #aeb6c4; }
.site-footer a:hover { color: #fff; }
.foot-brand { color: #fff; font-weight: 800; font-size: 20px; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.foot-bottom { border-top: 1px solid #262b36; margin-top: 36px; padding-top: 22px; text-align: center; font-size: 13px; color: #6b7484; }

/* page header (categoria/busca) */
.page-head { background: var(--soft); border-bottom: 1px solid var(--line); padding: 54px 0; }
.page-head h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -1px; margin: 0; display: flex; align-items: center; gap: 14px; }
.page-head p { color: var(--muted); font-size: 17px; margin: 10px 0 0; }

.empty-pub { text-align: center; padding: 80px 24px; color: var(--muted); }
.empty-pub i { font-size: 52px; opacity: .35; display: block; margin-bottom: 16px; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------------- Pokémon do dia ---------------- */
.potd { display: grid; grid-template-columns: 300px 1fr; gap: 0; border-radius: var(--r-lg); overflow: hidden; color: #fff; box-shadow: var(--sh-lg); position: relative; }
@media (max-width: 720px) { .potd { grid-template-columns: 1fr; } }
.potd__art { display: grid; place-items: center; padding: 30px; position: relative; }
.potd__art::before { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.12); }
.potd__art img { width: 230px; max-width: 80%; position: relative; z-index: 1; filter: drop-shadow(0 18px 24px rgba(0,0,0,.35)); animation: floaty 5s ease-in-out infinite; }
.potd__body { padding: 38px 40px; display: flex; flex-direction: column; justify-content: center; }
.potd__eyebrow { font-weight: 800; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; opacity: .9; }
.potd__body h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -1.4px; margin: 8px 0 2px; text-transform: capitalize; }
.potd__genus { opacity: .9; font-weight: 600; }
.potd__flavor { font-size: 15px; line-height: 1.5; opacity: .92; max-width: 56ch; margin: 0 0 16px; }
.potd__cta { font-weight: 800; display: inline-flex; align-items: center; gap: 8px; }
.potd .type-badge { font-size: 13px; padding: 5px 14px; border-radius: 16px; }

/* ---------------- Hub (torneios + galeria) ---------------- */
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 820px) { .hub-grid { grid-template-columns: 1fr; } }
.hub-tour { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; margin-bottom: 12px; transition: .15s; }
.hub-tour:hover { box-shadow: var(--sh); transform: translateX(4px); }
.hub-tour__banner { width: 72px; height: 54px; border-radius: 10px; flex-shrink: 0; background: linear-gradient(135deg,#15181f,#2a1714) center/cover no-repeat; display: grid; place-items: center; color: rgba(255,255,255,.4); font-size: 22px; }
.hub-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hub-gimg { aspect-ratio: 1; border-radius: 12px; background: var(--soft) center/cover no-repeat; transition: transform .2s; }
.hub-gimg:hover { transform: scale(1.05); }

/* ---------------- Comentários ---------------- */
.comments-wrap { max-width: 720px; margin: 50px auto; }
.comments-wrap h2 { font-size: 24px; font-weight: 800; letter-spacing: -.6px; margin: 0 0 22px; display: flex; align-items: center; gap: 10px; }
.comment-form { background: var(--soft); border: 1px solid var(--line); border-radius: 18px; padding: 22px; margin-bottom: 30px; }
.comment-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
@media (max-width: 560px) { .comment-form .row2 { grid-template-columns: 1fr; } }
.cf-input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: 15px; font-family: inherit; background: #fff; }
.cf-input:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 3px #fde8e3; }
textarea.cf-input { resize: vertical; min-height: 90px; }
.hp { position: absolute; left: -9999px; }
.cmt { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cmt .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; flex-shrink: 0; }
.cmt .who { font-weight: 700; }
.cmt .when { color: var(--muted); font-size: 13px; }
.cmt .text { margin: 6px 0 8px; line-height: 1.6; color: #2a2f3a; }
.cmt .reply-btn { color: var(--brand); font-weight: 700; font-size: 13px; cursor: pointer; background: none; border: 0; padding: 0; }
.cmt .replies { margin-top: 14px; padding-left: 18px; border-left: 2px solid var(--line); }
.cmt .replies .cmt { padding: 12px 0; border-bottom: 0; }
.reply-box { margin-top: 12px; display: none; }
.reply-box.open { display: block; }
.cmt-alert { padding: 12px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; margin-bottom: 18px; }
.cmt-ok { background: #e6f6ec; color: #1e7d3a; }
.cmt-err { background: #fde8e3; color: var(--brand-600); }

/* ---------------- Newsletter ---------------- */
.nl-band { background: linear-gradient(120deg, #15181f, #2a1714); color: #fff; padding: 44px; border-radius: var(--r-lg); position: relative; overflow: hidden; }
.nl-band h3 { font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -.8px; margin: 0 0 8px; }
.nl-band p { color: #b9c0cc; margin: 0 0 22px; font-size: 16px; }
.nl-form { display: flex; gap: 10px; max-width: 480px; flex-wrap: wrap; }
.nl-form input { flex: 1; min-width: 200px; border: 0; border-radius: 30px; padding: 14px 20px; font-size: 15px; }
.nl-form button { border: 0; border-radius: 30px; padding: 14px 26px; font-weight: 700; font-size: 15px; background: var(--brand); color: #fff; cursor: pointer; }
.nl-form button:hover { background: var(--brand-600); }
.nl-msg { margin-top: 12px; font-weight: 700; font-size: 14px; }
.nl-msg.ok { color: #7ee2a0; } .nl-msg.err { color: #ffb3a3; }
.foot-nl { margin-top: 18px; }
.foot-nl input { border: 1px solid #2c313c; background: #1b1f28; color: #fff; border-radius: 30px 0 0 30px; padding: 10px 16px; font-size: 14px; outline: 0; }
.foot-nl button { border: 0; background: var(--brand); color: #fff; border-radius: 0 30px 30px 0; padding: 10px 16px; font-weight: 700; cursor: pointer; }

/* ---------------- Leitura: progresso, compartilhar, topo ---------------- */
.read-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--brand), var(--gold)); z-index: 999; transition: width .1s; }
.share-bar { max-width: 720px; margin: 30px auto 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.share-bar .lbl { font-weight: 700; font-size: 14px; color: var(--muted); }
.share-btn { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 18px; transition: transform .15s; }
.share-btn:hover { transform: translateY(-3px) scale(1.05); }
.sh-x { background: #15181f; } .sh-wa { background: #25d366; } .sh-fb { background: #1877f2; } .sh-tg { background: #2aabee; } .sh-cp { background: var(--brand); }
.to-top { position: fixed; right: 24px; bottom: 24px; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 20px; box-shadow: var(--sh-lg); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; transform: translateY(10px); z-index: 60; cursor: pointer; border: 0; }
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--brand); }

/* =====================================================================
   Refinos de responsividade (mobile)
   ===================================================================== */
html, body { max-width: 100%; overflow-x: hidden; }

@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .section { padding: 44px 0; }
  .hero { padding: 56px 0 66px; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn-hero { width: 100%; justify-content: center; }
  .feature__body { padding: 30px 24px; }
  .feature__media { min-height: 220px; }
  .page-head { padding: 36px 0; }
  .article-hero { padding: 34px 0 22px; }
  .article-body { font-size: 17px; }
  .article-body h2 { font-size: 23px; }
  .cover-full { border-radius: 14px; margin: 22px auto; }
  .section-head { gap: 8px; }

  /* Pokémon do dia / hub */
  .potd__art { padding: 24px 24px 0; }
  .potd__body { padding: 26px 24px 30px; }
  .hub-grid { gap: 30px; }

  /* CTA bands viram coluna */
  .nl-band { padding: 28px 22px; }
  .nl-form { flex-direction: column; }
  .nl-form input, .nl-form button { width: 100%; }

  /* footer mini-newsletter */
  .foot-nl { max-width: 100% !important; }
}

/* Pokédex: filtros empilham bem no celular */
@media (max-width: 700px) {
  .pdx-filters { gap: 10px; }
  .pdx-search { min-width: 100%; order: -1; }
  .pdx-select { flex: 1 1 calc(50% - 6px); }
  .pdx-actions { width: 100%; }
  .pdx-actions .pdx-btn { flex: 1; justify-content: center; }
  .pmon-ball-watermark { font-size: 260px; }
  .pmon-head h1 { font-size: 40px; }
  .champ-banner { flex-direction: column; text-align: center; padding: 24px; }
  .champ-banner .trophy { font-size: 44px; }
}

/* Torneios / tabelas largas: rolagem horizontal suave */
@media (max-width: 640px) {
  .standings { font-size: 13px; }
  .standings th, .standings td { padding: 11px 12px; }
  .match { grid-template-columns: 1fr auto 1fr; gap: 8px; padding: 12px 14px; font-size: 14px; }
  .tour-hero .wrap { padding: 30px 16px; }
}

/* Desafios no celular */
@media (max-width: 600px) {
  .chl-hero { padding: 40px 0 30px; }
  .chl-card { padding: 20px; }
  .chl-types { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .chl-actions .btn-hero { width: 100%; justify-content: center; }
}
