/* =====================================
   Tibia.CITY – FLEX SAFE LOGO
   ZERO wp³ywu na layout / shoutbox
   ===================================== */

.logo{
  position: relative;
  width: 320px;          /* szerokoœæ logo */
  height: 184px;          /* wysokoœæ grafiki */
  margin-top: -40px;       /* kontrola pionu */

  /* ukrycie tekstu */
  color: transparent !important;
  font-size: 0 !important;
}

/* W£AŒCIWE LOGO */
.logo::before{
  content: "";
  position: absolute;
  inset: 0;

  background: url("/assets/img/logo.png") no-repeat left center;
  background-size: contain;
}

/* SEO fallback (poza ekranem) */
.logo::after{
  content: "Tibia.CITY";
  position: absolute;
  left: -9999px;
}
