/* PeladoZ shared UI foundation — HOME / STORE / RANKING */
:root{
  --pz-bg:#070809;--pz-panel:#0e1012;--pz-panel-2:#14171a;--pz-text:#f3f1ec;
  --pz-muted:#9b9da0;--pz-accent:#cc0000;--pz-line:rgba(255,255,255,.09);--pz-green:#69d179;
  --pz-content:1180px;--pz-header-h:82px;
}
html{scroll-behavior:smooth;scrollbar-color:#b90000 #08090a;scrollbar-width:thin}
html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:#08090a}
html::-webkit-scrollbar-thumb{background:linear-gradient(#8e0000,#d00000);border:2px solid #08090a;border-radius:999px}
html::-webkit-scrollbar-thumb:hover{background:#e00000}
#pzSparks{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.66}
@media (prefers-reduced-motion:reduce){#pzSparks{display:none}}
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:1200;width:44px;height:44px;border:1px solid rgba(204,0,0,.42);border-radius:12px;background:rgba(10,11,12,.9);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);cursor:pointer;transition:.2s ease;backdrop-filter:blur(12px)}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:rgba(204,0,0,.15);border-color:rgba(204,0,0,.8)}.back-to-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
/* Shared language switcher baseline */
.language-switcher{position:relative;display:flex;align-items:center;margin-left:2px}.language-current{height:38px;min-width:76px;padding:0 10px;border:1px solid rgba(204,0,0,.48);border-radius:11px;background:rgba(204,0,0,.07);color:#f3f1ec;display:flex;align-items:center;justify-content:center;gap:7px;font:800 11px/1 Inter,"Segoe UI",Arial,sans-serif;letter-spacing:.06em;cursor:pointer}.lang-flag{width:22px;height:15px;display:block;object-fit:cover;border-radius:2px}.lang-caret{font-size:10px}.language-menu{position:absolute;right:0;top:calc(100% + 8px);width:158px;padding:6px;background:rgba(10,11,12,.98);border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 36px rgba(0,0,0,.48);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s ease;z-index:1100}.language-switcher.open .language-menu{opacity:1;visibility:visible;transform:translateY(0)}
@media(max-width:850px){.back-to-top{right:14px;bottom:14px}.language-current{height:36px;min-width:64px;padding:0 8px}}

/* ================================================================
   PeladoZ — RODAPÉ GLOBAL COMPARTILHADO
   HOME / REGRAS / RANKING / STORE / ADMIN / ADMIN LOGIN
   ================================================================ */
.pz-site-footer{
  position:relative;
  z-index:2;
  width:100%;
  margin:0;
  border-top:1px solid rgba(255,255,255,.09);
  background:rgba(6,7,8,.38);
  color:#73777b;
  font:500 13px/1.5 Inter,Arial,Helvetica,sans-serif;
}
.pz-site-footer-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:28px 24px 42px;
}
.pz-site-footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
@media(max-width:850px){
  .pz-site-footer-inner{padding-left:14px;padding-right:14px}
}
@media(max-width:560px){
  .pz-site-footer{font-size:14px}
  .pz-site-footer-inner{padding-top:24px;padding-bottom:32px}
  .pz-site-footer-row{flex-direction:column;justify-content:center;gap:7px;text-align:center}
  .pz-site-footer-row span{display:block;max-width:100%;overflow-wrap:anywhere}
}
