*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.container,body{min-height:100vh}.container{display:flex;align-items:center;justify-content:center;padding:2rem}.content{text-align:center;max-width:600px;animation:fadeIn 1s ease-in}.title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.divider{width:80px;height:4px;background:hsla(0,0%,100%,.8);margin:2rem auto;border-radius:2px}.subtitle{font-size:1.5rem;font-weight:300;margin-bottom:.75rem;opacity:.95}.message{font-size:1.125rem;font-weight:300;opacity:.85;margin-bottom:3rem}.dots{display:flex;justify-content:center;gap:.75rem}.dot{width:12px;height:12px;background:hsla(0,0%,100%,.6);border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:768px){.title{font-size:2.5rem}.subtitle{font-size:1.25rem}.message{font-size:1rem}}