:root{--bg:#fafaf7;--fg:#0a0a0a;--muted:#6b6b6b;--accent:#f0b72a}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100dvh;flex-direction:column}body,main{display:flex}main{flex:1 1;align-items:center;justify-content:center;padding:2rem}a{color:inherit}.hero{text-align:center}.hero h1{font-size:clamp(3.5rem,14vw,9rem);font-weight:600;letter-spacing:-.045em;margin:0;line-height:1}.hero .dot{color:var(--accent)}.hero p{margin:1.25rem 0 0;font-size:1rem;letter-spacing:.01em}.hero p,footer{color:var(--muted)}footer{padding:1.5rem 2rem 2rem;font-size:.8125rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}footer a{text-decoration:none;transition:color .12s ease}footer a:hover{color:var(--fg)}.legal{max-width:42rem;margin:0 auto;padding:4rem 2rem;line-height:1.65}.legal .back{display:inline-block;margin-bottom:2.5rem;color:var(--muted);text-decoration:none;font-size:.875rem}.legal .back:hover{color:var(--fg)}.legal h1{font-size:1.75rem;font-weight:600;letter-spacing:-.025em;margin:0 0 2rem}.legal h2{font-size:1rem;font-weight:600;margin:2rem 0 .5rem}.legal p,.legal ul{color:#2a2a2a;font-size:.9375rem;margin:.5rem 0}.legal ul{padding-left:1.25rem}.legal .meta{color:var(--muted);font-size:.8125rem}