*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;background:#fff;color:#0b192c;height:100dvh;width:100vw;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;text-align:center}header{display:flex;justify-content:space-between;align-items:center;padding:clamp(10px,2vh,20px) clamp(1rem,4vw,2rem);width:100%;z-index:10}header img{height:clamp(24px,4vh,32px);width:auto}.ping{display:inline-flex;align-items:center;gap:8px;background:rgba(0,229,255,.1);color:#00b8d4;font-size:clamp(.65rem,1.5vw,.75rem);font-weight:700;padding:6px 12px;border-radius:100px;border:1px solid rgba(0,229,255,.2)}.dot{width:6px;height:6px;border-radius:50%;background:#00e5ff;box-shadow:0 0 0 0 rgba(0,229,255,.7);animation:p 1.5s infinite}@keyframes p{70%{box-shadow:0 0 0 6px rgba(0,229,255,0)}100%{box-shadow:0 0 0 0 rgba(0,229,255,0)}}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 clamp(1rem,4vw,2rem);max-width:1000px;margin:0 auto;width:100%}.bdg-w{display:flex;gap:8px;margin-bottom:clamp(.75rem,2vh,1.5rem);flex-wrap:wrap;justify-content:center}.bdg{background:#f1f5f9;color:#0b192c;padding:4px 12px;border-radius:50px;font-weight:700;font-size:clamp(.65rem,1.5vw,.75rem);border:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.5px}h1{font-size:clamp(1.75rem,5vw,3.8rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:clamp(.5rem,2vh,1rem);color:#0b192c}p.sub{font-size:clamp(.9rem,1.8vw,1.25rem);line-height:1.5;color:#475569;max-width:680px;margin:0 auto clamp(1.25rem,4vh,2.5rem)}.cta{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#00e5ff;color:#0b192c;font-weight:700;font-size:clamp(1rem,2.2vw,1.25rem);padding:clamp(.8rem,2vh,1.2rem) clamp(2rem,4vw,3.5rem);border-radius:100px;text-decoration:none;box-shadow:0 4px 20px rgba(0,229,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.cta::before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:skewX(-20deg)}.cta:hover::before{animation:sh .7s ease-in-out forwards}@keyframes sh{100%{left:200%}}.cta:hover{background:#00b8d4;transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,229,255,.5)}.cta:focus{outline:3px solid #00b8d4;outline-offset:2px}.cta-d,.cta-h{display:flex;align-items:center;gap:8px}.cta-h{display:none}.cta:hover .cta-d{display:none}.cta:hover .cta-h{display:flex}.t-bar{display:flex;gap:clamp(.5rem,2vw,1.5rem);flex-wrap:wrap;justify-content:center;align-items:center;font-size:clamp(.65rem,1.2vw,.8rem);font-weight:700;color:#64748b;margin-top:clamp(.75rem,2vh,1.5rem)}.t-item{display:flex;align-items:center;gap:6px}.t-item svg{width:14px;height:14px;fill:currentColor}.f-strip{display:flex;gap:clamp(.5rem,1.5vw,1.5rem);justify-content:center;flex-wrap:wrap;background:rgba(248,250,252,.8);padding:clamp(.75rem,2vh,1rem) clamp(1rem,3vw,2rem);border-radius:16px;border:1px solid #e2e8f0;margin-top:clamp(1.5rem,4vh,2.5rem);box-shadow:0 8px 32px rgba(11,25,44,.02)}.f-item{display:flex;align-items:center;gap:6px;font-size:clamp(.7rem,1.2vw,.9rem);font-weight:700;color:#0b192c}.f-item svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.dock{background:#0b192c;color:#f1f5f9;padding:clamp(8px,1.5vh,12px) clamp(1rem,4vw,2rem);display:flex;justify-content:space-between;align-items:center;font-size:clamp(.65rem,1.2vw,.85rem);font-weight:700;z-index:50;width:100%}.t-cd{color:#00e5ff}.t-wrp{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:65%;text-align:left}.t-msg{display:inline-block;transition:opacity .3s ease-in-out;opacity:1}