*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0a0a0a;color:#ededed}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#ededed,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}p{font-size:clamp(1rem,3vw,1.5rem);color:#888;letter-spacing:.02em}