@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:#0a0a0a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Lato,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif}#root{width:100%;height:100%}.container{background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.waves-container{z-index:1;pointer-events:none;width:100%;height:120px;position:fixed;bottom:0;left:0}.waves{width:100%;height:100%}.wave1{animation:8s linear infinite waveMove}.wave2{animation:10s linear infinite reverse waveMove}@keyframes waveMove{0%{d:path("M0,40 Q300,10 600,40 T1200,40 L1200,80 L0,80 Z")}25%{d:path("M0,35 Q300,5 600,35 T1200,35 L1200,80 L0,80 Z")}50%{d:path("M0,40 Q300,10 600,40 T1200,40 L1200,80 L0,80 Z")}75%{d:path("M0,45 Q300,15 600,45 T1200,45 L1200,80 L0,80 Z")}to{d:path("M0,40 Q300,10 600,40 T1200,40 L1200,80 L0,80 Z")}}.content{z-index:10;text-align:center;flex-direction:column;align-items:center;gap:40px;padding:20px;display:flex;position:relative}.logo{width:85vw;max-width:512px;height:auto;animation:.8s ease-out forwards fadeInScale}.heading{color:#0a0a0a;letter-spacing:-1px;opacity:0;margin:0;font-size:clamp(32px,8vw,56px);font-weight:700;animation:.8s ease-out .2s forwards fadeInUp}.subtitle{color:#666;letter-spacing:.5px;opacity:0;margin:0;font-size:clamp(18px,4vw,28px);font-weight:400;animation:.8s ease-out .4s forwards fadeInUp}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.logo{max-width:100vw}.heading{font-size:clamp(28px,6vw,44px)}.content{gap:30px}}@media (width<=375px){.content{gap:20px;padding:15px}.logo{max-width:150px}.heading{font-size:22px}}
