*,*::before,*::after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden;background:#050505;background:radial-gradient(circle at 50% 0,#1a1f2e 0,#050505 100%);color:#f3f4f6;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased}body{display:flex;flex-direction:column}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%}header img{height:32px;width:auto}.bdg{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:.4rem .75rem;border-radius:99px;display:flex;align-items:center;gap:.5rem;color:#a1a1aa}.bdg.shld::before{content:'';display:block;width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981}.bdg.gdpr::before{content:'';display:block;width:8px;height:8px;background:#3b82f6;border-radius:50%;box-shadow:0 0 8px #3b82f6}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;max-width:900px;margin:0 auto}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem 0;background:linear-gradient(to right,#fff,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:#9ca3af;margin:0 0 2.5rem 0;max-width:650px}.cta{background:#10b981;color:#042f2e;font-size:1.125rem;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:99px;transition:all .2s ease;box-shadow:0 0 20px rgba(16,185,129,.2)}.cta:hover{background:#34d399;transform:translateY(-2px);box-shadow:0 0 30px rgba(16,185,129,.4)}.cta:focus{outline:2px solid #fff;outline-offset:2px}footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%}.ftr-r{font-family:monospace;font-size:.65rem;color:#52525b;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;text-align:right}.fp-hash{color:#71717a;word-break:break-all;max-width:250px}@media(max-width:640px){header,footer{padding:1rem}header img{height:24px}.bdg{font-size:.65rem;padding:.3rem .6rem}footer{flex-direction:column-reverse;gap:1rem;justify-content:center}.ftr-r{align-items:center;text-align:center}main{padding:0 1rem}}