@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;color:#212121}html,body,#root{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#fdfdfd}#root{min-height:100%;background-color:#fdfdfd}input:focus{outline:none}li{list-style:none}a{text-decoration:none}.construction-container{display:flex;flex-direction:column;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:500px;width:90%}.icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}h1{font-size:2.5rem;margin-bottom:.5rem;color:#2c3e50}p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.loader{width:100%;height:6px;background-color:#eee;border-radius:3px;overflow:hidden}.loader-bar{height:100%;width:50%;background-color:#3498db;border-radius:3px;animation:loading 1.5s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(200%)}}
