*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100vh;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(150% 100% at 50% 0,#fff 0,#eef0f5 100%);color:#1d1d1f;display:flex;flex-direction:column;overscroll-behavior:none}.ribbon{background:#0071e3;color:#fff;text-align:center;padding:8px 16px;font-size:13px;font-weight:700;letter-spacing:.5px;z-index:20;flex-shrink:0;box-shadow:0 2px 10px rgba(0,113,227,.2)}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;z-index:10}.card{background:rgba(255,255,255,.7);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.6);border-radius:32px;box-shadow:0 32px 64px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.02),inset 0 1px 0 rgba(255,255,255,1);width:100%;max-width:480px;padding:clamp(20px,5vh,48px) 32px;text-align:center;display:flex;flex-direction:column;align-items:center}.card>img{width:140px;height:auto;margin-bottom:clamp(12px,3vh,24px);object-fit:contain}.icon-face{width:56px;height:56px;stroke:#0071e3;margin-bottom:clamp(12px,3vh,20px)}.h1-title{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;margin:0 0 12px;letter-spacing:-.5px;color:#1d1d1f;line-height:1.1}.copy{font-size:clamp(.95rem,3vw,1.1rem);color:#515154;margin:0 0 clamp(20px,4vh,32px);line-height:1.4}.ping{display:flex;align-items:center;gap:8px;font-size:13px;color:#0071e3;font-weight:700;margin-bottom:16px;background:rgba(0,113,227,.08);padding:6px 14px;border-radius:20px}.dot{width:8px;height:8px;background:#0071e3;border-radius:50%;animation:pulse-dot 1.5s infinite}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 rgba(0,113,227,.4)}70%{box-shadow:0 0 0 6px rgba(0,113,227,0)}100%{box-shadow:0 0 0 0 rgba(0,113,227,0)}}.cta{display:flex;align-items:center;justify-content:center;gap:10px;background:#0071e3;color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700;padding:18px 40px;border-radius:100px;width:100%;box-shadow:0 8px 24px rgba(0,113,227,.3);transition:all .3s cubic-bezier(.25,.8,.25,1);animation:pulse-glow 2.5s infinite;outline:0}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,113,227,.4);background:#0077ed}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(0,113,227,.2)}50%{box-shadow:0 0 0 15px rgba(0,113,227,0)}100%{box-shadow:0 0 0 0 rgba(0,113,227,0)}}.padlock{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cta .p-o{display:none}.cta:hover .p-c,.cta:focus .p-c{display:none}.cta:hover .p-o,.cta:focus .p-o{display:block}.chips{display:flex;gap:12px;margin-top:clamp(20px,4vh,32px);flex-wrap:wrap;justify-content:center}.chip{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#86868b;background:rgba(0,0,0,.03);padding:6px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.03)}.chip svg{width:14px;height:14px;stroke:#34c759;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.ticker{position:absolute;bottom:24px;left:0;right:0;text-align:center;font-size:13px;color:#86868b;z-index:20;pointer-events:none}.ticker-inner{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:8px 16px;border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,.04);border:1px solid rgba(255,255,255,.5)}.t-dot{width:6px;height:6px;background:#34c759;border-radius:50%}