*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;width:100%}#root{min-height:100vh;width:100%}@keyframes help-btn-pulse{0%,to{box-shadow:0 0 6px #46c86e2e,inset 0 0 4px #46c86e0a;border-color:#46c86e73}50%{box-shadow:0 0 16px #46c86eb3,0 0 28px #46c86e47,inset 0 0 10px #46c86e1a;border-color:#46c86eeb}}.help-btn-pulse{animation:help-btn-pulse 2s ease-in-out infinite}.help-btn-pulse-stopped{box-shadow:0 0 6px #46c86e2e,inset 0 0 4px #46c86e0a;border-color:#46c86e73;transition:box-shadow .6s ease,border-color .6s ease}@keyframes count-tick{0%{transform:translateY(0);opacity:1}35%{transform:translateY(-5px);opacity:.3}70%{transform:translateY(1px);opacity:1}to{transform:translateY(0);opacity:1}}.count-tick{animation:count-tick .28s cubic-bezier(.34,1.56,.64,1)}@keyframes exclude-badge{0%{opacity:0;transform:translateY(-10px) scale(.92)}12%{opacity:1;transform:translateY(0) scale(1)}72%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.95)}}.exclude-badge{animation:exclude-badge 2.2s ease forwards}
