*{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{min-height:100vh;margin:0;overflow:hidden}#app{width:100%;height:100vh}.container{background:linear-gradient(135deg,#2b0a45 0%,#4a1575 50%,#6d28d9 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.container:before{content:"";background:radial-gradient(circle,#8b5cf64d 0%,#0000 70%);animation:8s ease-in-out infinite pulse;position:absolute;inset:0}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.particle{pointer-events:none;background:#fff9;border-radius:50%;width:4px;height:4px;animation:20s linear infinite float;position:absolute}@keyframes float{0%{opacity:0;transform:translateY(0)translate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh)translate(50px)}}.content{z-index:10;text-align:center;max-width:800px;padding:2rem;position:relative}.name{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#e9d5ff 50%,#c4b5fd 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #8b5cf680;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:700}.message{color:#ffffffe6;letter-spacing:.01em;margin-bottom:3rem;font-size:clamp(1rem,3vw,1.5rem);font-weight:300;line-height:180%}.loading-dots{justify-content:center;align-items:center;gap:12px;margin-top:2rem;display:flex}.dot{background:linear-gradient(135deg,#c4b5fd,#a78bfa);border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite both bounce;box-shadow:0 0 20px #a78bfa99}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.footer{text-align:center;color:#fff9;z-index:10;font-size:.9rem;font-weight:300;position:absolute;bottom:2rem}.fade-in{opacity:0;animation:1.2s ease-out forwards fadeIn}.fade-in-delay{opacity:0;animation:1.2s ease-out .3s forwards fadeIn}.fade-in-delay-2{opacity:0;animation:1.2s ease-out .6s forwards fadeIn}.fade-in-delay-3{opacity:0;animation:1.2s ease-out .9s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.content{padding:1.5rem}.name{margin-bottom:1.5rem}.message{margin-bottom:2rem}.footer{padding:0 1rem;font-size:.8rem;bottom:1.5rem}}@media (max-width:480px){.content{padding:1rem}.loading-dots{gap:8px}.dot{width:10px;height:10px}}
