.app{position:relative;min-height:100vh}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:radial-gradient(ellipse at 20% 20%,rgba(124,58,237,.08) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(168,85,247,.06) 0,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(192,132,252,.04) 0,transparent 60%),var(--bg-dark)}.animated-bg:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg at 50% 50%,transparent 0deg,rgba(124,58,237,.03) 60deg,transparent 120deg,rgba(168,85,247,.02) 180deg,transparent 240deg,rgba(192,132,252,.03) 300deg,transparent 1turn);animation:rotate 60s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.orb{position:fixed;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none;z-index:-1}.orb-1{width:600px;height:600px;background:radial-gradient(circle,var(--zailo-ai-primary) 0,transparent 70%);top:-200px;right:-200px;animation:float 20s ease-in-out infinite}.orb-2{width:400px;height:400px;background:radial-gradient(circle,var(--zailo-ai-secondary) 0,transparent 70%);bottom:-100px;left:-100px;animation:float 25s ease-in-out infinite reverse}.orb-3{width:300px;height:300px;background:radial-gradient(circle,var(--zailo-ai-accent) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 15s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(-30px,30px)}50%{transform:translate(30px,-30px)}75%{transform:translate(-20px,-20px)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.5}}.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--zailo-ai-primary),transparent);opacity:.3;margin:0 auto;max-width:800px}