@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f4f9;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;color:#1a2a3a;position:relative;overflow:hidden;margin:0}.background-blobs{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}.background-blobs .blob{position:absolute;border-radius:50%;filter:blur(120px);animation:blobAnimation 12s infinite ease-in-out}.background-blobs .blob:nth-child(1){width:400px;height:400px;top:5%;left:10%;background:#c8dcff4d;animation-delay:0s}.background-blobs .blob:nth-child(2){width:350px;height:350px;bottom:5%;right:10%;background:#dcebff33;animation-delay:4s}.background-blobs .blob:nth-child(3){width:250px;height:250px;top:50%;left:50%;transform:translate(-50%,-50%);background:#ebf5ff26;animation-delay:8s}@keyframes blobAnimation{0%{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.05)}66%{transform:translate(-15px,15px) scale(.95)}to{transform:translate(0) scale(1)}}#particleCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.login-wrapper{position:relative;z-index:2}
