*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.375rem}.code-input:focus{outline:none;box-shadow:0 0 0 2px #8b5cf6}@keyframes checkmark-draw{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}.checkmark-animate{stroke-dasharray:50;stroke-dashoffset:50;animation:checkmark-draw .5s ease-out .2s forwards}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .4s ease-out forwards}
