*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1e3a8a,#6d28d9);color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center;padding:2.5rem;max-width:600px}h1{font-size:2.5rem;margin-bottom:1rem}p{font-size:1.1rem;line-height:1.8;opacity:.9;margin-bottom:.5rem}code{background:hsla(0,0%,100%,.15);padding:.15rem .4rem;border-radius:4px;font-family:Courier New,monospace}.button{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;background:#fff;color:#6d28d9;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .15s ease}.button:hover{transform:translateY(-2px)}