@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#293241;background-color:#e0fbfc;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#98c1d9;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3d5a80}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fillBar{0%{width:0%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}input:focus{outline:none;box-shadow:0 0 0 3px #3d5a8026}
