*{box-sizing:border-box}
body{margin:0;background:transparent;font:14px/1.3 Inter,system-ui,sans-serif;color:#f2f8f4}
.widget{height:96px;display:grid;grid-template-columns:58px 180px minmax(100px,1fr) 110px 85px;align-items:center;gap:14px;padding:13px 16px;background:#0e1d18;border:1px solid rgba(213,255,228,.14);border-radius:15px;color:inherit;text-decoration:none}
.logo{position:relative;display:grid;place-items:center;width:54px;height:54px;border-radius:12px;background:#183126;color:#b9f34b;font-weight:900;overflow:hidden}
.logo img{width:100%;height:100%;border-radius:inherit;object-fit:cover}
.logo i{position:absolute;width:11px;height:11px;right:-2px;bottom:-2px;border:2px solid #0e1d18;border-radius:50%;background:#67716d}
.logo i.online{background:#b9f34b}
.identity,.players{display:flex;flex-direction:column}
.identity small,.players small{color:#a8beb5}
.motd{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#a8beb5}
.minecraft-motd .motd-empty{color:#a8beb5}
.mc-obfuscated{filter:blur(.45px)}
.players strong{font-size:20px}
.action{color:#b9f34b;font-weight:800}
@media(max-width:650px){
  .widget{grid-template-columns:48px 1fr auto;height:84px}
  .logo{width:45px;height:45px}
  .motd,.action{display:none}
  .identity{min-width:0}
  .identity strong,.identity small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .players{align-items:flex-end}
}
