*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;color:#333}#app{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.container{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;padding:3rem;max-width:600px;width:100%;text-align:center}.header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.header h1{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.subtitle{font-size:1.125rem;color:#6b7280;font-weight:500}.content{padding:1.5rem 0}.content p{font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:1rem}.status{display:inline-block;padding:.75rem 1.5rem;background:#f3f4f6;border-radius:.5rem;font-weight:600;color:#6b7280;transition:all .3s ease}@media(max-width:640px){.container{padding:2rem}.header h1{font-size:2rem}.subtitle,.content p{font-size:1rem}}
