:root{
  --bg:#050c13;
  --bg2:#07131e;
  --panel:#0b1825;
  --panel2:#0d2030;
  --panel3:#10283a;
  --line:#153a52;
  --line2:#1d526e;
  --cyan:#27d7ff;
  --blue:#1484ff;
  --green:#24eb7f;
  --gold:#ffc936;
  --bronze:#cf8458;
  --text:#edf8ff;
  --muted:#8da8bb;
  --danger:#ff5574;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
  radial-gradient(circle at 50% -10%,#12334a 0,transparent 30%),
  linear-gradient(180deg,#06111a,#040a10 65%);color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;min-height:100vh}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.topbar{height:72px;display:flex;align-items:center;gap:34px;padding:0 4vw;background:rgba(3,10,16,.94);border-bottom:1px solid #113149;position:sticky;top:0;z-index:50;backdrop-filter:blur(15px)}
.brand{display:flex;align-items:center;gap:12px;min-width:250px}.brand-logo{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(39,215,255,.35))}.brand strong{display:block;font-family:Orbitron;font-size:19px;letter-spacing:.3px}.brand small{display:block;color:#718b9d;margin-top:3px;font-size:10px;letter-spacing:1.8px}
.nav{display:flex;gap:10px;flex:1}.nav a{display:flex;align-items:center;gap:8px;padding:11px 15px;border-radius:9px;color:#a9bdca;font-weight:650;font-size:14px}.nav a:hover{background:#0b1c28;color:#eaf8ff}.nav a.active{background:linear-gradient(180deg,#0d63ef,#0846ba);color:#fff;box-shadow:0 0 18px #0868ff33}
.server-status{min-width:230px;border:1px solid #17364a;border-radius:11px;padding:10px 14px;display:flex;align-items:center;gap:11px;background:#07131d}.status-dot{width:11px;height:11px;border-radius:50%;background:#63737e}.status-dot.online{background:var(--green);box-shadow:0 0 15px #22f57f}.status-dot.offline{background:var(--danger);box-shadow:0 0 12px #ff557466}.server-status b{display:block;color:#dceefa;font-size:13px}.server-status small{display:block;color:#7895a9;margin-top:2px}.server-count{margin-left:auto;color:#dfefff;font-weight:700;font-size:13px}

.hero{min-height:340px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:35px 20px;border-bottom:1px solid #14344a;background:
  linear-gradient(180deg,rgba(4,14,22,.36),rgba(4,14,22,.88)),
  radial-gradient(circle at 28% 58%,#1e8c694f 0,transparent 22%),
  radial-gradient(circle at 80% 45%,#5d3cc44a 0,transparent 20%),
  url("assets/hero-art.png") center center/cover no-repeat,
  linear-gradient(110deg,#102f38,#0b1c2c 48%,#172a34)}
.hero:before{content:"";position:absolute;inset:0;background-image:
  linear-gradient(#ffffff08 1px,transparent 1px),
  linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:34px 34px;opacity:.45}
.hero-inner{position:relative;z-index:2}.hero-logo{font-family:Orbitron;color:#eaf9ff;font-size:28px;font-weight:800}.hero h1{font-family:Orbitron;margin:3px 0 0;font-size:55px;letter-spacing:1px;color:#2b9cff;text-shadow:0 0 22px #0f81ff55}.hero h2{margin:5px 0 12px;font-size:22px;color:#73ddff}.hero p{margin:0;color:#c1d4e1;font-size:15px}.hero.compact{min-height:190px}

.page{max-width:1540px;margin:0 auto;padding:22px 3vw 42px}.grid-main{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin:4px 0 15px}.section-head h2,.section-head h3{margin:0}.section-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.title-row{display:flex;gap:12px;align-items:center}.title-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:11px;background:#0d2f47;color:var(--cyan);font-size:25px;border:1px solid #195274}

.panel{background:linear-gradient(180deg,rgba(13,31,45,.96),rgba(7,18,27,.97));border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 12px 45px #0005}.panel-pad{padding:22px}.divider{height:1px;background:#12344a}
.stats-mini{display:flex;gap:12px}.mini-card{min-width:140px;padding:12px 16px;border-radius:9px;border:1px solid #183c54;background:#0a1925}.mini-card small{display:block;color:#7995a9;margin-bottom:6px}.mini-card b{font-size:20px}.mini-card b.cyan{color:var(--cyan)}.mini-card b.green{color:var(--green)}
.filters{display:grid;grid-template-columns:minmax(280px,1fr) 165px 180px;gap:12px;padding:16px 22px;border-top:1px solid #12354c;border-bottom:1px solid #12354c;background:#081722}.searchbox{position:relative}.searchbox span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#62b8ff;font-size:21px}.searchbox input,.filters select{width:100%;height:47px;border:1px solid #245376;border-radius:9px;background:#06121c;color:#dcecf7;outline:none}.searchbox input{padding:0 15px 0 47px}.filters select{padding:0 12px}.searchbox input:focus,.filters select:focus{border-color:#1688ff;box-shadow:0 0 0 3px #1688ff18}

.players-table{width:100%;border-collapse:collapse}.players-table th,.players-table td{padding:13px 15px;border-bottom:1px solid #102f42;text-align:left}.players-table th{font-size:12px;color:#8faabd;font-weight:650;background:#081621}.players-table tbody tr:hover{background:#0c1e2b}.rank-cell{font-weight:800;width:50px}.player-cell{display:flex;align-items:center;gap:11px}.avatar{width:38px;height:38px;border-radius:5px;image-rendering:pixelated;background:#050a0e}.player-name{font-weight:700}.island{color:#68889d;font-size:11px;margin-top:3px}.badge{display:inline-flex;align-items:center;gap:7px;border-radius:30px;padding:6px 10px;font-size:12px;font-weight:700}.badge.online{background:#083d26;color:#45f398}.badge.offline{background:#172839;color:#9cb1c1}.badge i{width:8px;height:8px;border-radius:50%;background:currentColor}.progress-cell{display:flex;align-items:center;gap:10px;min-width:190px}.progress-bar{height:9px;border-radius:20px;background:#192c3b;overflow:hidden;flex:1}.progress-fill{height:100%;background:linear-gradient(90deg,#1680ff,#22d5ff);border-radius:20px}.progress-value{font-size:12px;min-width:35px}.time-cell{white-space:nowrap}.muted{color:#8da6b8}.profile-btn{display:inline-flex;align-items:center;justify-content:center;min-width:98px;height:34px;border-radius:6px;background:linear-gradient(180deg,#1689ff,#0759dc);font-size:12px;font-weight:750;color:white;box-shadow:0 4px 14px #066aff2f}.profile-btn:hover{filter:brightness(1.12)}
.pagination{display:flex;align-items:center;justify-content:center;gap:7px;padding:18px}.page-btn{min-width:37px;height:36px;padding:0 10px;border:1px solid #173a51;border-radius:7px;background:#07141e;color:#9db2c2;cursor:pointer}.page-btn.active{border-color:#1e7ee5;background:#103965;color:#fff}.page-btn:disabled{opacity:.35;cursor:not-allowed}

.podium{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pod-card{position:relative;padding:17px;border:1px solid #31556d;border-radius:12px;background:linear-gradient(180deg,#102536,#07151f);display:grid;grid-template-columns:86px 1fr;gap:14px;min-height:170px}.pod-card.first{border-color:#c99723;box-shadow:0 0 25px #ffbf1e28}.pod-card.second{border-color:#678aa7}.pod-card.third{border-color:#8a5941}.pod-card img{width:85px;height:125px;object-fit:contain;image-rendering:pixelated;background:#050b10;border-radius:7px}.pod-rank{position:absolute;right:14px;top:11px;font-size:23px;font-weight:900}.pod-card h3{margin:28px 0 8px}.pod-meta{font-size:12px;color:var(--muted);margin-top:8px}.pod-time{font-weight:700;margin-top:6px}
.side-card{padding:19px}.side-card h3{margin:0 0 3px}.side-card>p{margin:0 0 14px;color:var(--muted);font-size:12px}.stat-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;border-bottom:1px solid #123246}.stat-row:last-child{border-bottom:0}.stat-row span{color:#a9bfcd}.stat-row b{color:var(--cyan)}.server-box{padding:12px;border:1px solid #16435b;border-radius:8px;background:#06131d;display:flex;align-items:center;gap:10px}.server-box code{color:#aeeaff;flex:1}.copy-btn{border:0;border-radius:7px;padding:9px 11px;background:#0b6fd7;color:#fff;font-weight:700;cursor:pointer}

.profile-layout{display:grid;grid-template-columns:310px 1fr;gap:20px}.profile-card{text-align:center;padding:24px}.profile-skin{width:180px;height:270px;object-fit:contain;image-rendering:pixelated;background:#050c12;border:1px solid #1d4c67;border-radius:13px}.profile-card h1{margin:15px 0 4px}.profile-card .island{font-size:13px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.big-stat{padding:20px;border:1px solid #183f57;border-radius:11px;background:#0a1925}.big-stat small{color:#819eaf;display:block;margin-bottom:9px}.big-stat strong{font-size:27px;color:#e8f8ff}.big-stat strong.cyan{color:var(--cyan)}.big-stat strong.green{color:var(--green)}.details{margin-top:15px;padding:20px}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 25px}.detail-row{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #123247}.detail-row span{color:#91aaba}.detail-row b{text-align:right}

footer{border-top:1px solid #123348;background:#030910;padding:25px 4vw;color:#68869a;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px}.footer-brand{font-family:Orbitron;color:#bdeaff;font-weight:800}.footer-center{text-align:center}.footer-center b{display:block;color:#27cfff;margin-bottom:5px}

.empty-state{text-align:center;padding:55px 20px;color:#829daf}

@media(max-width:1100px){
  .nav{display:none}.grid-main{grid-template-columns:1fr}.profile-layout{grid-template-columns:1fr}.profile-card{display:grid;grid-template-columns:180px 1fr;text-align:left;gap:20px}.stats-mini{display:none}.filters{grid-template-columns:1fr 1fr}.searchbox{grid-column:1/-1}.podium{grid-template-columns:1fr}.server-status{margin-left:auto}
}
@media(max-width:720px){
  .topbar{padding:0 14px}.brand{min-width:auto}.brand small{display:none}.brand strong{font-size:15px}.server-status{min-width:auto}.server-status>div,.server-count{display:none}
  .hero h1{font-size:38px}.hero-logo{font-size:22px}.hero h2{font-size:18px}.page{padding:15px}.filters{grid-template-columns:1fr}.searchbox{grid-column:auto}
  .players-table{min-width:850px}.table-scroll{overflow-x:auto}.profile-card{display:block;text-align:center}.profile-stats{grid-template-columns:1fr}.details-grid{grid-template-columns:1fr}
  footer{flex-direction:column;text-align:center}.footer-center{text-align:center}
}


.hero-logo-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}
.hero-site-logo{width:min(180px,30vw);max-width:180px;height:auto;object-fit:contain;filter:drop-shadow(0 0 22px rgba(39,215,255,.35))}
.hero h1{backdrop-filter:blur(1px)}
.hero.compact{min-height:260px}
.footer-logo{width:28px;height:28px;vertical-align:middle;object-fit:contain;margin-right:8px;filter:drop-shadow(0 0 8px rgba(39,215,255,.35))}
.footer-brand{display:flex;align-items:center;justify-content:center;gap:6px}
@media(max-width:720px){
  .brand-logo{width:42px;height:42px}
  .hero{min-height:260px}
  .hero-site-logo{width:120px}
}


.atm-feature-card{position:relative;overflow:hidden;background:
  linear-gradient(180deg,rgba(6,16,24,.35),rgba(6,16,24,.88)),
  url("assets/hero-art.png") center/cover no-repeat,
  linear-gradient(180deg,#0c1f2e,#08131d)}
.atm-feature-card > *{position:relative;z-index:1}
.atm-feature-card::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,20,.55),rgba(5,13,20,.12));z-index:0}


/* Home banner v0.5.8 - imagem aprovada, sem cortes */
.home-banner{
  width:100%;
  background:#07131e;
  border-bottom:1px solid #14344a;
  overflow:hidden;
  line-height:0;
}
.home-banner img{
  display:block;
  width:100%;
  height:auto;
}
