/* File Drop — touch of dumb on SFTPGo's modern UI (layout untouched) */
body::after{
  content:"";position:fixed;bottom:10px;right:12px;width:120px;height:120px;
  background:url('/static/branding/corner.jpg') center/cover;
  border:3px solid #fff;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.45);
  transform:rotate(8deg);opacity:.92;z-index:9999;pointer-events:none;
}
@media(max-width:760px){body::after{width:88px;height:88px;bottom:8px;right:8px;opacity:.95}}
