*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100dvh;background:#0e1117;overflow-x:hidden}#root{width:100%;min-height:100dvh}.app-content{position:relative;width:100%}@media (min-width: 901px){.app-content{max-width:900px;margin:0 auto}}@keyframes calendarSlideLeft{0%{transform:translate(14.28%);opacity:.8}to{transform:translate(0);opacity:1}}.calendar-slide-in{animation:calendarSlideLeft .27s ease}@keyframes lineupPulse{0%,to{box-shadow:0 0 0 2px #3b7dd8}50%{box-shadow:0 0 0 3px #3b7dd8,0 0 14px #3b7dd88c}}@keyframes lineupShake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(3px)}}.lineup-valid{animation:lineupPulse 1.4s ease-in-out infinite}.lineup-shake{animation:lineupShake .35s ease-in-out}@keyframes simLoadingDotPulse{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1.15)}}.sim-loading-dot{width:8px;height:8px;border-radius:50%;background:#f2b134;animation:simLoadingDotPulse 1.1s ease-in-out infinite}.sim-loading-dot:nth-child(2){animation-delay:.15s}.sim-loading-dot:nth-child(3){animation-delay:.3s}.match-sim-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:#0e1117}.match-sim-card{width:100%;max-width:360px;text-align:center;background:#181c28;border-radius:18px;padding:28px 22px}.match-sim-title{font-size:13px;font-weight:800;letter-spacing:1.5px;color:#f2b134;text-transform:uppercase}.match-sim-subtitle{margin-top:6px;font-size:15px;font-weight:700;color:#dde2ee}.match-sim-animation{position:relative;height:70px;margin:26px 0 18px;display:flex;align-items:center}.match-sim-court-line{width:100%;height:2px;background:#2a3146;border-radius:1px}.match-sim-ball{position:absolute;top:50%;left:0;width:16px;height:16px;margin-top:-8px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffe6a8,#f2b134 65%);box-shadow:0 0 10px #f2b13499;animation:matchSimCourtSweep 1.4s ease-in-out infinite}@keyframes matchSimCourtSweep{0%{left:0;transform:scale(.85)}50%{left:calc(100% - 16px);transform:scale(1.1)}to{left:0;transform:scale(.85)}}.match-sim-lines{font-size:13px;color:#a9b2c6;line-height:1.9}.match-sim-dots{margin-top:16px;display:flex;justify-content:center;gap:6px}
