.score-fly-pill{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.97);border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 22px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.04);text-align:center;max-width:min(78vw,300px);opacity:0;font-family:inherit;white-space:normal;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.score-fly-pill__title{font-size:13px;font-weight:600;line-height:1.3;color:#333;letter-spacing:-.015em}.score-fly-pill__subtitle{font-size:11px;font-weight:500;line-height:1.35;color:#666;letter-spacing:.01em}.score-fly-pill--gain .score-fly-pill__title{color:#2d3748}.score-fly-pill--gain .score-fly-pill__subtitle{color:#5a6778}.score-fly-pill--penalty{align-items:flex-end;text-align:right;max-width:min(72vw,240px);background:rgba(255,251,251,.98);border-color:rgba(229,62,62,.18)}.score-fly-pill--penalty .score-fly-pill__title{color:#c53030;font-size:12px}.score-fly-pill--penalty .score-fly-pill__subtitle{color:#9b2c2c;font-size:10.5px}.score-fly-pill--animate-center{animation:score-pill-center 4.2s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes score-pill-center{0%{opacity:0;transform:translate(-50%,-46%) scale(.94)}8%{opacity:1;transform:translate(-50%,-50%) scale(1)}78%{opacity:1;transform:translate(-50%,-54%) scale(1)}to{opacity:0;transform:translate(-50%,-62%) scale(.98)}}.score-fly-pill--animate-right{animation:score-pill-right 4.2s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes score-pill-right{0%{opacity:0;transform:translate(16px,-50%) scale(.94)}10%{opacity:1;transform:translateY(-50%) scale(1)}78%{opacity:1;transform:translateY(-50%) scale(1)}to{opacity:0;transform:translate(8px,-50%) scale(.98)}}.score-warning-burst{-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:drop-shadow(0 2px 8px rgba(229,62,62,.4))}