@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Libre+Franklin:wght@300;400;500;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{background:#08090c;color:#8ab4d4;font-family:Cormorant Garamond,Georgia,serif;-webkit-font-smoothing:antialiased}::selection{background:rgba(74,158,255,.3);color:#d0e8ff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(74,158,255,.15);border-radius:3px}input::placeholder,textarea::placeholder{color:#2a4a6a}button:focus{outline:none}.water-bg{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#08090c}.water-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 60%,rgba(0,30,60,.9) 0,transparent 70%),radial-gradient(ellipse 60% 40% at 20% 80%,rgba(0,45,80,.5) 0,transparent 60%),radial-gradient(ellipse 50% 30% at 80% 30%,rgba(74,158,255,.06) 0,transparent 55%)}.wave{position:absolute;width:250%;left:-75%;border-radius:46%;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.wave-1{height:320px;bottom:15%;background:linear-gradient(180deg,rgba(0,60,100,0),rgba(0,70,120,.18) 40%,rgba(0,50,90,.25) 60%,rgba(0,30,60,.15));animation:waveRoll1 14s ease-in-out infinite;filter:blur(2px)}.wave-2{height:280px;bottom:20%;background:linear-gradient(180deg,rgba(0,80,130,0),rgba(0,90,150,.14) 35%,rgba(0,70,120,.2) 65%,rgba(0,40,80,.1));animation:waveRoll2 18s ease-in-out infinite;filter:blur(1px)}.wave-3{height:240px;bottom:28%;background:linear-gradient(180deg,rgba(74,158,255,0),rgba(74,158,255,.04) 40%,rgba(0,60,110,.12) 70%,transparent);animation:waveRoll3 22s ease-in-out infinite;filter:blur(3px)}.wave-4{height:360px;bottom:5%;background:linear-gradient(180deg,transparent,rgba(0,40,80,.12) 30%,rgba(0,20,50,.3) 60%,rgba(0,10,30,.4));animation:waveRoll4 26s ease-in-out infinite;filter:blur(4px)}.wave-shimmer{height:3px;bottom:38%;background:linear-gradient(90deg,transparent,transparent 20%,rgba(74,158,255,0) 30%,rgba(74,158,255,.25) 45%,hsla(0,0%,100%,.15) 50%,rgba(74,158,255,.25) 55%,rgba(74,158,255,0) 70%,transparent 80%,transparent);animation:shimmerSlide 8s ease-in-out infinite}.wave-shimmer,.wave-shimmer-2{position:absolute;width:300%;left:-100%;filter:blur(1px)}.wave-shimmer-2{height:2px;bottom:32%;background:linear-gradient(90deg,transparent,transparent 40%,rgba(74,158,255,.15) 55%,hsla(0,0%,100%,.08) 60%,rgba(74,158,255,.15) 65%,transparent 80%,transparent);animation:shimmerSlide2 11s ease-in-out infinite}.water-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,rgba(0,15,35,.7) 0,rgba(0,25,50,.3) 50%,transparent)}@keyframes waveRoll1{0%{transform:rotate(-2deg) translateX(0)}50%{transform:rotate(2deg) translateX(-40px)}to{transform:rotate(-2deg) translateX(0)}}@keyframes waveRoll2{0%{transform:rotate(1.5deg) translateX(-20px)}50%{transform:rotate(-1.5deg) translateX(30px)}to{transform:rotate(1.5deg) translateX(-20px)}}@keyframes waveRoll3{0%{transform:rotate(-1deg) translateX(10px)}40%{transform:rotate(2deg) translateX(-30px)}to{transform:rotate(-1deg) translateX(10px)}}@keyframes waveRoll4{0%{transform:rotate(1deg) translateX(0)}50%{transform:rotate(-1deg) translateX(20px)}to{transform:rotate(1deg) translateX(0)}}@keyframes shimmerSlide{0%{transform:translateX(0);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateX(33%);opacity:0}}@keyframes shimmerSlide2{0%{transform:translateX(33%);opacity:0}20%{opacity:.7}80%{opacity:.7}to{transform:translateX(0);opacity:0}}@keyframes pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}