
/* PRO SPORTS V41 — stable boot/routing */
html.ps41-booting body{visibility:hidden!important}
.ps41-boot-screen{
  position:fixed;inset:0;z-index:99999;background:#f5f8fc;
  display:grid;place-items:center;font-family:system-ui,-apple-system,Segoe UI,sans-serif
}
.ps41-boot-card{text-align:center;color:#071f3b}
.ps41-boot-logo{
  width:68px;height:68px;border-radius:18px;object-fit:contain;background:#050505;
  box-shadow:0 12px 32px rgba(7,31,59,.14);margin-bottom:15px
}
.ps41-boot-spinner{
  width:34px;height:34px;border-radius:50%;border:3px solid #d9e3ef;border-top-color:#326cff;
  margin:18px auto 0;animation:ps41spin .8s linear infinite
}
@keyframes ps41spin{to{transform:rotate(360deg)}}
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
}
