.venue-boot{box-sizing:border-box;min-height:100vh;min-height:100svh;display:grid;place-items:center;padding:24px;background:#f7f9fc;color:#303d2b;font-family:"DM Sans",Arial,sans-serif;text-align:center}
.venue-boot-content{display:flex;flex-direction:column;align-items:center;gap:16px}
.venue-boot img{display:block;object-fit:contain;border-radius:30%;width:64px;height:64px}
.venue-boot strong{font-size:14px;letter-spacing:.04em}
.venue-boot p{font-size:13px;margin:0;opacity:.8}
.venue-boot-track{display:block;width:120px;height:3px;overflow:hidden;border-radius:8px;background:#7d8c772e}
.venue-boot-track>span{display:block;width:45%;height:100%;border-radius:inherit;background:currentColor;animation:venue-boot-progress 1.5s ease-in-out infinite}
html[data-venue="court-uno"] .venue-boot{background:#18251d;color:#ffb272}
html[data-venue="court-uno"] .venue-boot p{color:#fffdf4}
@keyframes venue-boot-progress{from{transform:translateX(-110%)}to{transform:translateX(330%)}}
@media(prefers-reduced-motion:reduce){.venue-boot-track>span{animation:none;margin:auto}}
