
:root{
  --bg:#050b0a;
  --bg-elevated:#09110f;
  --surface:rgba(15,27,23,.80);
  --surface-strong:rgba(15,28,24,.94);
  --surface-soft:rgba(255,255,255,.045);
  --glass:rgba(13,25,21,.58);
  --glass-strong:rgba(14,27,23,.76);
  --stroke:rgba(255,255,255,.075);
  --stroke-strong:rgba(255,255,255,.13);
  --inner-highlight:rgba(255,255,255,.075);
  --text:#f7faf8;
  --muted:#879791;
  --muted-2:#b0bcb8;
  --accent:#c7ff35;
  --accent-2:#9ee800;
  --accent-soft:rgba(199,255,53,.12);
  --cyan:#63f5dc;
  --blue:#6a8cff;
  --live:#ff6969;
  --danger:#ff6666;
  --sidebar:208px;
  --radius-xs:12px;
  --radius-sm:16px;
  --radius-md:22px;
  --radius-lg:30px;
  --shadow-1:0 8px 30px rgba(0,0,0,.18);
  --shadow-2:0 24px 80px rgba(0,0,0,.34);
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
button,input{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
img{display:block}
button,a{-webkit-tap-highlight-color:transparent}

::selection{background:rgba(199,255,53,.24);color:#fff}

.ambient-scene{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none;background:
  radial-gradient(circle at 50% -15%,rgba(255,255,255,.032),transparent 38rem),
  linear-gradient(180deg,#06100d 0%,#040908 58%,#030706 100%)}
.ambient-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.8}
.orb-a{width:560px;height:560px;right:-150px;top:-190px;background:radial-gradient(circle,rgba(199,255,53,.12),rgba(99,245,220,.025) 48%,transparent 70%);animation:floatA 18s ease-in-out infinite}
.orb-b{width:640px;height:640px;left:16%;top:31%;background:radial-gradient(circle,rgba(81,106,255,.08),rgba(80,240,209,.025) 48%,transparent 70%);animation:floatB 22s ease-in-out infinite}
.orb-c{width:520px;height:520px;right:7%;bottom:-260px;background:radial-gradient(circle,rgba(199,255,53,.075),transparent 70%)}
.ambient-grid{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,#000 25%,#000 65%,transparent)}
@keyframes floatA{50%{transform:translate(-44px,60px) scale(1.05)}}
@keyframes floatB{50%{transform:translate(65px,-55px) scale(.96)}}

.app-shell{min-height:100vh}
.sidebar{
  position:fixed;left:14px;top:14px;bottom:14px;width:var(--sidebar);z-index:50;
  display:flex;flex-direction:column;
  padding:18px 13px 14px;
  border:1px solid var(--stroke);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(20,35,30,.72),rgba(8,17,14,.64));
  backdrop-filter:blur(28px) saturate(145%);
  -webkit-backdrop-filter:blur(28px) saturate(145%);
  box-shadow:var(--shadow-2),inset 0 1px 0 var(--inner-highlight);
}
.brand{display:flex;align-items:center;padding:2px 4px 22px}
.brand-logo{display:block;height:auto;max-width:100%}
.brand-logo-sidebar{width:min(228px,100%)}
.brand-logo-auth{width:172px}
.brand-logo-mobile{width:132px}
.mobile-brand{display:none;margin-right:auto;line-height:0}
.side-nav{display:flex;flex-direction:column;gap:6px}
/* Admin é invisível até a sessão ser confirmada como @jpbernroider.
   Regra explícita porque .side-nav a { display:flex } sobrescreve o display nativo de [hidden]. */
#adminSideNav[hidden],
body.auth-pending #adminSideNav,
body.guest #adminSideNav,
body.authenticated:not(.admin-authenticated) #adminSideNav{display:none!important}
body:not(.admin-authenticated) #view-admin{display:none!important}
.side-nav a{
  position:relative;
  min-height:48px;display:flex;align-items:center;gap:12px;padding:0 13px;
  border:1px solid transparent;border-radius:14px;
  color:#899993;font-size:11px;font-weight:760;
  transition:transform .22s var(--ease),background .22s,border-color .22s,color .22s,box-shadow .22s
}
.nav-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;color:currentColor}
.nav-icon svg{width:100%;height:100%;display:block;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.side-nav a:hover{transform:translateX(2px);color:var(--text);background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.side-nav a.active{
  color:#fafff3;
  background:linear-gradient(135deg,rgba(199,255,53,.14),rgba(99,245,220,.045));
  border-color:rgba(199,255,53,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)
}
.side-nav a.active:before{
  content:"";position:absolute;left:4px;width:3px;height:17px;border-radius:9px;background:var(--accent);
  box-shadow:0 0 14px rgba(199,255,53,.65)
}
.side-nav a>b{
  margin-left:auto;min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;
  border-radius:999px;background:var(--accent);color:#102000;font-size:8px
}
.side-spacer{flex:1}
.level-card{
  margin:0 2px 12px;padding:13px;
  border:1px solid rgba(255,255,255,.065);border-radius:16px;
  background:rgba(255,255,255,.026);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)
}
.level-card>div{display:flex;justify-content:space-between;font-size:8px}
.level-card>div b{color:var(--accent)}
.level-card>i{display:block;height:5px;margin:9px 0 7px;border-radius:999px;background:rgba(255,255,255,.065);overflow:hidden}
.level-card>i em{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-2),var(--accent));box-shadow:0 0 12px rgba(199,255,53,.35)}
.level-card small{font-size:7px;color:var(--muted)}

.main{margin-left:calc(var(--sidebar) + 28px);min-height:100vh}
.topbar{
  position:sticky;top:14px;z-index:40;
  width:calc(100% - 30px);height:60px;
  margin:14px auto 0;
  display:flex;justify-content:flex-end;align-items:center;padding:0 10px 0 18px;
  border:1px solid var(--stroke);border-radius:22px;
  background:rgba(11,22,18,.55);
  backdrop-filter:blur(30px) saturate(155%);
  -webkit-backdrop-filter:blur(30px) saturate(155%);
  box-shadow:0 12px 45px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.06)
}

.top-actions{display:flex;align-items:center;gap:7px}
.wallet{
  height:40px;display:flex;align-items:center;gap:8px;
  padding:4px 5px 4px 11px;
  border:1px solid rgba(255,255,255,.075);border-radius:14px;
  background:rgba(255,255,255,.042);color:var(--text);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .2s var(--ease),background .2s
}
.wallet:hover{transform:translateY(-1px);background:rgba(255,255,255,.065)}
.wallet small{font-size:7px;color:var(--muted)}
.wallet-test-flag{padding:3px 5px;border:1px solid rgba(255,196,64,.22);border-radius:6px;background:rgba(255,196,64,.08);color:#ffd274;font-size:5px;font-style:normal;font-weight:950;letter-spacing:.08em}
.wallet strong{font-size:10px;font-variant-numeric:tabular-nums}
.wallet b{
  width:30px;height:30px;display:grid;place-items:center;border-radius:10px;
  background:linear-gradient(145deg,#ddff78,var(--accent));color:#102000;font-size:16px;
  box-shadow:0 7px 20px rgba(199,255,53,.13)
}
.profile{
  display:flex;align-items:center;gap:8px;padding:3px 8px 3px 4px;border:0;border-radius:14px;
  background:transparent;color:var(--text);transition:background .2s
}
.profile:hover{background:rgba(255,255,255,.045)}
.profile>span{
  width:34px;height:34px;display:grid;place-items:center;border-radius:11px;
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);font-size:9px;font-weight:900
}
.profile>div{display:flex;flex-direction:column;align-items:flex-start}
.profile strong{font-size:9px}.profile small{font-size:7px;color:var(--muted)}

.content{width:min(1180px,calc(100% - 64px));margin:auto;padding:42px 0 96px}
.hero{
  position:relative;min-height:440px;
  display:grid;grid-template-columns:1.14fr .86fr;align-items:center;gap:58px;
  padding:44px 2px 64px
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.09) 18%,rgba(255,255,255,.09) 82%,transparent)
}
.eyebrow,.section-kicker{
  color:var(--accent);font-size:9px;font-weight:950;letter-spacing:.16em
}
.eyebrow{display:inline-flex;align-items:center;gap:7px}
.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(199,255,53,.05),0 0 16px rgba(199,255,53,.55)}
.hero h1{
  max-width:720px;margin:16px 0 17px;
  font-size:clamp(52px,6vw,82px);line-height:.91;letter-spacing:-.073em;font-weight:820
}
.hero h1 span{
  color:transparent;
  background:linear-gradient(100deg,#f8fff1 0%,var(--accent) 45%,#91ffe9 100%);
  -webkit-background-clip:text;background-clip:text
}
.hero>div:first-child>p{max-width:590px;margin:0;color:var(--muted-2);font-size:15px;line-height:1.7}
.hero-actions{display:flex;gap:9px;margin-top:28px}
.primary,.secondary{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  padding:0 19px;border-radius:15px;font-size:10px;font-weight:900;
  transition:transform .22s var(--ease),box-shadow .22s,background .22s
}
.primary{
  color:#102000;
  background:linear-gradient(145deg,#dcff78,var(--accent));
  box-shadow:0 11px 30px rgba(199,255,53,.12),inset 0 1px 0 rgba(255,255,255,.55)
}
.primary:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 17px 38px rgba(199,255,53,.17)}
.secondary{
  border:1px solid var(--stroke-strong);
  background:rgba(255,255,255,.035);color:var(--text);
  backdrop-filter:blur(15px)
}
.secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.06)}

.hero-card{
  position:relative;overflow:hidden;min-height:300px;
  display:flex;flex-direction:column;justify-content:flex-end;padding:28px;
  border:1px solid rgba(255,255,255,.09);border-radius:32px;
  background:
    radial-gradient(circle at 78% 12%,rgba(199,255,53,.12),transparent 24%),
    radial-gradient(circle at 22% 96%,rgba(78,111,255,.10),transparent 34%),
    rgba(12,24,20,.82);
  box-shadow:var(--shadow-2),inset 0 1px 0 rgba(255,255,255,.07);
  transform:perspective(900px) rotateY(-2deg) rotateX(1deg);
  transition:transform .4s var(--ease),border-color .3s
}
.hero-card:hover{transform:perspective(900px) rotateY(0) rotateX(0) translateY(-4px);border-color:rgba(199,255,53,.18)}
.hero-card:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.075),transparent 24%,transparent 75%,rgba(199,255,53,.04))
}
.hero-mode{
  position:relative;z-index:1;margin-bottom:auto;width:max-content;display:flex;align-items:center;gap:7px;
  padding:8px 10px;border:1px solid rgba(199,255,53,.16);border-radius:999px;
  background:rgba(199,255,53,.08);color:var(--accent);font-size:7px;font-weight:950;letter-spacing:.11em;
  backdrop-filter:blur(16px)
}
.hero-mode i{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}
.hero-card>strong{position:relative;z-index:1;font-size:36px;line-height:1.02;letter-spacing:-.055em}
.hero-card>strong span{color:var(--accent)}
.hero-card>p{position:relative;z-index:1;max-width:330px;margin:11px 0 0;color:var(--muted-2);font-size:10px;line-height:1.6}

.section{padding-top:54px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:21px}
.section-head h2,.explore-head h2{margin:7px 0 4px;font-size:32px;letter-spacing:-.052em;font-weight:760}
.section-head p,.explore-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}
.status{
  padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:18px;
  color:var(--muted);font-size:9px;
  background:rgba(255,255,255,.022);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)
}

.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.feature-card{
  --mx:50%;--my:50%;
  position:relative;overflow:hidden;
  border:1px solid rgba(255,255,255,.08);border-radius:25px;
  background:linear-gradient(180deg,rgba(17,31,26,.94),rgba(11,23,19,.94));
  box-shadow:0 14px 45px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .28s var(--ease),border-color .28s,box-shadow .28s
}
.feature-card:before{
  content:"";position:absolute;inset:0;opacity:0;pointer-events:none;
  background:radial-gradient(420px circle at var(--mx) var(--my),rgba(199,255,53,.07),transparent 42%);
  transition:opacity .25s
}
.feature-card:hover{transform:translateY(-4px);border-color:rgba(199,255,53,.15);box-shadow:0 22px 58px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.055)}
.feature-card:hover:before{opacity:1}
.feature-head{
  position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-height:58px;padding:13px 17px;border-bottom:1px solid rgba(255,255,255,.065)
}
.feature-head>span{min-width:0;display:flex;align-items:center;gap:9px}
.feature-head img{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.18))}
.feature-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;letter-spacing:.02em}
.feature-head small{flex:0 0 auto;color:var(--muted);font-size:8px}
.feature-match{
  position:relative;z-index:1;display:grid;grid-template-columns:1fr 86px 1fr;align-items:center;
  min-height:190px;padding:25px 16px 18px
}
.feature-match>.feature-vs{
  width:42px;height:42px;display:grid;place-items:center;margin:auto;
  border:1px solid rgba(255,255,255,.08);border-radius:50%;
  background:rgba(255,255,255,.025);color:#70817b;font-size:7px
}
.feature-final-score{min-width:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}
.feature-final-score>small{color:var(--muted);font-size:5.5px;font-weight:900;letter-spacing:.08em;white-space:nowrap}
.feature-final-score>strong{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--text);font-size:26px;letter-spacing:-.06em}
.feature-final-score>strong em{font-style:normal;color:#70817b;font-size:10px}
.feature-penalty-score{display:flex;align-items:center;gap:6px;padding:5px 7px;border:1px solid rgba(199,255,53,.16);border-radius:999px;background:rgba(199,255,53,.045);white-space:nowrap}
.feature-penalty-score b{color:var(--accent);font-size:5px;letter-spacing:.08em}
.feature-penalty-score span{color:var(--text);font-size:7px;font-weight:950}
.feature-team{min-width:0;display:flex;flex-direction:column;align-items:center;gap:11px;text-align:center}
.feature-team img{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.25));transition:transform .25s var(--ease)}
.feature-card:hover .feature-team img{transform:scale(1.04)}
.feature-team strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;letter-spacing:-.02em}
.feature-reason{position:relative;z-index:1;padding:0 17px 14px;color:var(--accent);font-size:8px;font-weight:700}
.feature-card footer{
  position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:9px;
  min-height:60px;padding:11px 15px 11px 17px;border-top:1px solid rgba(255,255,255,.065);
  background:rgba(255,255,255,.012)
}
.feature-card footer>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:8px}
.create-btn{
  flex:0 0 auto;border:0;border-radius:13px;padding:10px 13px;
  color:#102000;background:linear-gradient(145deg,#ddff79,var(--accent));
  font-size:8px;font-weight:950;
  box-shadow:0 8px 22px rgba(199,255,53,.10),inset 0 1px 0 rgba(255,255,255,.48);
  transition:transform .2s var(--ease),box-shadow .2s
}
.create-btn:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 12px 28px rgba(199,255,53,.15)}

.explore-shell{
  position:relative;padding:24px;
  border:1px solid rgba(255,255,255,.075);border-radius:26px;
  background:linear-gradient(180deg,rgba(15,28,24,.88),rgba(10,20,17,.88));
  box-shadow:var(--shadow-1),inset 0 1px 0 rgba(255,255,255,.045)
}
.explore-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}
.competition-trigger{
  min-width:310px;display:grid;grid-template-columns:42px 1fr 22px;align-items:center;gap:10px;
  padding:8px 10px;border:1px solid rgba(255,255,255,.09);border-radius:17px;
  background:rgba(255,255,255,.04);color:var(--text);text-align:left;
  backdrop-filter:blur(18px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .2s var(--ease),background .2s,border-color .2s
}
.competition-trigger:hover{transform:translateY(-1px);background:rgba(255,255,255,.06);border-color:rgba(199,255,53,.13)}
.trigger-logo{
  width:40px;height:40px;display:grid;place-items:center;border-radius:13px;
  background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden
}
.trigger-logo img{width:30px;height:30px;object-fit:contain}
.competition-trigger>span:nth-child(2){display:flex;flex-direction:column;gap:2px}
.competition-trigger small{font-size:7px;color:var(--muted)}
.competition-trigger strong{font-size:10px}
.competition-trigger>b{color:var(--muted);font-size:11px}
.competition-menu{
  margin-top:12px;overflow:hidden;
  border:1px solid rgba(255,255,255,.10);border-radius:20px;
  background:rgba(8,18,15,.68);
  backdrop-filter:blur(34px) saturate(150%);
  -webkit-backdrop-filter:blur(34px) saturate(150%);
  box-shadow:var(--shadow-2),inset 0 1px 0 rgba(255,255,255,.06)
}
.competition-search{display:flex;align-items:center;gap:9px;padding:12px 15px;border-bottom:1px solid var(--stroke)}
.competition-search span{color:var(--muted)}
.competition-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:10px}
.competition-search input::placeholder{color:#65756f}
.competition-group{padding:12px 13px;border-top:1px solid rgba(255,255,255,.055)}
.competition-group:first-child{border-top:0}
.competition-group-title{display:block;margin:2px 5px 8px;color:var(--muted);font-size:7px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.competition-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.competition-option{
  --mx:50%;--my:50%;
  position:relative;overflow:hidden;min-width:0;display:flex;align-items:center;gap:9px;
  padding:10px;border:1px solid transparent;border-radius:13px;
  background:rgba(255,255,255,.025);color:var(--text);text-align:left;
  transition:transform .2s var(--ease),background .2s,border-color .2s
}
.competition-option:before{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(220px circle at var(--mx) var(--my),rgba(199,255,53,.08),transparent 45%);transition:opacity .2s;pointer-events:none}
.competition-option:hover{transform:translateY(-1px);border-color:rgba(199,255,53,.13);background:rgba(255,255,255,.04)}
.competition-option:hover:before{opacity:1}
.competition-option img{position:relative;z-index:1;width:30px;height:30px;object-fit:contain;flex:0 0 auto}
.competition-option span{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.competition-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.competition-option small{font-size:6px;color:var(--muted)}

.empty-state{
  min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  margin-top:17px;border:1px dashed rgba(255,255,255,.095);border-radius:19px;
  background:rgba(255,255,255,.015);text-align:center
}
.empty-state>span{font-size:24px;filter:grayscale(.25)}
.empty-state strong{margin-top:8px;font-size:10px}
.empty-state p{max-width:430px;margin:5px 0 0;color:var(--muted);font-size:7px;line-height:1.5}
.selected-league{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:16px;padding:13px 14px;border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.025)
}
.selected-league>div{display:flex;align-items:center;gap:10px}
.selected-league img{width:38px;height:38px;object-fit:contain}
.selected-league span{display:flex;flex-direction:column;gap:2px}
.selected-league small{font-size:7px;color:var(--muted)}
.selected-league strong{font-size:11px}.selected-league>b{font-size:7px;color:var(--muted)}
.game-list{margin-top:9px}
.game-row{
  display:grid;grid-template-columns:86px 1fr 28px 1fr 112px;align-items:center;gap:9px;
  min-height:68px;padding:9px 11px;border-top:1px solid rgba(255,255,255,.055);
  transition:background .2s
}
.game-row:first-child{border-top:0}
.game-row:hover{background:rgba(255,255,255,.018)}
.game-row.has-competition{padding-top:10px;padding-bottom:11px}
.game-competition-line{grid-column:1/-1;display:flex;align-items:center;gap:7px;min-width:0;padding:0 1px 3px;color:var(--muted)}
.game-competition-line img{width:16px;height:16px;object-fit:contain;flex:0 0 16px}
.game-competition-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#aebbb6;font-size:7px;font-weight:850;letter-spacing:.01em}
.game-competition-fallback{width:16px;height:16px;display:grid;place-items:center;flex:0 0 16px;font-size:9px}
.game-time{display:flex;flex-direction:column;color:var(--muted);font-size:7px}
.game-time strong{margin-top:2px;color:var(--text);font-size:9px}
.game-team{min-width:0;display:flex;align-items:center;gap:8px}
.game-team.away{justify-content:flex-end;text-align:right}
.game-team img{width:32px;height:32px;object-fit:contain}
.game-team strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
.game-vs{text-align:center;color:#66766f;font-size:7px}

/* live */
.live-section{position:relative}
.live-section:before{content:"";position:absolute;left:0;right:0;top:42px;height:1px;background:linear-gradient(90deg,rgba(255,91,91,.20),transparent 48%);pointer-events:none}
.live-kicker{display:inline-flex;align-items:center;gap:7px;color:#ff8282}
.live-kicker>i{width:7px;height:7px;border-radius:50%;background:#ff6363;box-shadow:0 0 0 6px rgba(255,99,99,.055),0 0 13px rgba(255,99,99,.7);animation:livePulse 1.8s infinite}
@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}
.live-sync{
  display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--stroke);border-radius:13px;
  background:rgba(255,255,255,.03);color:var(--muted);font-size:7px;backdrop-filter:blur(16px)
}
.live-sync-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}
.live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.live-card{
  --mx:50%;--my:50%;
  position:relative;overflow:hidden;border:1px solid rgba(255,105,105,.12);border-radius:24px;
  background:linear-gradient(160deg,rgba(30,25,24,.78),rgba(13,24,21,.94));
  box-shadow:0 16px 48px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .25s var(--ease),border-color .25s
}
.live-card:before{content:"";position:absolute;inset:0;opacity:0;pointer-events:none;background:radial-gradient(400px circle at var(--mx) var(--my),rgba(255,105,105,.07),transparent 43%);transition:opacity .2s}
.live-card:hover{transform:translateY(-3px);border-color:rgba(255,105,105,.20)}
.live-card:hover:before{opacity:1}
.live-card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;border-bottom:1px solid var(--stroke)}
.live-league{min-width:0;display:flex;align-items:center;gap:9px}
.live-league>img{width:27px;height:27px;object-fit:contain;flex:0 0 auto}
.live-league>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.live-league strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.live-league small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px}
.live-minute{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(255,95,95,.075);color:#ff9090;font-size:7px;font-weight:950}
.live-minute>i{width:5px;height:5px;border-radius:50%;background:#ff6464;box-shadow:0 0 8px #ff6464}
.live-scoreboard{position:relative;z-index:1;display:grid;grid-template-columns:1fr 100px 1fr;align-items:center;gap:8px;padding:24px 15px 18px}
.live-team{min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.live-team img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.22))}
.live-team strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.live-result{text-align:center}
.live-result>strong{display:flex;align-items:center;justify-content:center;gap:10px;font-size:31px;letter-spacing:-.055em}
.live-result>strong span{min-width:24px}.live-result>strong em{font-style:normal;color:#687872;font-size:10px}
.live-result>small{display:block;margin-top:4px;color:var(--muted);font-size:6px}
.live-events{position:relative;z-index:1;min-height:39px;display:flex;align-items:center;gap:6px;padding:8px 14px;border-top:1px solid var(--stroke);overflow-x:auto;scrollbar-width:none}
.live-events::-webkit-scrollbar{display:none}
.live-events span{flex:0 0 auto;padding:6px 8px;border:1px solid var(--stroke);border-radius:9px;background:rgba(255,255,255,.025);color:var(--muted-2);font-size:6px}
.live-card-foot{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-top:1px solid var(--stroke)}
.live-card-foot>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px}
.live-data-label{flex:0 0 auto;color:#ff8b8b;font-size:6px;font-weight:950;letter-spacing:.08em}
.status.live-empty{display:flex;flex-direction:column;gap:4px}
.status.live-empty strong{color:var(--text);font-size:9px}
.status.live-empty span{color:var(--muted);font-size:7px}

/* drawer / creation flow */
.drawer{position:fixed;inset:0;z-index:100;display:none}
.drawer.open{display:block}
.drawer-backdrop{position:absolute;inset:0;background:rgba(0,5,4,.58);backdrop-filter:blur(13px)}
.drawer-panel{
  position:absolute;right:14px;top:14px;bottom:14px;width:min(680px,calc(100% - 28px));
  overflow:auto;padding:25px;border:1px solid rgba(255,255,255,.11);border-radius:28px;
  background:rgba(9,20,17,.78);
  backdrop-filter:blur(35px) saturate(150%);
  -webkit-backdrop-filter:blur(35px) saturate(150%);
  box-shadow:-25px 0 75px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.07)
}
.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid var(--stroke)}
.drawer-head h2{margin:6px 0 0;font-size:24px;letter-spacing:-.045em}
.drawer-head>button{
  width:38px;height:38px;border:1px solid var(--stroke);border-radius:50%;
  background:rgba(255,255,255,.04);color:var(--text);font-size:18px;
  transition:transform .2s,background .2s
}
.drawer-head>button:hover{transform:rotate(5deg);background:rgba(255,255,255,.07)}
.drawer-status{display:flex;flex-direction:column;gap:5px;margin-top:18px;padding:18px;border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.025);color:var(--muted);font-size:9px}
.drawer-status strong{color:var(--text)}
.step{display:flex;align-items:center;gap:11px;margin:23px 0 11px}
.step>b{
  width:27px;height:27px;display:grid;place-items:center;border-radius:9px;
  background:linear-gradient(145deg,#dcff77,var(--accent));color:#102000;font-size:8px;
  box-shadow:0 8px 20px rgba(199,255,53,.11)
}
.step>div{display:flex;flex-direction:column;gap:2px}
.step strong{font-size:11px}.step small{font-size:7px;color:var(--muted)}
.team-picker{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.team-choice{
  --mx:50%;--my:50%;
  position:relative;overflow:hidden;min-height:112px;display:flex;align-items:center;gap:13px;padding:14px;
  border:1px solid var(--stroke);border-radius:17px;background:rgba(255,255,255,.026);color:var(--text);text-align:left;
  transition:transform .2s var(--ease),border-color .2s,background .2s
}
.team-choice:before{content:"";position:absolute;inset:0;opacity:0;background:radial-gradient(230px circle at var(--mx) var(--my),rgba(199,255,53,.08),transparent 45%);transition:opacity .2s;pointer-events:none}
.team-choice:hover,.team-choice.active{transform:translateY(-2px);border-color:rgba(199,255,53,.20);background:rgba(199,255,53,.035)}
.team-choice:hover:before,.team-choice.active:before{opacity:1}
.team-choice img{position:relative;z-index:1;width:54px;height:54px;object-fit:contain}
.team-choice span{position:relative;z-index:1;display:flex;flex-direction:column;gap:2px}
.team-choice small{font-size:6px;color:var(--muted)}
.team-choice strong{font-size:11px}.team-choice em{font-size:7px;color:var(--accent);font-style:normal}
.pitch{
  min-height:300px;margin:10px 0 20px;padding:9px;border:1px solid rgba(255,255,255,.13);border-radius:20px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(145deg,#133c2a,#0f3023);
  background-size:100% 25%,25% 100%,100% 100%;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -30px 60px rgba(0,0,0,.09)
}
.pitch-line{display:flex;justify-content:space-around;gap:4px;padding:7px}
.pitch-player{width:72px;text-align:center}
.pitch-player img{width:42px;height:42px;object-fit:cover;border:2px solid rgba(255,255,255,.78);border-radius:50%;background:var(--surface2);box-shadow:0 8px 18px rgba(0,0,0,.20)}
.pitch-player strong{display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}
.pitch-player small{font-size:6px;color:var(--accent)}
.selector-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px}
.selector-head h3{margin:0;font-size:14px}.selector-head small{font-size:7px;color:var(--muted)}
.selector-head>strong{color:var(--accent);font-size:12px}
.player-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.player-card{
  display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:9px;padding:9px;
  border:1px solid var(--stroke);border-radius:13px;background:rgba(255,255,255,.027);color:var(--text);text-align:left;
  transition:transform .18s var(--ease),border-color .18s,background .18s
}
.player-card:hover:not(:disabled){transform:translateY(-1px);background:rgba(255,255,255,.045)}
.player-card.selected{border-color:rgba(199,255,53,.40);background:rgba(199,255,53,.06);box-shadow:inset 0 0 0 1px rgba(199,255,53,.08)}
.player-card.unavailable{opacity:.42;cursor:not-allowed}
.player-card img{width:40px;height:40px;object-fit:cover;border-radius:10px;background:var(--surface2)}
.player-card>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.player-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.player-card small{font-size:6px;color:var(--muted)}
.tag{padding:5px 6px;border-radius:7px;background:var(--accent);color:#102000;font-size:5px}
.tag.out{background:var(--danger);color:#fff}
.continue{
  width:100%;height:47px;margin-top:16px;border:0;border-radius:14px;
  background:linear-gradient(145deg,#dcff77,var(--accent));color:#102000;font-size:9px;font-weight:1000;
  box-shadow:0 10px 28px rgba(199,255,53,.12);
  transition:transform .2s var(--ease),opacity .2s
}
.continue:not(:disabled):hover{transform:translateY(-1px)}
.continue:disabled{opacity:.28;cursor:not-allowed}

.mobile-nav{display:none}

/* accessibility / interaction */
:focus-visible{outline:2px solid rgba(199,255,53,.85);outline-offset:3px}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .hero-card{transform:none!important}
}

@media(max-width:1050px){
  :root{--sidebar:190px}
  .content{width:min(100% - 42px,960px)}
  .competition-options{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .ambient-grid{opacity:.08}
  .sidebar{display:none}
  .main{margin-left:0}
  .topbar{top:9px;width:calc(100% - 18px);height:57px;margin:9px auto 0;padding:0 8px 0 14px;border-radius:19px}
  .mobile-brand{display:block;margin-right:auto;line-height:0}
  .profile>div{display:none}
  .content{width:min(100% - 24px,700px);padding:23px 0 96px}
  .hero{min-height:0;grid-template-columns:1fr;gap:30px;padding:42px 1px 48px}
  .hero h1{font-size:clamp(45px,12vw,66px)}
  .hero-card{min-height:245px;transform:none}
  .featured-grid,.live-grid{grid-template-columns:1fr}
  .explore-head{align-items:flex-start;flex-direction:column}
  .competition-trigger{width:100%;min-width:0}
  .mobile-nav{
    position:fixed;left:10px;right:10px;bottom:10px;z-index:60;
    display:grid;grid-template-columns:repeat(6,1fr);gap:3px;padding:5px;
    border:1px solid rgba(255,255,255,.10);border-radius:20px;
    background:rgba(13,25,21,.62);
    backdrop-filter:blur(28px) saturate(150%);
    -webkit-backdrop-filter:blur(28px) saturate(150%);
    box-shadow:0 15px 45px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06)
  }
  .mobile-nav a{
    display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 2px;border-radius:14px;color:var(--muted);
    transition:background .2s,color .2s,transform .2s
  }
  .mobile-nav a .nav-icon{width:18px;height:18px;flex:0 0 18px}
  .mobile-nav a small{font-size:6px;font-weight:800}
  .mobile-nav a.active{background:rgba(199,255,53,.14);color:var(--accent)}
}
@media(max-width:560px){
  .wallet small{display:none}
  .content{width:calc(100% - 20px)}
  .hero>div:first-child>p{font-size:13px}
  .hero-actions{flex-direction:column}
  .primary,.secondary{width:100%}
  .hero-card{padding:23px;min-height:220px}
  .hero-card>strong{font-size:31px}
  .section{padding-top:45px}
  .section-head h2,.explore-head h2{font-size:27px}
  .live-sync{display:none}
  .feature-match{min-height:175px}
  .feature-team img{width:61px;height:61px}
  .competition-options{grid-template-columns:1fr}
  .game-row{grid-template-columns:60px 1fr 22px 1fr;gap:6px}
  .game-row .create-btn{grid-column:1/-1;width:100%}
  .game-team{flex-direction:column;text-align:center}
  .game-team.away{flex-direction:column;justify-content:center;text-align:center}
  .drawer-panel{right:8px;top:8px;bottom:8px;width:calc(100% - 16px);padding:19px;border-radius:23px}
  .team-picker,.player-list{grid-template-columns:1fr}
}

/* v8.1 - more imagery and product elements */
.hero-visual{
  position:relative;
  margin:12px -4px 16px;
  min-height:240px;
}
.hero-device-art{
  width:100%;
  max-width:430px;
  margin:0 auto;
  filter:drop-shadow(0 24px 40px rgba(0,0,0,.28));
}
.hero-float{
  position:absolute;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:12px 14px;
  min-width:168px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(10,22,18,.72);
  backdrop-filter:blur(18px) saturate(145%);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
  box-shadow:0 18px 36px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-float small{font-size:6px;letter-spacing:.12em;color:var(--muted);font-weight:900}
.hero-float strong{margin:0;font-size:12px;letter-spacing:-.03em}
.hero-float strong span{color:var(--accent)}
.hero-float em{font-style:normal;font-size:6px;color:var(--muted-2)}
.hero-float-live{left:-8px;top:24px}
.hero-float-xp{right:-6px;bottom:22px}
.hero-pill-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.hero-pill-row span{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  color:var(--muted-2);
  font-size:7px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)
}
.how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.how-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(17,31,26,.88),rgba(10,20,17,.92));
  box-shadow:0 16px 40px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .24s var(--ease),border-color .24s
}
.how-card:hover{transform:translateY(-3px);border-color:rgba(199,255,53,.16)}
.how-card img{width:100%;height:190px;object-fit:cover;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01))}
.how-card>div{padding:16px 16px 18px}
.how-card small{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:rgba(199,255,53,.12);color:var(--accent);font-size:7px;font-weight:900}
.how-card strong{display:block;margin-top:12px;font-size:16px;letter-spacing:-.03em}
.how-card p{margin:8px 0 0;color:var(--muted);font-size:10px;line-height:1.6}
@media(max-width:1050px){
  .how-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .hero-visual{min-height:220px}
  .hero-device-art{max-width:360px}
  .hero-float-live{left:0;top:16px}
  .hero-float-xp{right:0;bottom:16px}
  .how-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero-visual{min-height:200px;margin:8px -2px 14px}
  .hero-device-art{max-width:320px}
  .hero-float{min-width:132px;padding:10px 11px;border-radius:15px}
  .hero-float strong{font-size:10px}
  .hero-float-live{top:10px}
  .hero-float-xp{bottom:10px}
  .hero-pill-row span{font-size:6px}
  .how-card img{height:170px}
}

/* ===== v9 - contas e autenticação ===== */
.guest-actions{display:flex;align-items:center;gap:7px}
.auth-ghost,.auth-primary{
  height:39px;padding:0 13px;border-radius:13px;font-size:8px;font-weight:900;
  transition:transform .2s var(--ease),background .2s,border-color .2s
}
.auth-ghost{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);color:var(--text)}
.auth-primary{border:0;background:linear-gradient(145deg,#dcff78,var(--accent));color:#102000;box-shadow:0 8px 22px rgba(199,255,53,.11)}
.auth-ghost:hover,.auth-primary:hover{transform:translateY(-1px)}
.profile-wrap{position:relative}
.profile-menu{
  position:absolute;right:0;top:48px;width:220px;z-index:80;padding:8px;
  border:1px solid rgba(255,255,255,.10);border-radius:17px;
  background:rgba(9,20,17,.86);backdrop-filter:blur(28px) saturate(145%);
  -webkit-backdrop-filter:blur(28px) saturate(145%);
  box-shadow:0 22px 55px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06)
}
.profile-menu-user{display:flex;flex-direction:column;gap:3px;padding:9px 10px 11px;border-bottom:1px solid var(--stroke)}
.profile-menu-user strong{font-size:10px}.profile-menu-user small{overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:7px}
.profile-menu>button{width:100%;margin-top:7px;padding:9px 10px;border:0;border-radius:10px;background:transparent;color:#ff9999;text-align:left;font-size:8px;font-weight:800}
.profile-menu>button:hover{background:rgba(255,100,100,.06)}
.account-side-card #sidebarAccountName{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-side-card #sidebarAccountEmail{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.auth-modal{position:fixed;inset:0;z-index:130;display:none;place-items:center;padding:18px}
.auth-modal.open{display:grid}
.auth-backdrop{position:absolute;inset:0;background:rgba(0,5,4,.68);backdrop-filter:blur(15px)}
.auth-card{
  position:relative;z-index:1;width:min(520px,100%);max-height:calc(100vh - 36px);overflow:auto;
  padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:30px;
  background:linear-gradient(160deg,rgba(18,33,28,.86),rgba(8,18,15,.91));
  backdrop-filter:blur(36px) saturate(155%);-webkit-backdrop-filter:blur(36px) saturate(155%);
  box-shadow:0 35px 100px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.08)
}
.auth-card:before{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:50%;background:rgba(199,255,53,.07);filter:blur(45px);pointer-events:none}
.auth-close{position:absolute;right:17px;top:17px;width:36px;height:36px;border:1px solid var(--stroke);border-radius:50%;background:rgba(255,255,255,.04);color:var(--text);font-size:18px}
.auth-brand{position:relative;display:flex;align-items:center;width:max-content;margin-bottom:26px}
.auth-heading{position:relative}.auth-heading h2{margin:7px 0 5px;font-size:29px;letter-spacing:-.05em}.auth-heading p{margin:0;color:var(--muted);font-size:9px;line-height:1.55}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:22px 0 16px;padding:4px;border:1px solid var(--stroke);border-radius:14px;background:rgba(255,255,255,.025)}
.auth-tabs button{height:37px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:8px;font-weight:900}
.auth-tabs button.active{background:rgba(199,255,53,.11);color:var(--accent);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.auth-message{margin-bottom:12px;padding:10px 12px;border-radius:11px;border:1px solid rgba(255,110,110,.16);background:rgba(255,90,90,.05);color:#ffb0b0;font-size:8px;line-height:1.45}
.auth-message.success{border-color:rgba(199,255,53,.18);background:rgba(199,255,53,.05);color:var(--accent)}
.auth-form{display:flex;flex-direction:column;gap:11px}
.auth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.auth-form label{display:flex;flex-direction:column;gap:6px}.auth-form label>span{font-size:7px;color:var(--muted-2);font-weight:800}.auth-form label>span em{font-style:normal;color:var(--muted);font-weight:500}
.auth-form input[type="text"],.auth-form input[type="email"],.auth-form input[type="password"]{
  width:100%;height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.09);border-radius:12px;
  outline:0;background:rgba(255,255,255,.03);color:var(--text);font-size:9px;
  transition:border-color .18s,background .18s,box-shadow .18s
}
.auth-form input:focus{border-color:rgba(199,255,53,.32);background:rgba(255,255,255,.045);box-shadow:0 0 0 3px rgba(199,255,53,.045)}
.auth-form input::placeholder{color:#65756f}
.auth-check{display:grid!important;grid-template-columns:17px 1fr;align-items:start;gap:8px!important;padding:4px 1px}
.auth-check input{width:15px;height:15px;margin:0;accent-color:var(--accent)}
.auth-check span{font-size:7px!important;line-height:1.45;color:var(--muted)!important;font-weight:500!important}
.auth-submit{height:45px;margin-top:2px;border:0;border-radius:13px;background:linear-gradient(145deg,#dcff78,var(--accent));color:#102000;font-size:9px;font-weight:1000;box-shadow:0 10px 28px rgba(199,255,53,.12)}
.auth-submit:disabled{opacity:.45;cursor:not-allowed}
.auth-security{margin:15px 0 0;padding-top:13px;border-top:1px solid var(--stroke);color:var(--muted);font-size:6px;line-height:1.5;text-align:center}
@media(max-width:560px){
  .guest-actions{gap:5px}.auth-ghost,.auth-primary{height:36px;padding:0 9px;font-size:7px}
  .auth-card{padding:22px 17px;border-radius:24px}.auth-form-grid{grid-template-columns:1fr}.auth-heading h2{font-size:25px}
}

/* ===== v9.1 — autenticação corrigida/refinada ===== */
.auth-modal{
  position:fixed;
  inset:0;
  z-index:130;
  display:none;
  place-items:center;
  padding:24px;
  overflow:auto;
}
.auth-modal.open{display:grid}
.auth-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,6,5,.72);
  backdrop-filter:blur(18px) saturate(120%);
  -webkit-backdrop-filter:blur(18px) saturate(120%);
}
.auth-card{
  position:relative;
  z-index:1;
  width:min(468px,100%);
  max-height:min(760px,calc(100dvh - 48px));
  overflow:auto;
  overscroll-behavior:contain;
  padding:24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0,rgba(199,255,53,.075),transparent 25%),
    linear-gradient(155deg,rgba(16,31,26,.94),rgba(7,17,14,.97));
  backdrop-filter:blur(34px) saturate(145%);
  -webkit-backdrop-filter:blur(34px) saturate(145%);
  box-shadow:0 36px 100px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.075);
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.12) transparent;
  transition:width .25s var(--ease),transform .25s var(--ease);
}
.auth-modal.register-mode .auth-card{width:min(540px,100%)}
.auth-card:before{display:none}
.auth-close{
  position:absolute;
  z-index:3;
  right:16px;
  top:16px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  background:rgba(255,255,255,.035);
  color:#a8b7b1;
  font-size:18px;
  line-height:1;
  transition:transform .18s var(--ease),background .18s,color .18s;
}
.auth-close:hover{transform:rotate(5deg);background:rgba(255,255,255,.07);color:#fff}
.auth-header{padding-right:40px}
.auth-brand{
  display:flex;
  align-items:center;
  width:max-content;
  margin:0 0 21px;
}
.auth-heading{position:relative}
.auth-eyebrow{display:block;color:var(--accent);font-size:7px;font-weight:950;letter-spacing:.15em}
.auth-heading h2{
  margin:7px 0 5px;
  font-size:clamp(28px,4vw,34px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:820;
}
.auth-heading p{max-width:390px;margin:0;color:var(--muted);font-size:9px;line-height:1.55}
.auth-tabs{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
  margin:20px 0 17px;
  padding:4px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:rgba(255,255,255,.022);
}
.auth-tabs button{
  height:38px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#7f8f89;
  font-size:8px;
  font-weight:900;
  transition:background .18s,color .18s,box-shadow .18s;
}
.auth-tabs button.active{
  color:var(--accent);
  background:linear-gradient(145deg,rgba(199,255,53,.12),rgba(199,255,53,.07));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 4px 16px rgba(0,0,0,.10);
}
.auth-message{
  margin:0 0 13px;
  padding:10px 12px;
  border:1px solid rgba(255,105,105,.16);
  border-radius:11px;
  background:rgba(255,90,90,.05);
  color:#ffb1b1;
  font-size:8px;
  line-height:1.45;
}
.auth-message.success{border-color:rgba(199,255,53,.18);background:rgba(199,255,53,.05);color:var(--accent)}
.auth-panels{position:relative}
.auth-form{display:none;flex-direction:column;gap:12px;animation:authPanelIn .18s var(--ease)}
.auth-form.active{display:flex}
.auth-form[hidden]{display:none!important}
@keyframes authPanelIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.auth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.auth-field{display:flex;flex-direction:column;gap:6px}
.auth-label{color:#aebbb6;font-size:7px;font-weight:850;letter-spacing:.01em}
.auth-label em{font-style:normal;color:#687872;font-weight:550}
.auth-input-wrap{
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
}
.auth-input-icon{
  position:absolute;
  left:13px;
  z-index:1;
  width:18px;
  color:#64756f;
  font-size:9px;
  font-weight:850;
  text-align:center;
  pointer-events:none;
}
.auth-lock{width:10px;height:9px;left:17px;border:1.5px solid #64756f;border-radius:3px}
.auth-lock:before{content:"";position:absolute;left:1px;right:1px;top:-7px;height:7px;border:1.5px solid #64756f;border-bottom:0;border-radius:7px 7px 0 0}
.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"]{
  width:100%;
  height:49px;
  padding:0 68px 0 43px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:14px;
  outline:0;
  background:rgba(255,255,255,.028);
  color:var(--text);
  font-size:9px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
  transition:border-color .18s,background .18s,box-shadow .18s;
}
.auth-form input[type="text"],.auth-form input[type="email"]{padding-right:13px}
.auth-form input:hover{background:rgba(255,255,255,.038)}
.auth-form input:focus{border-color:rgba(199,255,53,.32);background:rgba(255,255,255,.045);box-shadow:0 0 0 3px rgba(199,255,53,.045)}
.auth-form input::placeholder{color:#5f706a}
.auth-password-toggle{
  position:absolute;
  right:8px;
  height:31px;
  padding:0 8px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#72827c;
  font-size:6px;
  font-weight:850;
}
.auth-password-toggle:hover{background:rgba(255,255,255,.045);color:#b7c3be}
.auth-check{
  display:grid!important;
  grid-template-columns:19px 1fr;
  align-items:center;
  gap:9px!important;
  margin-top:1px;
  padding:3px 1px;
}
.auth-check input{
  appearance:none;
  width:18px;
  height:18px;
  margin:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:6px;
  background:rgba(255,255,255,.035);
  cursor:pointer;
}
.auth-check input:checked{border-color:var(--accent);background:var(--accent)}
.auth-check input:checked:after{content:"✓";display:grid;place-items:center;height:100%;color:#102000;font-size:10px;font-weight:1000}
.auth-check span{font-size:7px!important;line-height:1.45;color:#7e8f89!important;font-weight:500!important}
.auth-check span b{color:#aab8b3;font-weight:750}
.auth-submit{
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:2px;
  border:0;
  border-radius:14px;
  background:linear-gradient(145deg,#ddff79,var(--accent));
  color:#102000;
  font-size:9px;
  font-weight:1000;
  box-shadow:0 10px 28px rgba(199,255,53,.12),inset 0 1px 0 rgba(255,255,255,.48);
  transition:transform .18s var(--ease),box-shadow .18s,opacity .18s;
}
.auth-submit b{font-size:14px;line-height:1}
.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 32px rgba(199,255,53,.16),inset 0 1px 0 rgba(255,255,255,.48)}
.auth-submit:disabled{opacity:.45;cursor:not-allowed}
.auth-security{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:16px 0 0;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#687872;
  font-size:6px;
  line-height:1.45;
  text-align:center;
}
.auth-security-icon{
  width:16px;height:16px;display:grid;place-items:center;flex:0 0 auto;
  border-radius:50%;background:rgba(199,255,53,.09);color:var(--accent);font-size:7px;font-weight:1000
}
@media(max-width:620px){
  .auth-modal{align-items:end;padding:8px}
  .auth-card,.auth-modal.register-mode .auth-card{
    width:100%;
    max-height:calc(100dvh - 16px);
    padding:21px 17px 18px;
    border-radius:24px;
  }
  .auth-header{padding-right:38px}
  .auth-brand{margin-bottom:17px}
  .auth-heading h2{font-size:28px}
  .auth-tabs{margin-top:17px}
  .auth-form-grid{grid-template-columns:1fr}
  .auth-form input[type="text"],.auth-form input[type="email"],.auth-form input[type="password"]{height:48px;font-size:16px}
  .auth-form input::placeholder{font-size:14px}
  .auth-submit{height:49px}
  .auth-security{margin-top:14px}
}


/* =========================================================
   V10 — CENTRAL DA PARTIDA
   ========================================================= */

body.match-center-open{overflow:hidden}

.live-card-clickable{cursor:pointer}
.live-card-clickable:after{
  content:"Ver partida →";
  position:absolute;right:14px;bottom:43px;
  padding:6px 8px;border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  color:var(--muted-2);font-size:6px;font-weight:850;
  opacity:0;transform:translateY(4px);
  transition:opacity .2s var(--ease),transform .2s var(--ease)
}
.live-card-clickable:hover:after{opacity:1;transform:translateY(0)}

.match-center{position:fixed;inset:0;z-index:140;display:none}
.match-center.open{display:block}
.match-center-backdrop{
  position:absolute;inset:0;
  background:rgba(1,7,5,.78);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px)
}
.match-center-panel{
  position:absolute;inset:12px;
  overflow:auto;
  border:1px solid rgba(255,255,255,.10);
  border-radius:30px;
  background:
    radial-gradient(circle at 50% -12%,rgba(199,255,53,.07),transparent 32rem),
    rgba(7,17,14,.92);
  backdrop-filter:blur(32px) saturate(145%);
  -webkit-backdrop-filter:blur(32px) saturate(145%);
  box-shadow:0 30px 100px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.06)
}
.match-center-topbar{
  position:sticky;top:0;z-index:10;
  min-height:76px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:13px 18px 13px 22px;
  border-bottom:1px solid var(--stroke);
  background:rgba(8,19,16,.75);
  backdrop-filter:blur(24px) saturate(145%);
  -webkit-backdrop-filter:blur(24px) saturate(145%)
}
.match-center-heading{min-width:0;display:flex;flex-direction:column;gap:3px}
.match-center-heading>strong{
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  font-size:18px;letter-spacing:-.035em
}
.match-center-heading>small{color:var(--muted);font-size:7px}
.match-center-live{
  display:inline-flex;align-items:center;gap:6px;
  color:#ff8b8b;font-size:6px;font-weight:950;letter-spacing:.12em
}
.match-center-live i{
  width:6px;height:6px;border-radius:50%;background:#ff6363;
  box-shadow:0 0 10px rgba(255,99,99,.8)
}
.match-center-actions{display:flex;align-items:center;gap:9px}
.match-center-updated{
  padding:7px 9px;border:1px solid var(--stroke);border-radius:999px;
  background:rgba(255,255,255,.025);
  color:var(--muted);font-size:6px
}
.match-center-actions button{
  width:38px;height:38px;border:1px solid var(--stroke);border-radius:50%;
  background:rgba(255,255,255,.04);color:var(--text);font-size:18px
}
.match-center-loading{
  width:min(1180px,calc(100% - 34px));margin:25px auto;
  padding:20px;border:1px solid var(--stroke);border-radius:18px;
  background:rgba(255,255,255,.025);color:var(--muted);font-size:9px
}
.match-center-loading strong{display:block;color:var(--text);margin-bottom:4px}
.match-center-content{
  width:min(1180px,calc(100% - 34px));
  margin:0 auto;padding:27px 0 54px
}
.mc-score-hero{
  display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;gap:18px;
  min-height:220px;padding:30px;
  border:1px solid rgba(255,255,255,.085);border-radius:28px;
  background:
    radial-gradient(circle at 50% 100%,rgba(199,255,53,.055),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.032),rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 20px 60px rgba(0,0,0,.16)
}
.mc-team{min-width:0;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.mc-team img{width:92px;height:92px;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(0,0,0,.30))}
.mc-team strong{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;letter-spacing:-.035em}
.mc-score{text-align:center}
.mc-score>span{
  display:inline-flex;padding:7px 10px;border-radius:999px;
  background:rgba(255,99,99,.08);color:#ff8a8a;font-size:7px;font-weight:950
}
.mc-score>strong{
  display:flex;align-items:center;justify-content:center;gap:16px;
  margin:12px 0 5px;font-size:52px;letter-spacing:-.07em
}
.mc-score>strong em{font-style:normal;color:#65756f;font-size:16px}
.mc-score>small{color:var(--muted);font-size:7px}

.mc-penalty-shootout[hidden]{display:none!important}
.mc-penalty-shootout{margin:10px 0 14px;padding:13px 15px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:rgba(255,255,255,.025)}
.mc-penalty-shootout header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;padding-bottom:9px;border-bottom:1px solid var(--stroke)}
.mc-penalty-shootout header span{display:flex;align-items:center;gap:6px;color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.1em}
.mc-penalty-shootout header span i{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 9px rgba(199,255,53,.35)}
.mc-penalty-shootout header strong{font-size:18px;letter-spacing:-.05em}
.mc-penalty-team-row{display:grid;grid-template-columns:minmax(130px,190px) 1fr 28px;align-items:center;gap:12px;min-height:38px}
.mc-penalty-team{min-width:0;display:flex;align-items:center;gap:8px}.mc-penalty-team img{width:25px;height:25px;object-fit:contain}.mc-penalty-team strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.mc-penalty-kicks{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.mc-penalty-kick{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-size:9px;font-weight:1000;border:1px solid rgba(255,255,255,.10)}
.mc-penalty-kick.scored{background:rgba(199,255,53,.12);color:var(--accent);border-color:rgba(199,255,53,.22)}.mc-penalty-kick.missed{background:rgba(255,88,88,.10);color:#ff8b8b;border-color:rgba(255,88,88,.18)}
.mc-penalty-empty{color:var(--muted);font-size:6px}.mc-penalty-team-row>b{text-align:right;font-size:13px}.mc-penalty-shootout footer{margin-top:8px;padding-top:8px;border-top:1px solid var(--stroke);color:var(--muted);font-size:6px}
@media(max-width:720px){.mc-penalty-shootout{padding:11px}.mc-penalty-team-row{grid-template-columns:minmax(88px,120px) 1fr 22px;gap:7px}.mc-penalty-team img{width:21px;height:21px}.mc-penalty-kick{width:20px;height:20px}.mc-penalty-shootout header strong{font-size:15px}}

.mc-tabs{
  position:sticky;top:76px;z-index:9;
  display:flex;gap:5px;margin:15px 0 14px;padding:5px;
  border:1px solid var(--stroke);border-radius:16px;
  background:rgba(10,22,18,.70);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px)
}
.mc-tabs button{
  flex:1;min-height:38px;border:0;border-radius:11px;
  background:transparent;color:var(--muted);
  font-size:8px;font-weight:850
}
.mc-tabs button.active{
  background:rgba(199,255,53,.11);
  color:var(--accent);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)
}

.mc-tab-panel{display:none}
.mc-tab-panel.active{display:block}
.mc-tab-panel[hidden]{display:none!important}

.mc-overview-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:14px}
.mc-card{
  border:1px solid var(--stroke);border-radius:22px;
  background:linear-gradient(180deg,rgba(17,31,26,.88),rgba(10,21,17,.90));
  box-shadow:0 15px 45px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.04)
}
.mc-card>header{padding:17px 18px 14px;border-bottom:1px solid var(--stroke)}
.mc-card>header>strong{display:block;margin-top:5px;font-size:15px;letter-spacing:-.025em}
.mc-card>header>small{display:block;margin-top:3px;color:var(--muted);font-size:7px}
.mc-full-card{overflow:hidden}

.mc-events{padding:5px 17px 13px}
.mc-event{
  display:grid;grid-template-columns:40px 29px 1fr 28px;align-items:center;gap:8px;
  min-height:59px;border-top:1px solid rgba(255,255,255,.055)
}
.mc-event:first-child{border-top:0}
.mc-event-minute{color:var(--muted);font-size:7px;font-weight:850}
.mc-event-icon{
  width:27px;height:27px;display:grid;place-items:center;
  border:1px solid var(--stroke);border-radius:9px;background:rgba(255,255,255,.025);font-size:10px
}
.mc-event-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.mc-event-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.mc-event-copy small{color:var(--muted);font-size:6px}
.mc-event>img{width:25px;height:25px;object-fit:contain}

.mc-quick-stats{padding:12px 17px 17px}
.mc-statistics{padding:12px 18px 20px}
.mc-stat-row{padding:10px 0;border-top:1px solid rgba(255,255,255,.052)}
.mc-stat-row:first-child{border-top:0}
.mc-stat-values{
  display:grid;grid-template-columns:65px 1fr 65px;align-items:center;gap:8px;margin-bottom:7px
}
.mc-stat-values strong{font-size:9px}
.mc-stat-values strong:last-child{text-align:right}
.mc-stat-values span{text-align:center;color:var(--muted);font-size:7px}
.mc-stat-bars{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.mc-stat-bars>span{height:5px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.05)}
.mc-stat-bars>span:first-child{display:flex;justify-content:flex-end}
.mc-stat-bars i{display:block;height:100%;border-radius:inherit;background:var(--accent)}
.mc-stat-bars>span:last-child i{background:#79a0ff}

.mc-player-teams{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mc-player-team{overflow:hidden}
.mc-player-team-head{
  display:flex;align-items:center;justify-content:space-between!important;gap:9px
}
.mc-player-team-head>span{display:flex;align-items:center;gap:9px}
.mc-player-team-head img{width:32px;height:32px;object-fit:contain}
.mc-player-team-head strong{margin:0!important;font-size:12px!important}
.mc-player-team-head>small{color:var(--muted);font-size:6px}
.mc-player-team>div{padding:4px 14px 13px}
.mc-player-row{
  display:grid;grid-template-columns:38px 1fr 34px;align-items:center;gap:9px;
  min-height:54px;border-top:1px solid rgba(255,255,255,.05)
}
.mc-player-row:first-child{border-top:0}
.mc-player-row>img{
  width:36px;height:36px;object-fit:cover;border-radius:11px;background:var(--surface2)
}
.mc-player-row>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.mc-player-row>span strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.mc-player-row>span small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px}
.mc-player-row>b{
  width:32px;height:27px;display:grid;place-items:center;border-radius:9px;
  background:rgba(199,255,53,.075);color:var(--accent);font-size:8px
}

.mc-resenha{display:grid;gap:12px}
.mc-resenha-empty{
  min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:30px;border:1px dashed rgba(255,255,255,.11);border-radius:24px;
  background:rgba(255,255,255,.018);text-align:center
}
.mc-resenha-empty-icon{
  width:56px;height:56px;display:grid;place-items:center;margin-bottom:14px;
  border:1px solid rgba(199,255,53,.14);border-radius:18px;
  background:rgba(199,255,53,.06);color:var(--accent);font-size:18px;font-weight:950
}
.mc-resenha-empty strong{font-size:15px;letter-spacing:-.025em}
.mc-resenha-empty p{max-width:470px;margin:7px 0 0;color:var(--muted);font-size:8px;line-height:1.6}
.mc-resenha-empty button{
  margin-top:16px;padding:10px 15px;border:0;border-radius:12px;
  background:var(--accent);color:#102000;font-size:8px;font-weight:950
}

.mc-resenha-card{
  overflow:hidden;border:1px solid rgba(199,255,53,.11);border-radius:24px;
  background:linear-gradient(145deg,rgba(199,255,53,.035),rgba(14,27,23,.90));
  box-shadow:0 18px 55px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.04)
}
.mc-resenha-card>header{
  display:flex;align-items:center;justify-content:space-between;padding:16px 18px;
  border-bottom:1px solid var(--stroke)
}
.mc-resenha-card>header>span{display:flex;flex-direction:column;gap:3px}
.mc-resenha-card>header small{color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.12em}
.mc-resenha-card>header strong{font-size:13px}
.mc-resenha-card>header>b{color:var(--muted);font-size:7px}
.mc-resenha-participants{display:grid;grid-template-columns:1fr 1fr;gap:0}
.mc-resenha-side{padding:17px}
.mc-resenha-side+ .mc-resenha-side{border-left:1px solid var(--stroke)}
.mc-resenha-side.current{background:rgba(199,255,53,.025)}
.mc-resenha-user{display:grid;grid-template-columns:42px minmax(0,1fr) 40px;align-items:center;gap:9px;margin-bottom:12px}
.mc-resenha-avatar{
  width:38px;height:38px;display:grid;place-items:center;overflow:hidden;
  border:1px solid var(--stroke);border-radius:12px;background:var(--surface2);font-size:8px;font-weight:950
}
.mc-resenha-avatar img{width:100%;height:100%;object-fit:cover}
.mc-resenha-team-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.mc-resenha-user small{color:var(--muted);font-size:5px;font-weight:850}
.mc-resenha-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
.mc-resenha-team-logo{width:38px;height:38px;object-fit:contain}
.mc-resenha-player-list{display:grid;gap:5px}
.mc-resenha-player{
  display:grid;grid-template-columns:35px 1fr 32px;align-items:center;gap:8px;
  padding:7px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:rgba(255,255,255,.02)
}
.mc-resenha-player>img{width:34px;height:34px;object-fit:cover;border-radius:9px;background:var(--surface2)}
.mc-resenha-player>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.mc-resenha-player strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}
.mc-resenha-player small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:5px}
.mc-resenha-player>b{
  width:30px;height:26px;display:grid;place-items:center;border-radius:8px;
  background:rgba(199,255,53,.07);color:var(--accent);font-size:7px
}
.mc-resenha-side.waiting{
  min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center
}
.mc-waiting-icon{
  width:44px;height:44px;display:grid;place-items:center;margin-bottom:9px;
  border:1px dashed rgba(255,255,255,.13);border-radius:15px;color:var(--muted);font-size:18px
}
.mc-resenha-side.waiting strong{font-size:10px}.mc-resenha-side.waiting small{margin-top:4px;color:var(--muted);font-size:6px}
.mc-resenha-card>footer{padding:11px 18px;border-top:1px solid var(--stroke);color:var(--muted);font-size:6px}
.mc-empty-small{padding:28px 10px;text-align:center;color:var(--muted);font-size:8px}

@media(max-width:820px){
  .match-center-panel{inset:7px;border-radius:23px}
  .match-center-topbar{min-height:68px;padding:10px 12px 10px 15px}
  .match-center-updated{display:none}
  .match-center-heading>strong{font-size:15px}
  .match-center-content{width:calc(100% - 18px);padding-top:13px}
  .mc-score-hero{grid-template-columns:1fr 112px 1fr;min-height:175px;padding:20px 12px}
  .mc-team img{width:65px;height:65px}.mc-team strong{font-size:12px}
  .mc-score>strong{font-size:36px;gap:10px}
  .mc-tabs{top:68px;overflow-x:auto;scrollbar-width:none}
  .mc-tabs button{min-width:100px}
  .mc-overview-grid,.mc-player-teams{grid-template-columns:1fr}
  .mc-resenha-participants{grid-template-columns:1fr}
  .mc-resenha-side+ .mc-resenha-side{border-left:0;border-top:1px solid var(--stroke)}
}

@media(max-width:520px){
  .mc-score-hero{grid-template-columns:1fr 86px 1fr;padding:18px 8px}
  .mc-team img{width:53px;height:53px}
  .mc-team strong{font-size:9px}
  .mc-score>strong{font-size:31px}
  .match-center-heading>small{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

/* =========================================================
   V11 — MATCH CENTER PRO
   ========================================================= */
.mc-pro-summary{
  display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-bottom:14px
}
.mc-possession-visual{
  padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:22px;
  background:linear-gradient(145deg,rgba(199,255,53,.035),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)
}
.mc-possession-head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:15px}
.mc-possession-head>span{display:flex;align-items:center;gap:10px}
.mc-possession-head>span:last-child{justify-content:flex-end}
.mc-possession-head img{width:36px;height:36px;object-fit:contain}
.mc-possession-head>span strong{font-size:25px;letter-spacing:-.05em}
.mc-possession-head>div{text-align:center}
.mc-possession-head>div small{display:block;color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.12em}
.mc-possession-head>div strong{display:block;margin-top:3px;font-size:10px;color:var(--muted-2)}
.mc-possession-bar{display:flex;height:9px;margin-top:17px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.04)}
.mc-possession-bar i,.mc-possession-bar b{display:block;height:100%;transition:width .4s var(--ease)}
.mc-possession-bar i{background:linear-gradient(90deg,var(--accent-2),var(--accent));border-radius:999px 0 0 999px}
.mc-possession-bar b{background:linear-gradient(90deg,#7999ff,#5e7eee);border-radius:0 999px 999px 0}
.mc-data-unavailable{display:block;margin-top:9px;text-align:center;color:var(--muted);font-size:6px}
.mc-key-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.mc-key-metric{
  min-height:74px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:11px 13px;
  border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.022)
}
.mc-key-metric>small{color:var(--muted);font-size:6px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.mc-key-metric>strong{display:flex;align-items:center;justify-content:space-between;gap:7px;font-size:15px}
.mc-key-metric>strong em{font-style:normal;color:#61716b;font-size:7px}
.mc-key-metric>strong span:first-child{color:var(--accent)}
.mc-key-metric>strong span:last-child{color:#8ca6ff}

.mc-leaders{margin-bottom:14px}
.mc-leaders-scroll{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:9px;overflow-x:auto;scrollbar-width:none}
.mc-leaders-scroll::-webkit-scrollbar{display:none}
.mc-leader-card{
  min-width:180px;padding:12px;border:1px solid var(--stroke);border-radius:17px;
  background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)
}
.mc-leader-card>small{display:block;margin-bottom:9px;color:var(--muted);font-size:6px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.mc-leader-card>div{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:8px}
.mc-leader-card img{width:36px;height:36px;object-fit:cover;border-radius:11px;background:var(--surface2)}
.mc-leader-card span{min-width:0;display:flex;flex-direction:column;gap:2px}
.mc-leader-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.mc-leader-card em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:5px;font-style:normal}
.mc-leader-card b{min-width:31px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(199,255,53,.08);color:var(--accent);font-size:8px}

.mc-stat-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}
.mc-stat-category{overflow:hidden}
.mc-stat-category .mc-statistics{padding:7px 15px 16px}
.mc-extra-stats-card{margin-top:12px}

.mc-player-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:5px 0 12px;padding:0 2px}
.mc-player-panel-head>div{display:flex;flex-direction:column;gap:5px}
.mc-player-panel-head>div>strong{font-size:20px;letter-spacing:-.04em}
.mc-player-panel-head>small{color:var(--muted);font-size:6px}
.mc-player-row-pro{min-height:84px;padding:7px 0;grid-template-columns:42px 1fr minmax(58px,auto)}
.mc-player-resenha-points{width:auto!important;min-width:58px!important;padding:0 7px!important;white-space:nowrap;font-variant-numeric:tabular-nums}
.mc-player-row-pro>img{width:42px;height:42px}
.mc-player-main-copy{padding:5px 0}
.mc-player-detail-row{display:flex!important;flex-wrap:wrap;gap:4px;margin-top:5px}
.mc-player-detail-row i{
  display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid rgba(255,255,255,.055);border-radius:7px;
  background:rgba(255,255,255,.018);font-style:normal
}
.mc-player-detail-row i small{font-size:5px!important;color:#6e7d77!important}
.mc-player-detail-row i b{font-size:6px;color:var(--muted-2)}

/* login identifier */
#loginForm input[name="identifier"]{letter-spacing:-.01em}

@media(max-width:1050px){
  .mc-pro-summary{grid-template-columns:1fr}
  .mc-key-metrics{grid-template-columns:repeat(3,1fr)}
  .mc-stat-category-grid{grid-template-columns:1fr 1fr}
  .mc-stat-category:last-child{grid-column:1/-1}
  .mc-leaders-scroll{grid-template-columns:repeat(5,190px)}
}
@media(max-width:720px){
  .mc-key-metrics{grid-template-columns:repeat(2,1fr)}
  .mc-stat-category-grid{grid-template-columns:1fr}
  .mc-stat-category:last-child{grid-column:auto}
  .mc-possession-head img{width:31px;height:31px}
  .mc-possession-head>span strong{font-size:21px}
  .mc-player-panel-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:480px){
  .mc-key-metrics{grid-template-columns:1fr 1fr}
  .mc-key-metric{min-height:66px;padding:10px}
  .mc-possession-visual{padding:15px}
  .mc-possession-head{gap:7px}
  .mc-possession-head>div strong{font-size:8px}
  .mc-leaders-scroll{grid-template-columns:repeat(5,170px)}
}


/* =========================================================
   V12 — FINALIZADAS 12H + MATCH CENTER MODAL
   ========================================================= */
.finished-kicker{color:#9cb0a9}
.finished-window{
  padding:8px 10px;border:1px solid var(--stroke);border-radius:999px;
  background:rgba(255,255,255,.025);color:var(--muted-2);font-size:7px;font-weight:900;letter-spacing:.09em
}
.finished-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.finished-card{
  overflow:hidden;cursor:pointer;
  border:1px solid rgba(255,255,255,.08);border-radius:22px;
  background:linear-gradient(160deg,rgba(18,31,27,.90),rgba(9,20,17,.92));
  box-shadow:0 14px 42px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .22s var(--ease),border-color .22s,box-shadow .22s
}
.finished-card:hover{transform:translateY(-3px);border-color:rgba(199,255,53,.15);box-shadow:0 20px 52px rgba(0,0,0,.24)}
.finished-card>header{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-height:55px;padding:11px 13px;border-bottom:1px solid var(--stroke)
}
.finished-league{min-width:0;display:flex;align-items:center;gap:8px}
.finished-league>img{width:26px;height:26px;object-fit:contain}
.finished-league>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.finished-league strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
.finished-league small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px}
.finished-badge{
  flex:0 0 auto;padding:6px 8px;border-radius:999px;
  background:rgba(199,255,53,.065);border:1px solid rgba(199,255,53,.10);
  color:#bdda79;font-size:6px;font-weight:900
}
.finished-scoreboard{display:grid;grid-template-columns:1fr 100px 1fr;align-items:center;gap:8px;padding:20px 13px}
.finished-team{min-width:0;display:flex;align-items:center;gap:9px}
.finished-team:last-child{flex-direction:row-reverse;text-align:right}
.finished-team img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 9px 14px rgba(0,0,0,.22))}
.finished-team strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.finished-score{text-align:center}
.finished-score>strong{display:block;font-size:25px;letter-spacing:-.05em}
.finished-score>strong em{margin:0 7px;color:#66766f;font-size:9px;font-style:normal}
.finished-score>small{display:block;margin-top:3px;color:var(--muted);font-size:6px}
.finished-card>footer{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:10px 13px;border-top:1px solid var(--stroke);background:rgba(255,255,255,.012)
}
.finished-card>footer span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px}
.finished-card>footer strong{flex:0 0 auto;color:var(--accent);font-size:7px}

/* Central passa a usar o mesmo paradigma do modal de autenticação. */
.match-center{padding:18px;align-items:center;justify-items:center}
.match-center.open{display:grid}
.match-center-backdrop{background:rgba(1,7,5,.70);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.match-center-panel{
  position:relative;inset:auto;
  width:min(1040px,calc(100vw - 36px));
  max-height:min(90vh,880px);
  overflow:auto;
  border-radius:30px;
  background:
    radial-gradient(circle at 50% -18%,rgba(199,255,53,.065),transparent 27rem),
    rgba(8,19,16,.92);
  animation:mcModalIn .24s var(--ease)
}
@keyframes mcModalIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
.match-center-topbar{min-height:68px;padding:11px 14px 11px 18px}
.match-center-content{width:calc(100% - 28px);padding:16px 0 28px}
.match-center-loading{width:calc(100% - 28px);margin:16px auto 22px}
.mc-score-hero{grid-template-columns:1fr 145px 1fr;min-height:175px;padding:22px;border-radius:22px}
.mc-team img{width:70px;height:70px}
.mc-team strong{font-size:13px}
.mc-score>strong{margin:9px 0 4px;font-size:42px}
.mc-tabs{top:68px;margin:11px 0 12px}
.match-center.finished .match-center-live{color:#b9d47d}
.match-center.finished .match-center-live i{background:var(--accent);box-shadow:0 0 9px rgba(199,255,53,.55)}
.match-center.finished .mc-score>span{background:rgba(199,255,53,.07);color:#c5e58a}

@media(max-width:820px){
  .finished-grid{grid-template-columns:1fr}
  .match-center{padding:8px}
  .match-center-panel{width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:23px}
  .match-center-content{width:calc(100% - 18px)}
  .match-center-loading{width:calc(100% - 18px)}
  .mc-score-hero{grid-template-columns:1fr 104px 1fr;min-height:155px;padding:16px 9px}
  .mc-team img{width:56px;height:56px}.mc-team strong{font-size:10px}
  .mc-score>strong{font-size:32px}
  .mc-tabs{top:68px}
}
@media(max-width:520px){
  .finished-scoreboard{grid-template-columns:1fr 78px 1fr;padding:17px 9px}
  .finished-team{flex-direction:column;gap:6px;text-align:center}
  .finished-team:last-child{flex-direction:column;text-align:center}
  .finished-team img{width:42px;height:42px}.finished-team strong{font-size:8px}
  .finished-score>strong{font-size:21px}
}


/* Catálogo de competições disponíveis */
.competition-subscription-note{
  display:flex;align-items:center;gap:8px;
  padding:10px 14px;
  border-bottom:1px solid var(--stroke);
  background:rgba(199,255,53,.035)
}
.competition-subscription-note strong{
  min-width:28px;height:28px;display:grid;place-items:center;
  border-radius:9px;background:rgba(199,255,53,.10);
  color:var(--accent);font-size:9px
}
.competition-subscription-note span{
  color:var(--muted);font-size:7px;line-height:1.4
}
.competition-no-games{
  min-height:170px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:24px;text-align:center;
  border:1px dashed rgba(255,255,255,.09);
  border-radius:18px;background:rgba(255,255,255,.016)
}
.competition-no-games>span{
  width:42px;height:42px;display:grid;place-items:center;
  margin-bottom:9px;border-radius:14px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.025);
  color:var(--accent);font-size:16px
}
.competition-no-games strong{font-size:10px}
.competition-no-games p{
  max-width:430px;margin:5px 0 0;
  color:var(--muted);font-size:7px;line-height:1.55
}



/* v13.4 — cards premium animados */
.how-grid{
  align-items:stretch;
}
.how-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(18,34,28,.94), rgba(9,19,16,.96));
  box-shadow:
    0 22px 70px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(199,255,53,.02);
  transform:translateY(0) scale(1);
  transition:
    transform .38s cubic-bezier(.22,1,.36,1),
    border-color .28s ease,
    box-shadow .38s ease,
    background .38s ease;
}
.how-card::before{
  content:"";
  position:absolute;
  inset:-20% -10% auto auto;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(199,255,53,.12), rgba(199,255,53,0) 68%);
  opacity:.7;
  transform:translate(20px,-30px);
  transition:transform .5s cubic-bezier(.22,1,.36,1), opacity .3s ease;
  pointer-events:none;
}
.how-card::after{
  content:"";
  position:absolute;
  inset:-35% 45% -35% -55%;
  background:linear-gradient(115deg, transparent 20%, rgba(255,255,255,.11) 48%, transparent 70%);
  transform:translateX(-120%) rotate(8deg);
  opacity:0;
  transition:transform .85s cubic-bezier(.22,1,.36,1), opacity .35s ease;
  pointer-events:none;
}
.how-card:hover,
.how-card:focus-within{
  transform:translateY(-10px) scale(1.01);
  border-color:rgba(199,255,53,.22);
  box-shadow:
    0 32px 88px rgba(0,0,0,.32),
    0 0 0 1px rgba(199,255,53,.05),
    inset 0 1px 0 rgba(255,255,255,.07),
    0 10px 30px rgba(199,255,53,.06);
}
.how-card:hover::before,
.how-card:focus-within::before{
  transform:translate(0,-8px) scale(1.08);
  opacity:1;
}
.how-card:hover::after,
.how-card:focus-within::after{
  transform:translateX(175%) rotate(8deg);
  opacity:1;
}
.how-card img{
  width:100%;
  height:230px;
  display:block;
  object-fit:cover;
  padding:10px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008));
  transform:translateY(0) scale(1);
  filter:saturate(1) brightness(1);
  transition:transform .48s cubic-bezier(.22,1,.36,1), filter .38s ease;
  animation:howCardFloat 8s ease-in-out infinite;
}
.how-card:nth-child(2) img{animation-duration:9s}
.how-card:nth-child(3) img{animation-duration:10s}
.how-card:hover img,
.how-card:focus-within img{
  transform:translateY(-4px) scale(1.03);
  filter:saturate(1.08) brightness(1.03);
}
.how-card > div{
  position:relative;
  z-index:1;
  padding:18px 18px 22px;
}
.how-card small{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(199,255,53,.15), rgba(199,255,53,.08));
  border:1px solid rgba(199,255,53,.16);
  color:var(--accent);
  font-size:8px;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .3s ease, box-shadow .3s ease;
}
.how-card:hover small,
.how-card:focus-within small{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(199,255,53,.09), inset 0 1px 0 rgba(255,255,255,.08);
}
.how-card strong{
  display:block;
  margin-top:14px;
  font-size:18px;
  letter-spacing:-.04em;
  line-height:1.1;
}
.how-card p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:10px;
  line-height:1.68;
  max-width:34ch;
}
@keyframes howCardFloat {
  0%,100% { transform:translateY(0); }
  50% { transform:translateY(-5px); }
}
@media (prefers-reduced-motion: reduce){
  .how-card,
  .how-card::before,
  .how-card::after,
  .how-card img,
  .how-card small{
    animation:none !important;
    transition:none !important;
  }
}
@media(max-width:560px){
  .how-card img{height:196px;padding:8px}
  .how-card:hover,
  .how-card:focus-within{transform:translateY(-4px) scale(1.005)}
  .how-card strong{font-size:17px}
}





/* v13.7 — seletor de campeonatos simples e funcional */
.explore-head{align-items:center}
.competition-trigger{
  min-width:330px;
  grid-template-columns:44px 1fr 24px;
  gap:11px;
  padding:9px 11px;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.competition-trigger:hover{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.12);
}
.competition-trigger b{transition:transform .2s ease,color .2s ease}
.competition-trigger[aria-expanded="true"] b{transform:rotate(180deg);color:var(--accent)}
.trigger-logo{width:40px;height:40px;border-radius:12px}

.competition-picker{
  margin-top:12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:#0d1916;
  box-shadow:0 18px 44px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.035);
}
.competition-picker-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px;
  align-items:center;
  gap:9px;
  padding:10px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.competition-search{
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 12px;
  min-height:42px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}
.competition-search span{color:var(--muted);font-size:11px}
.competition-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font-size:9px;
}
.competition-search input::placeholder{color:#68766f}
.competition-close{
  width:38px;height:38px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:rgba(255,255,255,.025);
  color:var(--muted-2);
  font-size:15px;
  line-height:1;
}
.competition-close:hover{background:rgba(255,255,255,.05);color:var(--text)}
.competition-picker-caption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:34px;
  padding:0 14px;
  color:var(--muted);
  font-size:7px;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.competition-simple-list{
  max-height:365px;
  overflow:auto;
  padding:5px;
}
.competition-simple-list::-webkit-scrollbar{width:8px}
.competition-simple-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.07);border-radius:999px}
.competition-row{
  width:100%;
  min-height:58px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto 18px;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--text);
  text-align:left;
  transition:background .16s ease;
}
.competition-row:hover{background:rgba(255,255,255,.035)}
.competition-row.active{background:rgba(199,255,53,.055)}
.competition-row-logo{
  width:36px;height:36px;
  display:grid;place-items:center;
  overflow:hidden;
  border-radius:10px;
  background:rgba(255,255,255,.035);
}
.competition-row-logo img{width:27px;height:27px;object-fit:contain}
.competition-row-main{min-width:0}
.competition-row-main strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:9px;
  line-height:1.25;
}
.competition-row-main small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:6px;
}
.competition-row-games{
  flex:0 0 auto;
  color:var(--muted-2);
  font-size:6px;
  white-space:nowrap;
}
.competition-row.has-games .competition-row-games{color:var(--accent)}
.competition-row-arrow{color:#566760;font-size:10px}
.competition-list-empty{
  padding:30px 16px;
  text-align:center;
  color:var(--muted);
  font-size:8px;
}

@media(max-width:760px){
  .explore-head{align-items:flex-start;flex-direction:column}
  .competition-trigger{width:100%;min-width:0}
  .competition-simple-list{max-height:420px}
}

/* v13.8 — Seus desafios + duelo ao vivo */
.challenges-section{position:relative}
.challenges-head{align-items:flex-end}
.challenge-kicker{color:var(--accent)}
.challenge-live-note{
  display:inline-flex;align-items:center;gap:7px;padding:8px 11px;
  border:1px solid rgba(199,255,53,.11);border-radius:999px;
  background:rgba(199,255,53,.035);color:#b9ce89;font-size:6px;font-weight:900;letter-spacing:.08em
}
.challenge-live-note i,.challenge-card.hot footer span i,.mc-duel-live-chip i{
  width:6px;height:6px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 11px rgba(199,255,53,.65);animation:challengePulse 1.8s ease-in-out infinite
}
@keyframes challengePulse{50%{opacity:.38;transform:scale(.78)}}
.challenge-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.challenge-status strong{color:var(--text)}
.challenge-status span{color:var(--muted)}
.challenge-login{
  margin-left:auto;padding:8px 13px;border:1px solid rgba(199,255,53,.16);border-radius:10px;
  background:rgba(199,255,53,.07);color:var(--accent);font-size:7px;font-weight:900
}
.challenge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.challenge-card{
  position:relative;overflow:hidden;border:1px solid var(--stroke);border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.028),rgba(8,17,14,.84));
  box-shadow:0 15px 45px rgba(0,0,0,.13),inset 0 1px 0 rgba(255,255,255,.035);
  transition:transform .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease)
}
.challenge-card[role="button"]{cursor:pointer}
.challenge-card[role="button"]:hover,.challenge-card[role="button"]:focus-visible{
  transform:translateY(-3px);border-color:rgba(199,255,53,.18);box-shadow:0 22px 55px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.05);outline:none
}
.challenge-card.hot:before{
  content:"";position:absolute;inset:-35% auto auto -10%;width:65%;height:100%;pointer-events:none;
  background:radial-gradient(circle,rgba(199,255,53,.055),transparent 68%);filter:blur(8px)
}
.challenge-card>header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--stroke)}
.challenge-mode{color:var(--muted-2);font-size:6px;font-weight:950;letter-spacing:.11em}
.challenge-state{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.035);color:var(--muted);font-size:5px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}
.challenge-state.accepted,.challenge-state.locked{background:rgba(199,255,53,.075);color:var(--accent)}
.challenge-state.live{background:rgba(255,105,105,.10);color:#ff9292}
.challenge-state.finished{color:#b9d47d}
.challenge-matchup{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 104px minmax(0,1fr);align-items:center;gap:10px;padding:18px 15px 16px}
.challenge-matchup>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}
.challenge-matchup>div img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.22))}
.challenge-matchup>div strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
.challenge-matchup>span{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}
.challenge-matchup>span small{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:5px}
.challenge-matchup>span b{color:var(--muted-2);font-size:17px;font-weight:450}
.challenge-matchup>span em{font-style:normal;color:var(--muted-2);font-size:5px}
.challenge-people{position:relative;z-index:1;display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;gap:7px;margin:0 14px 13px;padding:10px 11px;border:1px solid rgba(255,255,255,.05);border-radius:13px;background:rgba(255,255,255,.018)}
.challenge-people>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.challenge-people>span.right{text-align:right}
.challenge-people small{color:var(--accent);font-size:5px;font-weight:950}
.challenge-people strong,.challenge-people em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.challenge-people strong{font-size:8px}.challenge-people em{color:var(--muted);font-size:5px;font-style:normal}
.challenge-people>i{display:grid;place-items:center;color:#64746e;font-size:10px;font-style:normal}
.challenge-card>footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-top:1px solid var(--stroke)}
.challenge-card>footer span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:5px}
.challenge-card.hot>footer span{color:#a9c274}
.challenge-card>footer strong{color:var(--accent);font-size:6px}

.mc-duel-card.focused{border-color:rgba(199,255,53,.22);box-shadow:0 22px 68px rgba(0,0,0,.24),0 0 0 1px rgba(199,255,53,.035) inset}
.mc-duel-head{background:linear-gradient(90deg,rgba(199,255,53,.025),transparent)}
.mc-duel-live-chip{display:inline-flex!important;align-items:center;gap:6px!important;color:#aeca72!important;font-size:5px!important;letter-spacing:.08em}
.mc-duel-scoreboard{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:8px;padding:16px 18px 10px;background:radial-gradient(circle at 50% 0,rgba(199,255,53,.045),transparent 42%)}
.mc-duel-person{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}
.mc-duel-person.right{grid-template-columns:auto minmax(0,1fr);text-align:right}
.mc-duel-team-lockup{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px}
.mc-duel-team-lockup.right{grid-template-columns:minmax(0,1fr) 42px}
.mc-duel-team-lockup>img{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.22))}
.mc-duel-team-lockup>span{min-width:0;display:flex;flex-direction:column;gap:3px}
.mc-duel-team-lockup small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:5px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}
.mc-duel-team-lockup strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}
.mc-duel-person em{font-style:normal;color:var(--text);font-size:25px;font-weight:950;letter-spacing:-.05em;font-variant-numeric:tabular-nums}
.mc-duel-vs{display:grid;place-items:center;color:#566760;font-size:15px}
.mc-duel-balance{padding:0 18px 16px}
.mc-duel-balance-labels{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;margin-bottom:6px;color:var(--muted);font-size:5px;font-variant-numeric:tabular-nums}
.mc-duel-balance-labels span:last-child{text-align:right}
.mc-duel-balance-labels strong{text-align:center;color:#aebcb7;font-size:5px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.mc-duel-balance-track{height:12px;display:flex;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:#0a120f;box-shadow:0 5px 14px rgba(0,0,0,.18),inset 0 0 0 1px rgba(0,0,0,.24)}
.mc-duel-balance-track span{position:relative;display:block;height:100%;transition:width .55s var(--ease);box-shadow:inset 0 1px 0 rgba(255,255,255,.20),inset 0 -1px 0 rgba(0,0,0,.20)}
.mc-duel-balance-track span+span{border-left:2px solid rgba(5,10,8,.72)}
.mc-duel-balance-left{background:#a8db27}
.mc-duel-balance-right{background:#53d5c1}
.mc-duel-balance-teams{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:7px;color:var(--muted);font-size:5px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}
.mc-duel-balance-teams span{min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mc-duel-balance-teams span:last-child{justify-content:flex-end;text-align:right}
.mc-duel-balance-teams i{width:16px;height:5px;flex:0 0 auto;border-radius:999px;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.mc-player-live-points{width:auto!important;min-width:46px!important;padding:0 6px;color:var(--accent)!important;font-variant-numeric:tabular-nums}
.mc-resenha-player{grid-template-columns:35px minmax(0,1fr) auto}
.mc-side-total{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:9px 10px;border-top:1px solid rgba(255,255,255,.06);color:var(--muted);font-size:5px;font-weight:900;letter-spacing:.08em}
.mc-side-total strong{color:var(--accent);font-size:8px;font-variant-numeric:tabular-nums}

@media(max-width:900px){
  .challenge-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .challenges-head{align-items:flex-start}.challenge-live-note{display:none}
  .challenge-matchup{grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr);padding-inline:10px}
  .challenge-matchup>div img{width:42px;height:42px}
  .mc-duel-scoreboard{grid-template-columns:1fr 24px 1fr;padding-inline:12px}
  .mc-duel-person,.mc-duel-person.right{grid-template-columns:1fr;text-align:center;justify-items:center;gap:6px}
  .mc-duel-person.right>em{order:2}.mc-duel-person.right>.mc-duel-team-lockup{order:1}
  .mc-duel-team-lockup,.mc-duel-team-lockup.right{grid-template-columns:1fr;justify-items:center;text-align:center;gap:5px}
  .mc-duel-team-lockup.right>span{order:2}.mc-duel-team-lockup.right>img{order:1}
  .mc-duel-person em{font-size:22px}
}

/* v14.2 - criacao centralizada + convites */
.drawer-panel{
  left:50%;right:auto;top:50%;bottom:auto;
  width:min(860px,calc(100% - 34px));max-height:calc(100vh - 34px);
  transform:translate(-50%,-50%);padding:24px;box-shadow:0 28px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)
}
.player-step-title{position:relative;padding-right:62px}
.selection-counter{position:absolute;right:0;top:50%;transform:translateY(-50%);min-width:48px;padding:8px 10px;border:1px solid rgba(199,255,53,.25);border-radius:12px;background:rgba(199,255,53,.07);color:var(--accent);font-size:11px;text-align:center}
.pitch-help{margin:-2px 0 9px;color:var(--muted);font-size:7px}
.pitch{min-height:285px;margin-bottom:12px}
.pitch-player{position:relative;width:78px;padding:2px;border:0;background:transparent;color:var(--text);cursor:pointer;border-radius:13px;transition:transform .16s,background .16s}
.pitch-player:hover:not(:disabled){transform:translateY(-2px);background:rgba(255,255,255,.035)}
.pitch-player.selected{background:rgba(199,255,53,.08)}
.pitch-player.selected img{border-color:var(--accent);box-shadow:0 0 0 3px rgba(199,255,53,.12),0 8px 18px rgba(0,0,0,.2)}
.pitch-player:disabled{opacity:.36;cursor:not-allowed}
.pitch-player .pitch-check{position:absolute;right:9px;top:0;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#102000;font-size:8px;font-weight:1000;opacity:0;transform:scale(.7);transition:.16s}
.pitch-player.selected .pitch-check{opacity:1;transform:scale(1)}
.selected-player-strip{min-height:44px;display:flex;align-items:center;gap:7px;margin:7px 0 10px;padding:8px 10px;border:1px solid var(--stroke);border-radius:14px;background:rgba(255,255,255,.02);overflow-x:auto}
.selected-player-strip.empty:before{content:'Seus 5 escolhidos aparecem aqui';color:var(--muted);font-size:7px}
.selected-player-chip{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:5px 8px 5px 5px;border:1px solid rgba(199,255,53,.18);border-radius:999px;background:rgba(199,255,53,.055);color:var(--text);font-size:6px}
.selected-player-chip img{width:24px;height:24px;object-fit:cover;border-radius:50%}
.squad-more{margin-top:10px;border:1px solid var(--stroke);border-radius:14px;background:rgba(255,255,255,.018);overflow:hidden}
.squad-more summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;list-style:none;color:var(--muted);font-size:7px}
.squad-more summary::-webkit-details-marker{display:none}.squad-more summary strong{color:var(--text);font-size:7px}.squad-more[open] summary{border-bottom:1px solid var(--stroke)}
.squad-more .player-list{padding:10px;max-height:230px;overflow:auto}
.team-picker.invite-locked .team-choice:not(.active){display:none}
.team-picker.invite-locked .team-choice.active{pointer-events:none;transform:none;border-color:rgba(199,255,53,.24)}

.invite-step{padding-top:20px}
.invite-ready-head{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid rgba(199,255,53,.16);border-radius:18px;background:rgba(199,255,53,.035)}
.invite-ready-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--accent);color:#102000;font-size:16px;font-weight:1000}
.invite-ready-head>div{display:flex;flex-direction:column;gap:3px}.invite-ready-head small{color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.12em}.invite-ready-head strong{font-size:14px}.invite-ready-head p{margin:0;color:var(--muted);font-size:7px}
.invite-user-box{margin-top:15px;padding:15px;border:1px solid var(--stroke);border-radius:17px;background:rgba(255,255,255,.02)}
.invite-user-box>label{display:block;margin-bottom:8px;font-size:8px;font-weight:900}.invite-search-input{display:flex;align-items:center;height:44px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(0,0,0,.14);overflow:hidden}.invite-search-input:focus-within{border-color:rgba(199,255,53,.34);box-shadow:0 0 0 3px rgba(199,255,53,.05)}
.invite-search-input span{padding-left:13px;color:var(--accent);font-size:11px;font-weight:950}.invite-search-input input{flex:1;min-width:0;height:100%;padding:0 12px 0 3px;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:9px}
.invite-user-results{display:grid;gap:6px;margin-top:8px}.invite-user-result{width:100%;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:8px;border:1px solid var(--stroke);border-radius:12px;background:rgba(255,255,255,.025);color:var(--text);text-align:left}.invite-user-result:hover{border-color:rgba(199,255,53,.22);background:rgba(199,255,53,.035)}.invite-user-result img,.invite-user-avatar{width:34px;height:34px;object-fit:cover;border-radius:50%;background:var(--surface2)}.invite-user-result>span{min-width:0;display:flex;flex-direction:column;gap:1px}.invite-user-result strong{font-size:8px}.invite-user-result small{color:var(--muted);font-size:6px}.invite-user-result>b{color:var(--accent);font-size:6px}
.invite-inline-status{margin-top:9px;padding:9px 11px;border-radius:11px;background:rgba(199,255,53,.06);color:var(--accent);font-size:7px}.invite-inline-status.error{background:rgba(255,91,91,.07);color:#ff9b9b}
.invite-divider{display:flex;align-items:center;gap:10px;margin:17px 0;color:var(--muted);font-size:6px;text-transform:uppercase;letter-spacing:.1em}.invite-divider:before,.invite-divider:after{content:'';height:1px;flex:1;background:var(--stroke)}
.invite-share-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.invite-share{min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:9px 8px;border:1px solid var(--stroke);border-radius:14px;background:rgba(255,255,255,.025);color:var(--text);transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}
.invite-share:hover{transform:translateY(-2px);border-color:rgba(199,255,53,.20);background:rgba(255,255,255,.04);box-shadow:0 8px 24px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.03)}
.invite-share:disabled{opacity:.72;transform:none}
.invite-share .invite-share-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.075);color:var(--text);font-size:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.invite-share .invite-share-icon svg{width:16px;height:16px;display:block}
.invite-share span{font-size:6px;font-weight:850;line-height:1.2;text-align:center}
.invite-share.whatsapp .invite-share-icon{background:rgba(37,211,102,.14);color:#25d366}
.invite-share.instagram .invite-share-icon{background:rgba(225,48,108,.14);color:#f77737}
.invite-share.twitter .invite-share-icon{background:rgba(255,255,255,.08);color:#f4f7ff}
.invite-share.telegram .invite-share-icon{background:rgba(39,166,229,.14);color:#27a6e5}
.invite-share.copy .invite-share-icon{background:rgba(199,255,53,.16);color:var(--accent)}
.invite-security-note{display:flex;align-items:flex-start;gap:8px;margin-top:13px;padding:10px 12px;border:1px solid var(--stroke);border-radius:12px;color:var(--muted);font-size:6px;line-height:1.55}.invite-security-note p{margin:0}.invite-finish{width:100%;height:42px;margin-top:11px;border:1px solid var(--stroke);border-radius:12px;background:rgba(255,255,255,.025);color:var(--text);font-size:7px;font-weight:900}

.invite-modal{position:fixed;inset:0;z-index:140;display:none}.invite-modal.open{display:block}.invite-modal-backdrop{position:absolute;inset:0;background:rgba(0,5,4,.72);backdrop-filter:blur(14px)}.invite-modal-card{position:absolute;left:50%;top:50%;width:min(520px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;transform:translate(-50%,-50%);padding:23px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(9,20,17,.96);box-shadow:0 30px 90px rgba(0,0,0,.5)}.invite-modal-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:1px solid var(--stroke);border-radius:50%;background:rgba(255,255,255,.04);color:var(--text);font-size:17px}.invite-modal-loading{padding:22px;color:var(--muted);font-size:8px}.invite-modal-card h2{margin:8px 42px 5px 0;font-size:25px;letter-spacing:-.045em}.invite-modal-text{margin:0 0 15px;color:var(--muted);font-size:8px;line-height:1.55}.invite-match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:15px;border:1px solid var(--stroke);border-radius:17px;background:rgba(255,255,255,.02)}.invite-match-team{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.invite-match-team img{width:54px;height:54px;object-fit:contain}.invite-match-team strong{font-size:8px}.invite-match-vs{color:var(--muted);font-size:8px;font-weight:950}.invite-versus{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-top:9px;padding:10px 12px;border-radius:13px;background:rgba(255,255,255,.025)}.invite-versus>span{display:flex;flex-direction:column;gap:2px}.invite-versus>span:last-child{text-align:right}.invite-versus small{color:var(--muted);font-size:5px}.invite-versus strong{font-size:8px}.invite-versus b{color:var(--accent);font-size:8px}.invite-modal-status{margin-top:10px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.035);color:var(--muted);font-size:7px}.invite-modal-status.error{background:rgba(255,91,91,.07);color:#ff9b9b}.invite-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.invite-modal-actions button{height:44px;border-radius:13px;font-size:8px;font-weight:950}.invite-accept{border:0;background:var(--accent);color:#102000}.invite-decline,.invite-auth-secondary{border:1px solid var(--stroke);background:rgba(255,255,255,.03);color:var(--text)}.invite-auth-primary{grid-column:1/-1;border:0;background:var(--accent);color:#102000}.invite-auth-secondary{grid-column:1/-1}
.incoming-invite-card{padding:15px;border:1px solid rgba(199,255,53,.18);border-radius:18px;background:rgba(199,255,53,.025)}.incoming-invite-card header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.incoming-invite-card header span{color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.1em}.incoming-invite-card header strong{font-size:7px}.incoming-invite-match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.incoming-invite-match>span{display:flex;align-items:center;gap:7px}.incoming-invite-match>span:last-child{justify-content:flex-end;text-align:right}.incoming-invite-match img{width:34px;height:34px;object-fit:contain}.incoming-invite-match strong{font-size:7px}.incoming-invite-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:11px;padding-top:10px;border-top:1px solid var(--stroke)}.incoming-invite-card footer span{color:var(--muted);font-size:6px}.incoming-invite-card footer button{padding:8px 11px;border:0;border-radius:10px;background:var(--accent);color:#102000;font-size:6px;font-weight:950}

@media(max-width:720px){
  .drawer-panel{left:8px;right:8px;top:8px;bottom:8px;width:auto;max-height:none;transform:none;padding:18px;border-radius:22px}
  .invite-share-grid{grid-template-columns:repeat(3,1fr)}
  .pitch-player{width:66px}.pitch-player img{width:39px;height:39px}
}

/* v14.8 — saldo fictício de teste */
.test-money-note{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:8px 10px;border:1px solid rgba(255,196,64,.16);border-radius:11px;background:rgba(255,196,64,.045);color:#d5c69e;font-size:6px;line-height:1.4}
.test-money-note b,.test-money-inline,.invite-stake strong em,.invite-card-value em{display:inline-flex;align-items:center;justify-content:center;padding:3px 5px;border:1px solid rgba(255,196,64,.20);border-radius:6px;background:rgba(255,196,64,.08);color:#ffd274;font-size:5px;font-style:normal;font-weight:950;letter-spacing:.07em}
.test-money-inline{margin-left:4px;vertical-align:middle}
.invite-stake strong em{margin-left:5px}
.invite-card-value em{margin-left:4px;vertical-align:middle}

/* v14.7 — valor da Resenha / carteira BRL */
.stake-box{
  margin-top:14px;padding:15px;border:1px solid rgba(199,255,53,.13);border-radius:18px;
  background:rgba(199,255,53,.025);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)
}
.stake-step-title{margin-bottom:12px}
.stake-balance-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--muted);font-size:7px}
.stake-balance-row strong{color:var(--text);font-size:10px;font-variant-numeric:tabular-nums}
.stake-input-wrap{
  height:52px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:15px;
  background:rgba(0,0,0,.16);overflow:hidden;transition:border-color .16s,box-shadow .16s
}
.stake-input-wrap:focus-within{border-color:rgba(199,255,53,.38);box-shadow:0 0 0 3px rgba(199,255,53,.055)}
.stake-input-wrap>span{padding-left:15px;color:var(--accent);font-size:11px;font-weight:950}
.stake-input-wrap input{flex:1;min-width:0;height:100%;padding:0 15px 0 7px;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:20px;font-weight:950;letter-spacing:-.035em;font-variant-numeric:tabular-nums}
.stake-input-wrap input:disabled{color:var(--text);opacity:1;-webkit-text-fill-color:var(--text)}
.stake-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px}
.stake-quick button{height:34px;border:1px solid var(--stroke);border-radius:10px;background:rgba(255,255,255,.03);color:var(--text);font-size:7px;font-weight:900;transition:.15s}
.stake-quick button:hover:not(:disabled){border-color:rgba(199,255,53,.25);background:rgba(199,255,53,.055);color:var(--accent);transform:translateY(-1px)}
.stake-quick button:disabled{opacity:.35;cursor:not-allowed}
.stake-validation{margin-top:9px;color:var(--muted);font-size:6px;line-height:1.5}
.stake-validation.ok{color:var(--accent)}
.stake-validation.error{color:#ff9b9b}
.stake-box.fixed{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.018)}
.stake-box.fixed .stake-input-wrap{border-color:rgba(199,255,53,.18);background:rgba(199,255,53,.035)}
.stake-box.fixed .stake-quick{display:none}
.invite-stake{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0;padding:12px 14px;border:1px solid rgba(199,255,53,.18);border-radius:14px;background:rgba(199,255,53,.045)}
.invite-stake span{display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:6px}
.invite-stake span strong{color:var(--text);font-size:8px}
.invite-stake>b{color:var(--accent);font-size:18px;letter-spacing:-.04em;font-variant-numeric:tabular-nums}
.challenge-stake{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-weight:950;font-variant-numeric:tabular-nums}
.incoming-invite-card .invite-card-value{color:var(--accent);font-size:8px;font-weight:950;font-variant-numeric:tabular-nums}

@media(max-width:720px){
  .stake-input-wrap input{font-size:18px}
  .stake-quick{grid-template-columns:repeat(4,1fr)}
}
.challenge-toast{position:fixed;right:22px;top:88px;z-index:220;width:min(390px,calc(100% - 28px));display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(199,255,53,.20);border-radius:17px;background:rgba(8,19,16,.96);box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);animation:challengeToastIn .24s var(--ease)}
.challenge-toast-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(199,255,53,.10);color:var(--accent);font-size:17px}
.challenge-toast-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.challenge-toast-copy small{color:var(--accent);font-size:5px;font-weight:950;letter-spacing:.12em}.challenge-toast-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.challenge-toast-copy em{color:var(--muted);font-size:6px;font-style:normal}.challenge-toast button{height:34px;padding:0 11px;border:0;border-radius:10px;background:var(--accent);color:#102000;font-size:6px;font-weight:950}
@keyframes challengeToastIn{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:720px){.challenge-toast{left:14px;right:14px;top:72px;width:auto;grid-template-columns:38px 1fr}.challenge-toast-icon{width:38px;height:38px}.challenge-toast button{grid-column:2;width:max-content}}

/* v14.9 — central de notificações + estado autenticado */
#guestActions[hidden],#walletButton[hidden],#notificationWrap[hidden],#userActions[hidden],#sidebarAccountCard[hidden]{display:none!important}
/* Estado de autenticação: nenhum controle privado pode vazar para visitantes e os botões de acesso nunca aparecem durante sessão ativa. */
body.auth-pending #guestActions,
body.auth-pending #notificationWrap,
body.auth-pending #walletButton,
body.auth-pending #userActions{display:none!important}
body.authenticated #guestActions{display:none!important}
body.guest #notificationWrap,
body.guest #walletButton,
body.guest #userActions,
body.guest #sidebarAccountCard{display:none!important}
body.guest #guestActions{display:flex!important}
.notification-wrap{position:relative;display:block;margin-left:1px;margin-right:1px}
.notification-button{position:relative;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:rgba(255,255,255,.042);color:var(--text);transition:transform .18s,background .18s,border-color .18s}
.notification-button:hover{transform:translateY(-1px);background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.11)}
.notification-button svg{width:18px;height:18px;display:block}
.notification-badge{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border:2px solid #0b1612;border-radius:999px;background:#ff5f63;color:#fff;font-size:5px;font-weight:1000;line-height:1}
.notification-badge[hidden]{display:none!important}
.notification-panel{position:absolute;right:-48px;top:50px;z-index:260;width:min(340px,calc(100vw - var(--sidebar) - 76px));max-height:min(520px,calc(100vh - 110px));overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(8,19,16,.985);box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(26px) saturate(145%);-webkit-backdrop-filter:blur(26px) saturate(145%)}
.notification-panel[hidden]{display:none!important}
.notification-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px;border-bottom:1px solid var(--stroke)}
.notification-panel>header>div{display:flex;flex-direction:column;gap:2px}.notification-panel>header small{color:var(--accent);font-size:5px;font-weight:950;letter-spacing:.12em}.notification-panel>header strong{font-size:12px}
.notification-panel>header button{padding:7px 9px;border:1px solid var(--stroke);border-radius:9px;background:rgba(255,255,255,.03);color:var(--muted);font-size:6px;font-weight:850}.notification-panel>header button:hover{color:var(--text);background:rgba(255,255,255,.055)}
.notification-list{max-height:455px;overflow:auto;padding:7px}
.notification-item{width:100%;display:grid;grid-template-columns:36px 1fr auto;align-items:start;gap:9px;padding:10px;border:0;border-radius:13px;background:transparent;color:var(--text);text-align:left;transition:background .15s}
.notification-item:hover{background:rgba(255,255,255,.045)}
.notification-item.unread{background:rgba(199,255,53,.035)}
.notification-item-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.055);color:var(--muted);font-size:13px}.notification-item.unread .notification-item-icon{background:rgba(199,255,53,.10);color:var(--accent)}
.notification-item-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.notification-item-copy strong{font-size:8px}.notification-item-copy span{color:var(--muted);font-size:6px;line-height:1.45}.notification-item-copy small{color:#6f8079;font-size:5px}
.notification-unread-dot{width:6px;height:6px;margin-top:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px rgba(199,255,53,.45)}
.notification-empty{padding:30px 18px;color:var(--muted);font-size:7px;text-align:center}
.notification-empty[hidden]{display:none!important}

@media(max-width:980px) and (min-width:821px){
  .notification-panel{right:-42px;width:min(320px,calc(100vw - var(--sidebar) - 58px))}
}

@media(max-width:720px){.notification-panel{position:fixed;left:14px;right:14px;top:72px;width:auto;max-height:calc(100vh - 90px)}.wallet small{display:none}.notification-button{width:38px;height:38px}}


/* v15.0 — navegação por seções em uma única página */
.app-view[hidden]{display:none!important}
.app-view.active{animation:appViewIn .18s ease-out}
@keyframes appViewIn{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
.section-page-intro{min-height:calc(100vh - 150px)}
.section-placeholder{
  min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding:34px;border:1px solid var(--stroke);border-radius:24px;background:rgba(255,255,255,.022);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)
}
.section-placeholder-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:15px;border-radius:17px;background:rgba(199,255,53,.09);color:var(--accent);font-size:20px}
.section-placeholder strong{font-size:16px;letter-spacing:-.025em}
.section-placeholder p{max-width:560px;margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.65}
/* v15.3 — carteira: estados autenticado/visitante não podem se sobrepor */
#walletPageGuest[hidden],#walletPageLogged[hidden]{display:none!important}
body.authenticated #walletPageGuest{display:none!important}
body.guest #walletPageLogged{display:none!important}

.wallet-page-head{align-items:flex-start}
.wallet-page-test{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(255,190,82,.18);border-radius:999px;background:rgba(255,190,82,.06);color:#ffc66f;font-size:6px;font-weight:950;letter-spacing:.08em}
.wallet-page-guest{min-height:260px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:28px;border:1px solid var(--stroke);border-radius:24px;background:rgba(255,255,255,.022)}
.wallet-page-guest>div{display:flex;flex-direction:column;align-items:flex-start}.wallet-page-guest .section-placeholder-icon{margin-bottom:12px}.wallet-page-guest strong{font-size:17px}.wallet-page-guest p{margin:6px 0 0;color:var(--muted);font-size:9px}
.wallet-page-login{min-width:120px;height:43px;border:0;border-radius:13px;background:var(--accent);color:#102000;font-size:8px;font-weight:950}
.wallet-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.wallet-summary-card{min-height:160px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;border:1px solid var(--stroke);border-radius:22px;background:rgba(255,255,255,.025);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.wallet-summary-card small{margin-bottom:auto;color:var(--muted);font-size:7px;font-weight:900;letter-spacing:.09em}.wallet-summary-card strong{font-size:28px;letter-spacing:-.055em}.wallet-summary-card span{margin-top:5px;color:var(--muted);font-size:7px}.wallet-summary-card.primary-wallet-card{border-color:rgba(199,255,53,.14);background:rgba(199,255,53,.035)}.wallet-summary-card.primary-wallet-card strong{color:var(--accent)}
.wallet-test-notice{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px 14px;border:1px solid rgba(255,190,82,.14);border-radius:14px;background:rgba(255,190,82,.035);color:#d7b985;font-size:7px}.wallet-test-notice b{padding:5px 7px;border-radius:7px;background:rgba(255,190,82,.12);color:#ffc66f;font-size:6px;letter-spacing:.08em}
@media(max-width:720px){.wallet-summary-grid{grid-template-columns:1fr}.wallet-page-guest{align-items:flex-start;flex-direction:column}.wallet-page-login{width:100%}.wallet-page-test{margin-top:8px}.wallet-page-head{flex-direction:column}}

/* v15.4 - convite por @ com ação explícita */
.invite-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}
.invite-search-row .invite-search-input{min-width:0}
.invite-username-send{height:44px;padding:0 15px;border:1px solid rgba(199,255,53,.24);border-radius:13px;background:rgba(199,255,53,.10);color:var(--accent);font-size:7px;font-weight:950;white-space:nowrap;transition:.16s}
.invite-username-send:hover{background:rgba(199,255,53,.16);border-color:rgba(199,255,53,.36)}
.invite-username-send:disabled{opacity:.55;cursor:wait}
@media(max-width:520px){.invite-search-row{grid-template-columns:1fr}.invite-username-send{width:100%}}


/* v15.9 - detalhe do jogador na Resenha */
.mc-resenha-player-clickable{
  width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;
  appearance:none;-webkit-appearance:none;
  transition:transform .15s,border-color .15s,background .15s,box-shadow .15s
}
.mc-resenha-player-clickable:hover{
  transform:translateY(-1px);border-color:rgba(199,255,53,.22);
  background:rgba(199,255,53,.035);box-shadow:0 8px 22px rgba(0,0,0,.12)
}
.mc-resenha-player-clickable:focus-visible{outline:2px solid rgba(199,255,53,.55);outline-offset:2px}

.player-insight-modal{position:fixed;inset:0;z-index:260;display:none}
.player-insight-modal.open{display:block}
.player-insight-backdrop{position:absolute;inset:0;background:rgba(0,6,5,.76);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.player-insight-card{
  position:absolute;left:50%;top:50%;width:min(680px,calc(100% - 30px));max-height:calc(100vh - 34px);
  overflow:auto;transform:translate(-50%,-50%);padding:22px;border:1px solid rgba(255,255,255,.11);
  border-radius:24px;background:#0a1512;box-shadow:0 34px 100px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.04)
}
.player-insight-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:1px solid var(--stroke);border-radius:50%;background:rgba(255,255,255,.04);color:var(--text);font-size:18px;z-index:2}
.player-insight-head{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:13px;padding:4px 42px 18px 0;border-bottom:1px solid var(--stroke)}
.player-insight-head>img{width:60px;height:60px;object-fit:cover;border-radius:16px;background:var(--surface2)}
.player-insight-head>div{min-width:0;display:flex;flex-direction:column;gap:4px}
.player-insight-head>div>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:19px;letter-spacing:-.035em}
.player-insight-head>div>small{color:var(--muted);font-size:7px}
.player-insight-head>b{padding:10px 12px;border:1px solid rgba(199,255,53,.18);border-radius:13px;background:rgba(199,255,53,.07);color:var(--accent);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}
.player-insight-body{display:grid;gap:12px;padding-top:14px}
.player-insight-section{padding:15px;border:1px solid var(--stroke);border-radius:17px;background:rgba(255,255,255,.02)}
.player-insight-section>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}
.player-insight-section>header>div{display:flex;flex-direction:column;gap:4px}
.player-insight-section>header strong{font-size:13px}
.player-insight-section>header>small{color:var(--muted);font-size:6px}
.player-insight-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.player-insight-stat{min-width:0;min-height:58px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:9px;border-radius:12px;background:rgba(255,255,255,.027);border:1px solid rgba(255,255,255,.045)}
.player-insight-stat small{color:var(--muted);font-size:5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.player-insight-stat strong{font-size:11px;font-variant-numeric:tabular-nums}
.player-insight-stat span{color:#63736d;font-size:5px}
.player-insight-breakdown{display:grid;gap:5px}
.player-score-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 10px;border-radius:11px;background:rgba(255,255,255,.025)}
.player-score-row>span{min-width:0;display:flex;flex-direction:column;gap:2px}
.player-score-row strong{font-size:7px}
.player-score-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:5px}
.player-score-row>b{font-size:8px;font-variant-numeric:tabular-nums;white-space:nowrap}
.player-score-row.positive>b{color:var(--accent)}
.player-score-row.negative>b{color:#ff8e8e}
.player-score-row.floor>b{color:var(--muted-2)}
.player-insight-empty{padding:15px;border-radius:11px;background:rgba(255,255,255,.025);color:var(--muted);font-size:7px;line-height:1.55;text-align:center}
.player-insight-total-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:11px 3px 1px;border-top:1px solid var(--stroke);color:var(--muted);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.player-insight-total-row strong{color:var(--accent);font-size:12px;font-variant-numeric:tabular-nums;text-transform:none;letter-spacing:0}
@media(max-width:620px){
  .player-insight-card{width:calc(100% - 16px);max-height:calc(100vh - 16px);padding:17px;border-radius:20px}
  .player-insight-head{grid-template-columns:52px minmax(0,1fr);padding-right:35px}
  .player-insight-head>img{width:50px;height:50px}
  .player-insight-head>b{grid-column:1/-1;justify-self:stretch;text-align:center}
  .player-insight-stats{grid-template-columns:repeat(2,1fr)}
}


/* v16.0 - pontuação Resenha sempre visível na Arena */
.mc-resenha-player,
.mc-resenha-player-clickable{color:#fff!important}
.mc-resenha-player strong,
.mc-resenha-player-clickable strong{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.65)}
.mc-resenha-player small{color:rgba(255,255,255,.68)}
.mc-player-live-points{
  width:auto!important;min-width:52px!important;height:28px!important;padding:0 8px!important;
  display:grid!important;place-items:center!important;border:1px solid rgba(199,255,53,.18)!important;
  border-radius:9px!important;background:rgba(199,255,53,.10)!important;color:var(--accent)!important;
  font-size:7px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;
  font-variant-numeric:tabular-nums;text-shadow:none!important
}
.mc-resenha-player-clickable:hover .mc-player-live-points{background:rgba(199,255,53,.15)!important;border-color:rgba(199,255,53,.30)!important}

/* v16.2 — Pontuação Resenha sempre visível na aba Jogadores */
.mc-player-row-pro{grid-template-columns:42px minmax(0,1fr) auto!important}
.mc-player-resenha-points{display:inline-grid!important;visibility:visible!important;opacity:1!important;min-width:92px!important;height:32px!important;padding:0 9px!important;background:rgba(199,255,53,.12)!important;color:var(--accent)!important;font-size:8px!important;font-weight:950!important;border:1px solid rgba(199,255,53,.16)!important;border-radius:10px!important;white-space:nowrap!important}
@media(max-width:620px){.mc-player-row-pro{grid-template-columns:38px minmax(0,1fr) auto!important}.mc-player-resenha-points{min-width:78px!important;padding:0 6px!important;font-size:7px!important}}

/* ===== v16.9 - hero rotativo sem controles ===== */
.hero-slider{
  display:grid;
  grid-template-columns:1fr;
  min-height:0;
  padding:24px 2px 58px;
}
.hero-slide{
  grid-area:1 / 1;
  min-width:0;
  display:grid;
  grid-template-columns:1.14fr .86fr;
  align-items:start;
  gap:58px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .9s var(--ease),transform .9s var(--ease),visibility 0s linear .9s;
}
.hero-slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
  transition-delay:0s;
}
.hero-copy{padding-top:12px}
.hero-copy>p{max-width:590px;margin:0;color:var(--muted-2);font-size:15px;line-height:1.7}
.hero-slide .hero-card{width:100%;box-sizing:border-box}
.hero-slide:not(.is-active) .hero-card{transform:perspective(900px) rotateY(-1deg) translateY(8px)}
.hero-card-duel{
  background:
    radial-gradient(circle at 22% 15%,rgba(199,255,53,.11),transparent 27%),
    radial-gradient(circle at 84% 72%,rgba(102,139,255,.12),transparent 30%),
    rgba(12,24,20,.84);
}
.hero-card-points{
  background:
    radial-gradient(circle at 80% 12%,rgba(199,255,53,.10),transparent 26%),
    radial-gradient(circle at 12% 80%,rgba(112,215,191,.10),transparent 33%),
    rgba(12,24,20,.84);
}
.hero-visual-wide{min-height:250px}
.hero-visual-wide .hero-device-art{max-width:455px}
.hero-card-duel .hero-float-live{left:-10px;top:30px}
.hero-card-duel .hero-float-xp{right:-8px;bottom:28px}
.hero-card-points .hero-float-live{left:-9px;top:30px}
.hero-card-points .hero-float-xp{right:-7px;bottom:26px}

@media(max-width:1050px){
  .hero-slide{grid-template-columns:1.05fr .95fr;gap:34px}
  .hero-copy{padding-top:8px}
}
@media(max-width:820px){
  .hero-slider{padding:34px 1px 48px}
  .hero-slide{grid-template-columns:1fr;gap:30px;align-items:start}
  .hero-copy{padding-top:0}
  .hero-copy>p{font-size:13px}
  .hero-visual-wide{min-height:220px}
  .hero-visual-wide .hero-device-art{max-width:360px}
}
@media(max-width:560px){
  .hero-slider{padding-top:30px}
  .hero-copy>p{font-size:13px}
  .hero-slide{gap:24px}
  .hero-visual-wide{min-height:200px;margin:8px -2px 14px}
  .hero-visual-wide .hero-device-art{max-width:320px}
  .hero-card-duel .hero-float-live,.hero-card-points .hero-float-live{left:0;top:10px}
  .hero-card-duel .hero-float-xp,.hero-card-points .hero-float-xp{right:0;bottom:10px}
}


/* ===== v16.10 - hero sem rótulos decorativos ===== */
.hero-slide .hero-card{padding-top:22px}
.hero-slide .hero-visual{margin-top:0}
.hero-slide .hero-copy h1{margin-top:0}
@media(max-width:820px){
  .hero-slide .hero-card{padding-top:20px}
  .hero-slide .hero-copy{padding-top:0}
}

/* v16.14 — aviso de pontuação para confirmação tardia */
.late-scoring-warning{
  display:flex;align-items:flex-start;gap:10px;margin:12px 0 0;padding:11px 12px;
  border:1px solid rgba(255,196,64,.22);border-radius:13px;
  background:rgba(255,196,64,.055);color:#e3d6b0;font-size:7px;line-height:1.5
}
.late-scoring-warning[hidden]{display:none!important}
.late-scoring-warning-icon{
  width:23px;height:23px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;
  background:rgba(255,196,64,.12);color:#ffd274;font-size:10px;font-weight:1000
}
.late-scoring-warning p{margin:0}.late-scoring-warning strong{color:#ffe2a0}
.late-scoring-warning.modal-warning{margin-top:10px}
.challenge-late-warning{
  position:relative;z-index:1;display:flex;align-items:flex-start;gap:7px;margin:-2px 14px 12px;padding:8px 10px;
  border:1px solid rgba(255,196,64,.16);border-radius:11px;background:rgba(255,196,64,.04);
  color:#d8cba7;font-size:5.5px;line-height:1.45
}
.challenge-late-warning b{color:#ffd274;font-size:7px}.challenge-late-warning span{min-width:0}
.incoming-invite-card .challenge-late-warning{margin:10px 0 0}
.mc-late-scoring-warning{
  display:flex;align-items:flex-start;gap:9px;margin:0 0 13px;padding:10px 12px;
  border:1px solid rgba(255,196,64,.18);border-radius:12px;background:rgba(255,196,64,.045);
  color:#dccfac;font-size:6.5px;line-height:1.5
}
.mc-late-scoring-warning b{color:#ffd274}

/* v16.16 — Regras do jogo reorganizadas */
.rules-page{padding-bottom:58px}
.rules-page-head{align-items:flex-start;margin-bottom:14px}
.rules-page-head>div{max-width:720px}
.rules-version{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid rgba(199,255,53,.15);border-radius:999px;background:rgba(199,255,53,.05);color:var(--accent);font-size:6px;font-weight:900;white-space:nowrap}

.rules-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:4px 0 30px}
.rules-overview-grid article{min-height:76px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:13px 15px;border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.018)}
.rules-overview-grid strong{color:var(--accent);font-size:18px;line-height:1;font-variant-numeric:tabular-nums}.rules-overview-grid span{color:var(--muted);font-size:6.5px;line-height:1.45}

.rules-block{margin-top:34px}.rules-block:first-of-type{margin-top:0}
.rules-block-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px;padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,.055)}
.rules-block-head>div{display:flex;align-items:center;gap:10px}.rules-block-head>div>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(199,255,53,.09);color:var(--accent);font-size:7px;font-weight:950}
.rules-block-head>div>div{display:flex;flex-direction:column;gap:2px}.rules-block-head small{color:var(--muted);font-size:5.5px;font-weight:900;letter-spacing:.1em}.rules-block-head h3{margin:0;font-size:18px;letter-spacing:-.035em}.rules-block-head>p{max-width:410px;margin:0;color:var(--muted);font-size:6.5px;line-height:1.5;text-align:right}

.rules-phase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.rules-phase-card{padding:16px;border:1px solid var(--stroke);border-radius:19px;background:rgba(255,255,255,.02)}
.rules-phase-label{display:inline-flex;margin-bottom:13px;padding:5px 8px;border-radius:8px;background:rgba(255,255,255,.045);color:#c7d3cf;font-size:5.5px;font-weight:900;letter-spacing:.06em}
.rules-step{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;padding:10px 0}.rules-step+.rules-step{border-top:1px solid rgba(255,255,255,.05)}
.rules-step>b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(199,255,53,.10);color:var(--accent);font-size:7px}.rules-step>div{display:flex;flex-direction:column;gap:4px}.rules-step strong{font-size:8.5px}.rules-step p{margin:0;color:var(--muted);font-size:6.5px;line-height:1.55}

.rules-confirm-card{display:grid;grid-template-columns:1fr 42px 1fr;align-items:stretch;border:1px solid rgba(199,255,53,.15);border-radius:20px;background:rgba(199,255,53,.025);overflow:hidden}
.rules-confirm-option{display:flex;flex-direction:column;gap:5px;padding:19px}.rules-confirm-option>span{color:var(--accent);font-size:6px;font-weight:900}.rules-confirm-option strong{font-size:14px;letter-spacing:-.025em}.rules-confirm-option p{margin:2px 0 0;color:var(--muted);font-size:7px;line-height:1.6}.rules-confirm-option.late>span{color:#ffd274}
.rules-confirm-divider{display:grid;place-items:center;position:relative}.rules-confirm-divider:before{content:'';position:absolute;top:16px;bottom:16px;width:1px;background:rgba(255,255,255,.07)}.rules-confirm-divider b{position:relative;z-index:1;padding:5px;background:#0a1512;color:#71817a;font-size:6px;font-weight:800}
.rules-note{margin:8px 0 0;padding:9px 11px;border-radius:11px;background:rgba(255,255,255,.018);color:var(--muted);font-size:6.5px;line-height:1.55}.rules-note b{color:var(--text)}

.rules-score-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.rules-score-group{overflow:hidden;border:1px solid var(--stroke);border-radius:19px;background:rgba(255,255,255,.018)}
.rules-score-group>header{display:flex;align-items:center;gap:10px;padding:14px 15px;border-bottom:1px solid rgba(255,255,255,.055);background:rgba(255,255,255,.018)}.rules-score-group>header>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(199,255,53,.08);color:var(--accent);font-size:11px}.rules-score-group>header>div{display:flex;flex-direction:column;gap:2px}.rules-score-group>header strong{font-size:9px}.rules-score-group>header small{color:var(--muted);font-size:5.5px}
.rules-score-line{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 15px;border-top:1px solid rgba(255,255,255,.035)}.rules-score-group>header+.rules-score-line{border-top:0}.rules-score-line>span{min-width:0;display:flex;flex-direction:column;gap:2px}.rules-score-line b{font-size:7.5px}.rules-score-line small{color:var(--muted);font-size:5.5px}.rules-score-line>strong{flex:0 0 auto;color:var(--accent);font-size:7px;font-variant-numeric:tabular-nums}.rules-score-line.negative>strong{color:#ff9292}
.rules-score-cap{margin:10px 12px 12px;padding:11px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:rgba(0,0,0,.10)}.rules-score-cap>span{color:var(--muted);font-size:5.5px}.rules-score-cap>strong{float:right;color:var(--accent);font-size:8px}.rules-score-cap p{clear:both;margin:5px 0 0;color:var(--muted);font-size:6px;line-height:1.5}

.rules-special-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.rules-special-grid article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:14px;border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.018)}.rules-special-grid article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.04);color:var(--accent);font-size:11px}.rules-special-grid article>div{display:flex;flex-direction:column;gap:4px}.rules-special-grid strong{font-size:8.5px}.rules-special-grid p{margin:0;color:var(--muted);font-size:6.5px;line-height:1.55}

.rules-money-result-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:10px}.rules-money-card{display:flex;flex-direction:column;padding:17px;border:1px solid rgba(199,255,53,.13);border-radius:19px;background:rgba(199,255,53,.022)}.rules-card-label{align-self:flex-start;padding:5px 8px;border-radius:8px;background:rgba(199,255,53,.09);color:var(--accent);font-size:5.5px;font-weight:900}.rules-money-card>strong{margin-top:12px;font-size:13px}.rules-money-card>p{margin:5px 0 13px;color:var(--muted);font-size:6.5px;line-height:1.6}.rules-money-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid rgba(255,255,255,.05);font-size:6.5px}.rules-money-card>div span{color:var(--muted)}.rules-money-card>div b{font-size:7.5px}.rules-money-card>small{margin-top:auto;padding-top:13px;color:#ffc66f;font-size:5.8px;line-height:1.5}
.rules-result-list{display:grid;gap:8px}.rules-result-list article{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.018)}.rules-result-list article>b{display:grid;place-items:center;min-height:28px;border-radius:9px;font-size:6px}.rules-result-list .win{background:rgba(199,255,53,.10);color:var(--accent)}.rules-result-list .loss{background:rgba(255,100,100,.09);color:#ff9b9b}.rules-result-list .draw{background:rgba(130,170,255,.10);color:#a9c7ff}.rules-result-list article>div{display:flex;flex-direction:column;gap:3px}.rules-result-list strong{font-size:8.5px}.rules-result-list p{margin:0;color:var(--muted);font-size:6.3px;line-height:1.5}

.rules-faq-block{margin-bottom:0}.rules-faq{display:grid;gap:7px}.rules-faq details{border:1px solid var(--stroke);border-radius:14px;background:rgba(255,255,255,.018)}.rules-faq summary{cursor:pointer;padding:13px 15px;color:var(--text);font-size:7.5px;font-weight:850;list-style:none}.rules-faq summary::-webkit-details-marker{display:none}.rules-faq summary:after{content:'+';float:right;color:var(--accent);font-size:12px;font-weight:500}.rules-faq details[open] summary:after{content:'−'}.rules-faq p{margin:0;padding:0 15px 14px;color:var(--muted);font-size:6.5px;line-height:1.6}

@media(max-width:900px){
  .rules-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rules-phase-grid{grid-template-columns:1fr}
  .rules-money-result-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .rules-page-head,.rules-block-head{align-items:flex-start;flex-direction:column}
  .rules-block-head>p{text-align:left}
  .rules-confirm-card{grid-template-columns:1fr}
  .rules-confirm-divider{height:34px}.rules-confirm-divider:before{left:16px;right:16px;top:50%;bottom:auto;width:auto;height:1px}.rules-confirm-divider b{padding:5px 8px}
  .rules-score-groups,.rules-special-grid{grid-template-columns:1fr}
}
@media(max-width:440px){
  .rules-overview-grid{grid-template-columns:1fr 1fr}.rules-overview-grid article{min-height:68px;padding:11px}.rules-overview-grid strong{font-size:15px}
  .rules-result-list article{grid-template-columns:58px minmax(0,1fr)}
}


/* v16.21 — busca unificada por clube ou competição */
.universal-sports-search{position:relative;margin-top:18px;z-index:24}
.universal-search-field{
  min-height:56px;display:grid;grid-template-columns:24px minmax(0,1fr) 34px;align-items:center;gap:10px;
  padding:0 12px 0 16px;border:1px solid rgba(255,255,255,.095);border-radius:17px;
  background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  transition:border-color .18s,background .18s,box-shadow .18s
}
.universal-search-field:focus-within{border-color:rgba(199,255,53,.28);background:rgba(255,255,255,.045);box-shadow:0 0 0 3px rgba(199,255,53,.045),inset 0 1px 0 rgba(255,255,255,.04)}
.universal-search-field>svg{width:20px;height:20px;stroke:var(--muted);stroke-width:1.8;fill:none;stroke-linecap:round}
.universal-search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:10px;font-weight:700}
.universal-search-field input::placeholder{color:#6f7f79;font-weight:600}
.universal-search-field button{width:32px;height:32px;border:0;border-radius:10px;background:rgba(255,255,255,.05);color:var(--muted);font-size:17px}
.universal-search-field button:hover{background:rgba(255,255,255,.08);color:var(--text)}
.universal-search-results{
  position:absolute;left:0;right:0;top:calc(100% + 8px);max-height:430px;overflow:auto;
  padding:7px;border:1px solid rgba(255,255,255,.10);border-radius:18px;
  background:rgba(9,20,17,.98);box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04)
}
.universal-result-group{padding:6px}
.universal-result-group+ .universal-result-group{border-top:1px solid rgba(255,255,255,.06);margin-top:3px;padding-top:11px}
.universal-result-group>small{display:block;margin:0 6px 6px;color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.universal-result-row{width:100%;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border:0;border-radius:12px;background:transparent;color:var(--text);text-align:left}
.universal-result-row:hover,.universal-result-row:focus-visible{outline:0;background:rgba(199,255,53,.055)}
.universal-result-logo{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.06);border-radius:11px;background:rgba(255,255,255,.035);overflow:hidden;font-size:16px}
.universal-result-logo img{width:30px;height:30px;object-fit:contain}
.universal-result-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.universal-result-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}
.universal-result-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px;font-style:normal}
.universal-result-row>b{padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.045);color:var(--muted);font-size:5px;text-transform:uppercase;letter-spacing:.08em}
.universal-search-empty{display:flex;flex-direction:column;gap:4px;padding:18px 16px;text-align:center}
.universal-search-empty strong{font-size:9px}.universal-search-empty span{color:var(--muted);font-size:7px}
@media(max-width:720px){
  .universal-sports-search{margin-top:14px}
  .universal-search-field{min-height:52px}
  .universal-search-results{max-height:min(58vh,420px)}
  .universal-result-row>b{display:none}
}

/* v17.0 — Minhas Resenhas 2.0, ranking, perfil, extrato e admin */
.challenge-control-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:15px 0 18px;padding:6px;border:1px solid var(--stroke);border-radius:17px;background:rgba(255,255,255,.02)}
.challenge-tabs{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.challenge-tabs button{min-height:35px;padding:0 12px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-size:7px;font-weight:900}.challenge-tabs button.active{background:rgba(199,255,53,.13);color:var(--accent)}
.challenge-search{min-width:245px;height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--stroke);border-radius:12px;background:rgba(0,0,0,.13)}.challenge-search svg{width:15px;height:15px;stroke:var(--muted);stroke-width:1.8;fill:none}.challenge-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:8px}.challenge-search input::placeholder{color:#64736e}
.challenge-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:10px;padding-top:9px;border-top:1px solid var(--stroke)}.challenge-card-actions button{min-height:31px;padding:0 10px;border:1px solid var(--stroke);border-radius:10px;background:rgba(255,255,255,.025);color:var(--text);font-size:6px;font-weight:900}.challenge-card-actions button:hover{border-color:rgba(199,255,53,.22);background:rgba(199,255,53,.04)}.challenge-card-actions .danger{color:#ff9f9f;border-color:rgba(255,100,100,.15)}.challenge-card-actions .primary{background:var(--accent);color:#102000;border-color:transparent}.challenge-result-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:6px;font-weight:950}.challenge-result-pill.win{background:rgba(199,255,53,.12);color:var(--accent)}.challenge-result-pill.loss{background:rgba(255,100,100,.10);color:#ff9f9f}.challenge-result-pill.draw{background:rgba(130,190,255,.10);color:#acd1ff}.challenge-user-link{cursor:pointer;text-decoration:none}.challenge-user-link:hover{color:var(--accent)}

.ranking-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0;padding:6px;border:1px solid var(--stroke);border-radius:15px;background:rgba(255,255,255,.02)}.ranking-periods{display:flex;gap:4px}.ranking-periods button{height:34px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:7px;font-weight:900}.ranking-periods button.active{background:rgba(199,255,53,.13);color:var(--accent)}.ranking-toolbar>span{padding-right:8px;color:var(--muted);font-size:6px}.ranking-list{display:grid;gap:7px}.ranking-row{display:grid;grid-template-columns:42px minmax(180px,1fr) repeat(4,minmax(72px,.45fr));align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--stroke);border-radius:15px;background:rgba(255,255,255,.02)}.ranking-row.top{border-color:rgba(199,255,53,.15);background:rgba(199,255,53,.025)}.ranking-pos{font-size:13px;font-weight:950;color:var(--muted)}.ranking-row.top .ranking-pos{color:var(--accent)}.ranking-user{min-width:0;display:flex;align-items:center;gap:9px;cursor:pointer}.ranking-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.06);overflow:hidden;font-size:8px;font-weight:950}.ranking-avatar img{width:100%;height:100%;object-fit:cover}.ranking-user>span{min-width:0;display:flex;flex-direction:column;gap:2px}.ranking-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.ranking-user small{color:var(--muted);font-size:6px}.ranking-stat{display:flex;flex-direction:column;gap:2px;text-align:right}.ranking-stat small{color:var(--muted);font-size:5px;text-transform:uppercase;letter-spacing:.08em}.ranking-stat strong{font-size:8px}.ranking-stat.primary strong{color:var(--accent);font-size:11px}

.wallet-history{margin-top:18px;border:1px solid var(--stroke);border-radius:20px;background:rgba(255,255,255,.018);overflow:hidden}.wallet-history>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-bottom:1px solid var(--stroke)}.wallet-history>header>div{display:flex;flex-direction:column;gap:2px}.wallet-history>header small{color:var(--accent);font-size:5px;font-weight:950;letter-spacing:.12em}.wallet-history>header strong{font-size:11px}.wallet-history>header>span{color:var(--muted);font-size:6px}.wallet-transaction-list{display:grid}.wallet-transaction{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.045)}.wallet-transaction:last-child{border-bottom:0}.wallet-transaction-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.045);font-size:11px}.wallet-transaction-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.wallet-transaction-copy strong{font-size:7px}.wallet-transaction-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:6px}.wallet-transaction-value{text-align:right}.wallet-transaction-value strong{display:block;font-size:8px}.wallet-transaction-value strong.positive{color:var(--accent)}.wallet-transaction-value strong.negative{color:#ff9c9c}.wallet-transaction-value small{color:var(--muted);font-size:5px}

.profile-stats-modal{position:fixed;inset:0;z-index:165;display:none}.profile-stats-modal.open{display:block}.profile-stats-backdrop{position:absolute;inset:0;background:rgba(0,5,4,.74);backdrop-filter:blur(16px)}.profile-stats-card{position:absolute;left:50%;top:50%;width:min(650px,calc(100% - 28px));max-height:calc(100vh - 30px);overflow:auto;transform:translate(-50%,-50%);padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:25px;background:rgba(9,20,17,.97);box-shadow:0 34px 100px rgba(0,0,0,.5)}.profile-stats-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:1px solid var(--stroke);border-radius:50%;background:rgba(255,255,255,.04);color:var(--text);font-size:17px}.profile-stats-loading{padding:25px;color:var(--muted);font-size:8px}.public-profile-head{display:flex;align-items:center;gap:13px;padding-right:42px}.public-profile-avatar{width:62px;height:62px;display:grid;place-items:center;border-radius:19px;background:rgba(199,255,53,.10);overflow:hidden;color:var(--accent);font-size:16px;font-weight:950}.public-profile-avatar img{width:100%;height:100%;object-fit:cover}.public-profile-head>div{display:flex;flex-direction:column;gap:3px}.public-profile-head h2{margin:0;font-size:23px;letter-spacing:-.04em}.public-profile-head small{color:var(--muted);font-size:7px}.public-profile-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:16px}.public-profile-stats article{padding:11px;border:1px solid var(--stroke);border-radius:14px;background:rgba(255,255,255,.025)}.public-profile-stats small{display:block;color:var(--muted);font-size:5px;margin-bottom:5px}.public-profile-stats strong{font-size:14px}.public-profile-section{margin-top:16px}.public-profile-section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.public-profile-section h3{margin:0;font-size:11px}.profile-clubs{display:flex;gap:7px;flex-wrap:wrap}.profile-club{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--stroke);border-radius:11px;background:rgba(255,255,255,.02)}.profile-club img{width:24px;height:24px;object-fit:contain}.profile-club span{display:flex;flex-direction:column}.profile-club strong{font-size:6px}.profile-club small{font-size:5px;color:var(--muted)}.achievement-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.achievement{display:flex;gap:9px;padding:10px;border:1px solid var(--stroke);border-radius:13px;background:rgba(255,255,255,.02)}.achievement>b{font-size:17px}.achievement>span{display:flex;flex-direction:column;gap:2px}.achievement strong{font-size:7px}.achievement small{color:var(--muted);font-size:5px}.h2h-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:13px;border:1px solid rgba(199,255,53,.14);border-radius:15px;background:rgba(199,255,53,.025);text-align:center}.h2h-card strong{font-size:18px}.h2h-card span{font-size:6px;color:var(--muted)}.h2h-card b{color:var(--accent);font-size:8px}.profile-recent-list{display:grid;gap:5px}.profile-recent{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--stroke);border-radius:11px}.profile-recent>b{font-size:6px}.profile-recent>b.win{color:var(--accent)}.profile-recent>b.loss{color:#ff9c9c}.profile-recent>b.draw{color:#acd1ff}.profile-recent span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:6px}.profile-recent strong{font-size:7px}

.admin-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.admin-metrics article{padding:15px;border:1px solid var(--stroke);border-radius:16px;background:rgba(255,255,255,.02)}.admin-metrics small{display:block;color:var(--muted);font-size:5px;margin-bottom:6px}.admin-metrics strong{font-size:21px}.admin-recent{margin-top:14px;border:1px solid var(--stroke);border-radius:18px;overflow:hidden}.admin-recent>header{padding:13px 15px;border-bottom:1px solid var(--stroke);font-size:9px;font-weight:900}.admin-resenha-row{display:grid;grid-template-columns:60px 1fr 110px 90px;align-items:center;gap:10px;padding:10px 15px;border-bottom:1px solid rgba(255,255,255,.045);font-size:6px}.admin-resenha-row:last-child{border-bottom:0}.admin-resenha-row strong{font-size:7px}.admin-resenha-row span{color:var(--muted)}

@media(max-width:820px){.challenge-control-bar{align-items:stretch;flex-direction:column}.challenge-search{min-width:0}.ranking-row{grid-template-columns:34px 1fr 60px 60px}.ranking-row .ranking-stat:nth-of-type(3),.ranking-row .ranking-stat:nth-of-type(4){display:none}.public-profile-stats{grid-template-columns:repeat(2,1fr)}.admin-metrics{grid-template-columns:1fr 1fr}.admin-resenha-row{grid-template-columns:50px 1fr 80px}.admin-resenha-row span:last-child{display:none}}
@media(max-width:560px){.challenge-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.challenge-tabs button{padding:0 7px}.achievement-grid{grid-template-columns:1fr}.profile-stats-card{padding:18px}.admin-metrics{grid-template-columns:1fr}.wallet-history>header{align-items:flex-start;flex-direction:column}}
.player-card .tag.bench{background:rgba(255,255,255,.06);color:#9aaba5}
.challenge-final-score{margin-top:9px;padding:8px 10px;border-radius:11px;background:rgba(255,255,255,.025);color:var(--muted);font-size:6px}.challenge-final-score strong{color:var(--text)}
.admin-resenha-row button{margin-left:6px;padding:5px 7px;border:1px solid rgba(255,100,100,.16);border-radius:8px;background:rgba(255,100,100,.05);color:#ff9c9c;font-size:5px;font-weight:900}
.challenge-filter-right{display:flex;align-items:center;gap:7px}.challenge-filter-right select{height:38px;padding:0 28px 0 10px;border:1px solid var(--stroke);border-radius:11px;background:#0c1815;color:var(--muted);font-size:7px;font-weight:800;outline:0}
@media(max-width:820px){.challenge-filter-right{align-items:stretch;flex-direction:column}.challenge-filter-right select{width:100%}}
.profile-menu>button.profile-view-button{color:var(--text)}.profile-menu>button.profile-view-button:hover{background:rgba(199,255,53,.05);color:var(--accent)}


/* v17.1 — refinamento de Minhas Resenhas */
.challenges-section{position:relative}
.challenges-head{margin-bottom:2px}
.challenge-control-bar{
  align-items:center;gap:10px;margin:16px 0 20px;padding:7px;
  border-color:rgba(255,255,255,.075);border-radius:18px;
  background:rgba(8,18,15,.56);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)
}
.challenge-tabs{gap:5px}
.challenge-tabs button{min-height:38px;padding:0 13px;border:1px solid transparent;border-radius:12px;transition:.18s ease}
.challenge-tabs button:hover{color:var(--text);background:rgba(255,255,255,.035)}
.challenge-tabs button.active{border-color:rgba(199,255,53,.12);background:rgba(199,255,53,.115);color:var(--accent);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.challenge-grid{gap:14px}
.challenge-card{border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.026),rgba(7,16,13,.91));box-shadow:0 14px 42px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.03)}
.challenge-card>header{min-height:47px;padding:11px 15px;background:rgba(255,255,255,.008)}
.challenge-mode{letter-spacing:.08em}
.challenge-state{padding:6px 9px}
.challenge-state.confirmed{background:rgba(199,255,53,.075);color:var(--accent)}
.challenge-state.finished{background:rgba(150,180,165,.07);color:#afc0b9}
.challenge-matchup{padding:19px 16px 17px}
.challenge-matchup>div img{width:51px;height:51px}
.challenge-people{margin:0 14px 14px;padding:11px 12px;border-color:rgba(255,255,255,.055);background:rgba(255,255,255,.014)}
.challenge-user-link{
  appearance:none;-webkit-appearance:none;display:inline-flex;min-width:0;max-width:100%;align-items:center;
  padding:0;margin:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;
  color:inherit;font:inherit;line-height:inherit;text-align:inherit;cursor:pointer
}
.challenge-user-link strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}
.challenge-user-link:hover strong{color:var(--accent)}
.challenge-card>footer{min-height:42px;padding:10px 14px;background:rgba(0,0,0,.08)}
.challenge-card-actions{
  display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;
  margin:0;padding:10px 14px 13px;border-top:1px solid var(--stroke);background:rgba(0,0,0,.095)
}
.challenge-card-actions button{
  min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;
  border-radius:10px;line-height:1;white-space:nowrap
}
.challenge-card-actions .danger:only-child{margin-left:auto}
.challenge-card-actions .danger{background:rgba(255,100,100,.045);border-color:rgba(255,100,100,.16)}
.challenge-card-actions .danger:hover{background:rgba(255,100,100,.085);border-color:rgba(255,100,100,.24)}
@media(max-width:820px){
  .challenge-control-bar{align-items:stretch}
  .challenge-card-actions{justify-content:stretch}
  .challenge-card-actions button{flex:1 1 auto}
}
@media(max-width:560px){
  .challenge-tabs{grid-template-columns:repeat(3,1fr)}
  .challenge-tabs button[data-challenge-filter="all"]{grid-column:span 2}
}


/* v17.3 — reenvio, resultados e refinamento de Minhas Resenhas */
.challenge-result-summary{margin:0 14px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--stroke);border-radius:13px;background:rgba(255,255,255,.018)}
.challenge-result-summary span{display:flex;flex-direction:column;gap:2px}.challenge-result-summary small{font-size:5px;font-weight:950;letter-spacing:.12em;color:var(--muted)}.challenge-result-summary strong{font-size:12px}.challenge-result-summary em{font-style:normal;font-size:6px;font-weight:850;color:var(--muted);text-align:right}
.challenge-result-summary.win{border-color:rgba(199,255,53,.16);background:rgba(199,255,53,.035)}.challenge-result-summary.win strong,.challenge-result-summary.win em{color:var(--accent)}
.challenge-result-summary.loss{border-color:rgba(255,100,100,.15);background:rgba(255,100,100,.035)}.challenge-result-summary.loss strong,.challenge-result-summary.loss em{color:#ff9f9f}
.challenge-result-summary.draw{border-color:rgba(130,190,255,.16);background:rgba(130,190,255,.035)}.challenge-result-summary.draw strong,.challenge-result-summary.draw em{color:#acd1ff}
.challenge-card-actions .resend{border-color:rgba(199,255,53,.18);background:rgba(199,255,53,.055);color:var(--accent)}.challenge-card-actions .resend:hover{border-color:rgba(199,255,53,.30);background:rgba(199,255,53,.09)}
.challenge-resend-modal{position:fixed;inset:0;z-index:190}.challenge-resend-backdrop{position:absolute;inset:0;background:rgba(0,5,4,.76);backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px)}
.challenge-resend-card{position:absolute;left:50%;top:50%;width:min(470px,calc(100% - 28px));transform:translate(-50%,-50%);padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:rgba(9,20,17,.97);box-shadow:0 30px 90px rgba(0,0,0,.48)}
.challenge-resend-card>small{display:block;color:var(--accent);font-size:6px;font-weight:950;letter-spacing:.12em}.challenge-resend-card h3{margin:7px 36px 5px 0;font-size:23px;letter-spacing:-.04em}.challenge-resend-card>p{margin:0;color:var(--muted);font-size:8px;line-height:1.55}.challenge-resend-card>p strong{color:var(--text)}
.challenge-resend-close{position:absolute;right:13px;top:13px;width:34px;height:34px;border:1px solid var(--stroke);border-radius:50%;background:rgba(255,255,255,.035);color:var(--text);font-size:17px}
.challenge-resend-game{display:flex;flex-direction:column;gap:3px;margin-top:14px;padding:12px;border:1px solid var(--stroke);border-radius:13px;background:rgba(255,255,255,.02)}.challenge-resend-game strong{font-size:9px}.challenge-resend-game span{color:var(--muted);font-size:6px}
.challenge-resend-actions{margin-top:12px}.challenge-resend-actions.invite-share-grid{grid-template-columns:repeat(5,1fr);gap:7px}.challenge-resend-actions .invite-share{min-height:76px}
.challenge-resend-status{margin-top:10px;color:var(--muted);font-size:6px;text-align:center}
@media(max-width:560px){.challenge-result-summary{align-items:flex-start;flex-direction:column}.challenge-result-summary em{text-align:left}.challenge-resend-actions.invite-share-grid{grid-template-columns:repeat(3,1fr)}}

/* ===== v17.6 — correção de clipping nos títulos do hero ===== */
.hero-slider,
.hero-slide,
.hero-copy{
  overflow:visible;
}
.hero-copy{
  min-width:0;
}
.hero-slide .hero-copy h1{
  width:100%;
  max-width:720px;
  padding:.08em .055em .12em;
  margin:0 0 calc(17px - .12em);
  overflow:visible;
  line-height:.96;
  letter-spacing:-.062em;
  text-wrap:balance;
}
.hero-slide .hero-copy h1 span{
  display:block;
  width:100%;
  padding:0 .035em .055em;
  overflow:visible;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

/* A faixa 821–1050px ainda usa sidebar + duas colunas; reduzimos o headline
   para que nenhuma linha encoste na borda da coluna. */
@media (min-width:821px) and (max-width:1050px){
  .hero-slide .hero-copy h1{
    font-size:clamp(46px,5.35vw,58px);
    line-height:.98;
    letter-spacing:-.055em;
  }
}
@media(max-width:820px){
  .hero-slide .hero-copy h1{
    max-width:100%;
    font-size:clamp(44px,10.5vw,64px);
    line-height:.98;
    letter-spacing:-.057em;
  }
}
@media(max-width:560px){
  .hero-slide .hero-copy h1{
    font-size:clamp(40px,10.8vw,56px);
    line-height:1;
    letter-spacing:-.052em;
    padding-top:.10em;
    padding-bottom:.14em;
  }
}
