*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100dvh;overflow:hidden;background:#fff;color:#111;font-family:'Lora',ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;display:flex;flex-direction:column}header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;border-bottom:1px solid #e5e5e5;background:#fff;flex-shrink:0}header img{height:32px;width:auto}.changelog{font-size:.85rem;padding:.3rem .8rem;border:1px solid #e5e5e5;border-radius:6px;color:#555;display:flex;align-items:center;gap:.5rem;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;perspective:1000px;padding:1rem;min-height:0}.card{width:100%;max-width:640px;padding:2.5rem 2rem;border:1px solid #e5e5e5;border-radius:2px;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.04);text-align:center;transform-style:preserve-3d;transition:transform .1s cubic-bezier(.25,.46,.45,.94);will-change:transform;max-height:100%;display:flex;flex-direction:column;justify-content:center}.doodle{width:clamp(60px,8vh,90px);height:clamp(60px,8vh,90px);margin:0 auto 1.2rem;display:block;stroke:#111;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}h1{font-size:clamp(1.5rem,4vw,2.8rem);margin:0 0 .8rem;font-weight:700;line-height:1.15;letter-spacing:-.02em}p.desc{font-size:clamp(1rem,2vw,1.15rem);color:#444;margin:0 0 1.5rem;line-height:1.6}.cta{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2.2rem;background:#111;color:#fff;text-decoration:none;font-weight:700;border-radius:2px;font-size:1.1rem;transition:all .2s;border:1px solid #111;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;margin:0 auto}.cta:hover{background:#fff;color:#111;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.1)}.cta:focus{outline:3px solid rgba(17,17,17,.3);outline-offset:2px}.badge-wrapper{margin-top:1rem;display:flex;justify-content:center;align-items:center;gap:.4rem;font-size:.85rem;color:#888;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.badge-wrapper svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}footer{padding:1rem;text-align:center;border-top:1px solid #e5e5e5;font-size:.85rem;color:#888;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;flex-shrink:0}footer a{color:#555;text-decoration:none;margin:0 .5rem;transition:color .2s}footer a:hover{color:#111;text-decoration:underline}@media(max-width:600px){header{flex-direction:column;gap:.8rem;padding:1rem}.card{padding:1.5rem 1rem}}