@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@300;400;500&display=swap";:root{--primary:#0ea5e9;--secondary:#2dd4bf;--bg-color:#0f172a;--text-color:#f8fafc;--glass-bg:#0f172a66;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;font-family:Outfit,sans-serif;overflow:hidden}.background-wrapper{z-index:-1;background:radial-gradient(circle at top right, #1e293b 0%, var(--bg-color) 100%);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.orb{filter:blur(80px);opacity:.5;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.orb-1{background:var(--primary);width:400px;height:400px;animation-delay:0s;top:-100px;left:-100px}.orb-2{background:var(--secondary);width:500px;height:500px;animation-delay:-5s;bottom:-150px;right:-100px}.orb-3{background:#6366f1;width:300px;height:300px;animation-delay:-10s;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.container{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex;position:relative}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);opacity:0;border-radius:24px;width:100%;max-width:800px;padding:4rem 3rem;animation:1s cubic-bezier(.16,1,.3,1) forwards slideUp;transform:translateY(40px);box-shadow:0 25px 50px -12px #00000080}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.brand{opacity:0;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;animation:1s ease-out .5s forwards fadeIn;display:flex}.logo-icon{width:48px;height:48px;color:var(--secondary);animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.05)}to{transform:scale(1)}}.company-name{letter-spacing:2px;text-transform:uppercase;background:linear-gradient(135deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:600}.title{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;animation:1s ease-out .8s forwards fadeIn}.subtitle{color:#94a3b8;opacity:0;max-width:600px;margin:0 auto 3rem;font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.6;animation:1s ease-out 1.1s forwards fadeIn}.loader{opacity:0;justify-content:center;gap:8px;animation:1s ease-out 1.4s forwards fadeIn;display:flex}.dot{background:var(--secondary);border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite bounce}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.15s}.dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeIn{to{opacity:1}}
