@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{box-sizing:border-box}html{overflow-x:hidden;max-width:100vw;margin:0;padding:0;scroll-padding-top:70px;scroll-behavior:smooth}body{position:relative;background-color:#000;overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0;font-family:Inter,sans-serif}body:before{content:"";position:fixed;top:-100px;right:-100px;width:900px;height:900px;border-radius:50%;background:conic-gradient(from 0deg,#0f346b 16%,#03080f 69%,#3c4e66);filter:blur(120px);opacity:.5;z-index:-2;pointer-events:none}body:after{content:"";position:fixed;top:-100px;right:-100px;width:900px;height:900px;border-radius:50%;background:linear-gradient(180deg,#9b0079,#2370ca);filter:blur(120px);opacity:.5;z-index:-2;pointer-events:none}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{min-width:200px;padding:12px 16px;border-radius:8px;color:#fff;font-weight:500;box-shadow:0 4px 12px #00000026;opacity:0;transform:translate(100%);animation:slideIn .3s forwards,fadeOut .3s 2.7s forwards}.toast.success{background-color:#38a169}.toast.error{background-color:#e53e3e}@keyframes slideIn{to{opacity:1;transform:translate(0)}}@keyframes fadeOut{to{opacity:0;transform:translate(100%)}}.loader-wrapper{display:flex;justify-content:center;align-items:center;min-height:200px}.loader{border:6px solid rgba(255,255,255,.2);border-top:6px solid #fff;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
