/* MagicHellas — Logo Only (v3)
   Χωρίς μπάρα, χωρίς κείμενα. Μόνο ένα “καθαρό” logo πάνω αριστερά.
*/
.mh-logo-only{
  position:fixed;
  top:16px;
  left:16px;
  z-index:99999;
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 14px 34px rgba(2,6,23,.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-decoration:none;
}
.mh-logo-only img{
  width:52px;
  height:52px;
  display:block;
  object-fit:contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.25));
}
@media (max-width: 640px){
  .mh-logo-only{ top:10px; left:10px; width:60px; height:60px; border-radius:16px; }
  .mh-logo-only img{ width:44px; height:44px; }
}
