@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
body{margin:0;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#f0f0f0;font-family:"Inter",system-ui,sans-serif;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;}
.content{max-width:640px;padding:40px 20px;}
h1{font-size:4.5rem;font-weight:600;letter-spacing:-2px;margin:0 0 16px 0;}
.lead{font-size:1.5rem;font-weight:400;margin:0 0 12px 0;}
.lead em{font-style:italic;color:#c9a96e;font-weight:300;}
.rule{display:block;width:60px;height:1px;background:rgba(255,255,255,0.25);margin:12px auto 16px;}
.sub{font-size:1.1rem;font-weight:300;letter-spacing:0.01em;opacity:0.8;line-height:1.6;margin:0;}
