body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{-webkit-overflow-scrolling:touch;overscroll-behavior:none}.mascot-race{--max:180;--podH:150px;--tok:30px;overflow-x:hidden}.mascot-race *,.mascot-race :after,.mascot-race :before{box-sizing:border-box}.mascot-race .lane{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:160px 1fr 52px;padding:9px 0}.mascot-race .lane+.lane{border-top:1px dashed var(--mr-line)}.mascot-race .who{align-items:center;display:flex;gap:9px;min-width:0}.mascot-race .swatch{border-radius:3px;box-shadow:inset 0 0 0 1px #ffffff2e;flex:none;height:13px;width:13px}.mascot-race .name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mascot-race .crown{flex:none;opacity:0;text-align:center;transition:opacity .25s;width:17px}.mascot-race .crown.on{opacity:1}.mascot-race .track{border:1px solid var(--mr-line);border-radius:8px;height:38px;overflow:hidden;position:relative}.mascot-race .rail{bottom:0;left:15px;position:absolute;right:15px;top:0}.mascot-race .rail:before{background:repeating-linear-gradient(90deg,#0000 0,#0000 calc(1000%/var(--max) - 1px),var(--mr-grid-min) calc(1000%/var(--max) - 1px),var(--mr-grid-min) calc(1000%/var(--max)));content:"";inset:0;position:absolute}.mascot-race .rail:after{background:repeating-linear-gradient(90deg,#0000 0,#0000 calc(5000%/var(--max) - 1px),var(--mr-grid-maj) calc(5000%/var(--max) - 1px),var(--mr-grid-maj) calc(5000%/var(--max)));content:"";inset:0;position:absolute}.mascot-race .token{border-radius:50%;box-shadow:0 0 0 1.5px #ffffff8c,0 2px 8px #00000073,inset 0 0 0 2px #ffffff40;display:grid;font-size:calc(var(--tok)*.57);height:var(--tok);left:0;place-items:center;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--tok);will-change:left;z-index:2}.mascot-race .token.win{animation:mr-bounce .6s ease 2}@keyframes mr-bounce{0%,to{transform:translate(-50%,-50%)}40%{transform:translate(-50%,-50%) scale(1.18) rotate(-6deg)}70%{transform:translate(-50%,-50%) scale(1.05) rotate(4deg)}}.mascot-race .pts{font-feature-settings:"tnum";font-size:15px;font-variant-numeric:tabular-nums;font-weight:700;position:relative;text-align:right}.mascot-race .delta{color:var(--mr-accent);font-size:12px;font-weight:700;opacity:0;pointer-events:none;position:absolute;right:0;top:-15px}.mascot-race .delta.show{animation:mr-pop .9s ease}@keyframes mr-pop{15%{opacity:1;transform:translateY(-2px)}to{opacity:0;transform:translateY(-12px)}}.mascot-race .podium{height:calc(var(--podH) + 92px);margin:0 0 6px;position:relative}.mascot-race .podium.pre .ptok{display:none}.mascot-race .podium:after{background:var(--mr-line);bottom:26px;content:"";height:2px;left:0;position:absolute;right:0}.mascot-race .step{background:var(--mr-panel);border:1px solid var(--mr-line);border-bottom:none;border-radius:8px 8px 0 0;bottom:28px;box-shadow:inset 0 -40px 40px -30px #00000073;position:absolute;width:calc(20% - 14px)}.mascot-race .step .place{bottom:6px;color:var(--mr-muted);font-size:17px;font-weight:700;left:0;position:absolute;right:0;text-align:center}.mascot-race .ptok{align-items:center;display:flex;flex-direction:column;gap:2px;position:absolute;transform:translateX(-50%);transition:left .55s cubic-bezier(.4,0,.2,1),bottom .55s cubic-bezier(.4,0,.2,1);z-index:3}.mascot-race .ptok .dot{border-radius:50%;box-shadow:0 0 0 1.5px #ffffff8c,0 3px 8px #00000080,inset 0 0 0 2px #ffffff4d;display:grid;font-size:21px;height:38px;place-items:center;width:38px}.mascot-race .ptok .tp{font-feature-settings:"tnum";background:#00000073;border-radius:999px;color:#fff;font-size:13px;font-variant-numeric:tabular-nums;font-weight:800;padding:1px 7px}.mascot-race .ptok .loved{bottom:12px;cursor:pointer;height:76px;left:50%;margin-left:2px;position:absolute;text-decoration:none;width:42px;z-index:6}.mascot-race .ptok .loved i{animation:mr-like 2.6s ease-in infinite;bottom:0;color:#ff4d6d;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));font-size:14px;font-style:normal;left:50%;line-height:1;opacity:0;position:absolute;will-change:transform,opacity}.mascot-race .ptok .loved i:first-child{--dx:-11px;animation-delay:0s}.mascot-race .ptok .loved i:nth-child(2){--dx:9px;animation-delay:.55s;font-size:12px}.mascot-race .ptok .loved i:nth-child(3){--dx:-4px;animation-delay:1.05s;font-size:16px}.mascot-race .ptok .loved i:nth-child(4){--dx:13px;animation-delay:1.6s}.mascot-race .ptok .loved i:nth-child(5){--dx:-14px;animation-delay:2.1s;font-size:12px}@keyframes mr-like{0%{opacity:0;transform:translate(-50%,4px) scale(.5) rotate(-8deg)}18%{opacity:1}75%{opacity:.85}to{opacity:0;transform:translate(-50%,-62px) scale(1.05) rotate(6deg);transform:translate(calc(-50% + var(--dx, 0px)),-62px) scale(1.05) rotate(6deg)}}@media (max-width:560px){.mascot-race{--podH:114px;--tok:27px}.mascot-race .lane{gap:10px;grid-template-columns:24px 1fr 40px}.mascot-race .name{display:none}.mascot-race .swatch{height:14px;width:14px}.mascot-race .crown{margin-top:-22px;position:absolute}.mascot-race .who{position:relative}.mascot-race .track{height:34px}.mascot-race .step{width:calc(20% - 8px)}.mascot-race .step .place{font-size:14px}.mascot-race .ptok .dot{font-size:18px;height:32px;width:32px}.mascot-race .ptok .tp{font-size:12px;padding:1px 6px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.02742b39.css.map*/