*{box-sizing:border-box}body{margin:0;height:100dvh;overflow:hidden;background:#fff;color:#000;font-family:'Space Grotesk',sans-serif;display:flex;flex-direction:column;font-weight:400}a{text-decoration:none}.top{background:#000;color:#fff;text-align:center;font-size:.75rem;padding:8px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.w{display:flex;flex-direction:column;flex-grow:1;padding:1rem 1.5rem;max-width:900px;margin:0 auto;width:100%}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:auto}.logo{height:32px;width:auto}.pulse{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;border:2px solid #000;padding:6px 12px;border-radius:20px;background:#fff;box-shadow:3px 3px 0 #000}.dot{width:8px;height:8px;border-radius:50%;background:#F58529;animation:b 1s infinite}@keyframes b{50%{opacity:.3}}main{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex-grow:2}.chips{display:flex;gap:8px;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.chips span{border:2px solid #000;border-radius:24px;padding:6px 14px;font-size:.85rem;font-weight:700;text-transform:uppercase;box-shadow:3px 3px 0 #000;background:#fff}.ig{background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-color:#DD2A7B!important}h1{font-size:clamp(2rem,6vw,4.5rem);font-weight:700;letter-spacing:-.05em;line-height:1.05;margin:0 0 1rem;text-transform:uppercase}p{font-size:clamp(1rem,2vw,1.25rem);max-width:650px;margin:0 0 1.25rem;line-height:1.5;color:#111}.tk{font-size:.8rem;background:#f4f4f4;color:#000;padding:6px 14px;border-radius:8px;font-family:monospace;margin-bottom:1rem;border:1px solid #ddd}.hw-b{background:0;border:none;text-decoration:underline;cursor:pointer;font-family:inherit;font-weight:700;font-size:1rem;color:#000}.hw-c{font-size:.9rem;border:2px solid #000;padding:0;max-width:400px;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease;box-shadow:4px 4px 0 #000;border-radius:12px;background:#fff;text-align:left}.hw-c.s{opacity:1;max-height:150px;padding:12px;margin:1rem 0}ol{margin:0;padding-left:1.5rem;line-height:1.6;font-weight:700}footer{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:auto;padding-bottom:1rem}.cta{display:flex;justify-content:center;align-items:center;width:100%;min-width:300px;background:linear-gradient(45deg,#F58529,#DD2A7B,#8134AF);color:#fff;font-size:clamp(1.5rem,4vw,1.75rem);font-weight:700;padding:1.25rem;border-radius:100px;text-transform:uppercase;box-shadow:0 8px 0 #000;border:3px solid #000;transition:transform .1s,box-shadow .1s}.cta:active,.cta:focus{transform:translateY(8px);box-shadow:0 0 0 #000;outline:0}.tl{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:#333;cursor:default;transition:color .2s}.tl:hover{color:#000}.l{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:fill .2s}.tl:hover .l{fill:currentColor}@media(max-height:650px){h1{font-size:1.75rem}p{font-size:.9rem;margin-bottom:.75rem}.chips{margin-bottom:.75rem}.logo{height:24px}.pulse{font-size:.65rem}.cta{padding:1rem;font-size:1.25rem}.w{padding:.5rem 1rem}}