@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";.under-construction{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9fafa;background-image:repeating-radial-gradient(circle,#cdd8e0,1px,transparent 2px);background-size:3px 3px;padding:20px}.under-construction-container{max-width:640px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;flex:1;justify-content:center}.logo-container{width:180px;height:180px;border-radius:50%;border:6px solid #3b9ae1;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 12px #0000001a}.logo-image{width:180%;height:180%;object-fit:contain;transform:scaleX(-1) translateY(25%) translate(15%)}.brand-name{font-size:3.5rem;font-weight:400;margin:0;line-height:1;letter-spacing:-.02em}.brand-invest{color:#3b9ae1;font-weight:400}.brand-aroo{color:#2c2c2c;font-weight:400}.main-heading{font-size:1.75rem;font-weight:400;color:#2c2c2c;margin:0;line-height:1.3}.description{font-size:1rem;color:#666;line-height:1.6;margin:0;max-width:520px}.progress-bar-container{width:100%;max-width:320px;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-top:16px}.progress-bar{height:100%;background:linear-gradient(90deg,#3b9ae1,#5fadea);border-radius:4px;animation:progressAnimation 7s ease-in-out infinite;width:0%}@keyframes progressAnimation{0%{width:0%;opacity:1}70%{width:90%;opacity:1}90%{width:90%;opacity:1}to{width:90%;opacity:0}}.copyright{font-size:.875rem;color:#999;padding:20px;background:transparent;min-height:auto;height:auto;width:100%;text-align:center;position:absolute;bottom:0}@media (max-width: 768px){.brand-name{font-size:2.5rem}.main-heading{font-size:1.5rem}.logo-container{width:150px;height:150px}}@media (max-width: 480px){.brand-name{font-size:2rem}.main-heading{font-size:1.25rem}.description{font-size:.9rem}.logo-container{width:130px;height:130px}}*{box-sizing:border-box}#root{min-width:0;width:100%}:root{font-family:Roboto,sans-serif,system-ui,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2189e0;text-decoration:none}a:hover{color:#f0f0f0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f9fafa;background-image:repeating-radial-gradient(circle,#cdd8e0,1px,transparent 2px);background-size:3px 3px;font-family:Roboto,sans-serif,system-ui,Arial,sans-serif}h1{font-size:3.2em;line-height:1.1}pre{font-size:16px}footer{margin-top:auto;text-align:center;width:100%;background:#1f1f1f;min-height:150px;height:100%;color:#fff}header{width:100%;display:flex;flex-direction:column;align-items:center}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#2189e0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#2189e0}button{background-color:#f9f9f9}}
