,::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;background:#020617;color:#f8fafc;font-family:'Space Grotesk',sans-serif;line-height:1.5}body{display:flex;flex-direction:column;background:radial-gradient(circle at 50% 0,#0f172a 0,#020617 70%)}header{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;height:12vh;min-height:70px}.logo img{height:40px;width:auto;display:block}.ping{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#34d399;background:rgba(52,211,153,.1);padding:.35rem .875rem;border-radius:999px;border:1px solid rgba(52,211,153,.2);letter-spacing:.05em}.ping-dot{width:8px;height:8px;background:#34d399;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(52,211,153,.7)}70%{box-shadow:0 0 0 6px rgba(52,211,153,0)}100%{box-shadow:0 0 0 0 rgba(52,211,153,0)}}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 5%;max-width:1000px;margin:0 auto}h1{font-size:clamp(2.5rem,6vw,5.5rem);font-weight:700;margin-bottom:1.25rem;background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-background-clip:text;color:transparent;line-height:1.1;letter-spacing:-.02em}p{font-size:clamp(1rem,2.2vw,1.25rem);color:#cbd5e1;margin-bottom:3rem;max-width:85%}p strong{color:#f8fafc;font-weight:700}.cta{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 3rem;font-size:1.25rem;font-weight:700;color:#020617;background:#38bdf8;text-decoration:none;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px rgba(56,189,248,.2)}.cta:hover{background:#7dd3fc;transform:translateY(-3px);box-shadow:0 10px 25px rgba(56,189,248,.4)}.cta:focus{outline:3px solid #f8fafc;outline-offset:3px}footer{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;height:10vh;min-height:60px;font-size:.875rem;color:#94a3b8;border-top:1px solid rgba(255,255,255,.05)}.eco{display:flex;align-items:center;gap:.5rem}.eco svg{width:18px;height:18px;fill:#34d399}.enc{font-family:monospace;color:#38bdf8;display:flex;align-items:center}.cursor{display:inline-block;width:8px;height:1.2em;background:#38bdf8;animation:blink 1s step-end infinite;margin-left:4px}@keyframes blink{50%{opacity:0}}@media(max-width:768px){header{padding:1.5rem 5%}p{max-width:100%}footer{flex-direction:column;gap:1rem;height:auto;padding-bottom:1.5rem}}