*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fff;color:#1a202c;min-height:100vh;justify-content:center}.container,body{display:flex;align-items:center}.container{text-align:center;flex-direction:column;gap:20px}.container h1{font-size:2rem;font-weight:600;letter-spacing:-.02em;color:#1a202c}.status-indicator{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.pulse-dot{width:20px;height:20px;background:linear-gradient(135deg,#6018c4,#db7bfb);border-radius:50%;position:relative;box-shadow:0 0 20px rgba(96,24,196,.6)}.pulse-dot:after,.pulse-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:2px solid #6018c4;animation:pulse 2s ease-out infinite}.pulse-dot:after{animation-delay:1s}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(3);opacity:0}}