.simpleHUD{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1e1e1e99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:5px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:15px;font-weight:500;box-shadow:0 15px 30px #0000004d;border:1px solid rgba(255,255,255,.15);z-index:10000;animation:fadeScale .2s ease-out forwards;min-width:150px;min-height:150px;max-width:150px;max-height:150px;text-align:center}.simpleHUD.leaving{animation:unfadeScale .2s ease-out forwards}.simpleIcon{font-size:48px;color:#4cd964;line-height:1;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.simpleIcon svg{width:48px;height:48px}.simpleMessage{font-size:15px;max-width:150px;user-select:none;color:#ffffffe6;letter-spacing:-.1px}@keyframes fadeScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.99)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes unfadeScale{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.99)}}
