*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito,sans-serif;background:#f4f6fb;color:#1a1a2e;min-height:100vh;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bounceDot{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.dot{width:7px;height:7px;border-radius:50%;background:#9ca3af;display:inline-block;margin:0 2px}.dot:first-child{animation:bounceDot 1.2s ease-in-out 0s infinite}.dot:nth-child(2){animation:bounceDot 1.2s ease-in-out .2s infinite}.dot:nth-child(3){animation:bounceDot 1.2s ease-in-out .4s infinite}input[type=range]{-webkit-appearance:none;height:6px;border-radius:3px;background:#eeedfe;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#534ab7;cursor:pointer;box-shadow:0 2px 6px rgba(83,74,183,.3)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c5c5e8;border-radius:3px}