*{box-sizing:border-box}body{font-family:-apple-system,Segoe UI,Roboto,sans-serif;margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.box{background:#fff;padding:48px;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:500px;text-align:center}.code{font-size:72px;font-weight:800;color:#667eea;line-height:1;margin-bottom:8px}.title{font-size:20px;font-weight:600;color:#1a202c;margin-bottom:8px}.desc{font-size:14px;color:#718096;margin-bottom:24px;line-height:1.5}.btn{display:inline-block;padding:12px 28px;background:#667eea;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px}.btn:hover{background:#5568d3}