@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#5b21b6);font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.background-elements{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.bg-element{animation:float 15s ease-in-out infinite;background:#6366f11a;border-radius:50%;position:absolute}.bg-element:first-child{animation-delay:0s;height:150px;left:5%;top:10%;width:150px}.bg-element:nth-child(2){animation-delay:-5s;background:#8b5cf61a;height:100px;left:15%;top:70%;width:100px}.bg-element:nth-child(3){animation-delay:-10s;background:#ec48991a;height:200px;right:10%;top:40%;width:200px}.bg-element:nth-child(4){animation-delay:-7s;background:#6366f11a;bottom:20%;height:80px;right:25%;width:80px}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid hsla(0,0%,100%,.18)}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.floating{animation:floating 3s ease-in-out infinite}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes float{0%{transform:translate(0) rotate(0)}25%{transform:translate(20px,20px) rotate(90deg)}50%{transform:translateY(40px) rotate(180deg)}75%{transform:translate(-20px,20px) rotate(270deg)}to{transform:translate(0) rotate(1turn)}}.gradient-text{background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.maintenance-icon{position:relative}
