*{box-sizing:border-box}body{margin:0;padding:0;width:100vw;height:100svh;overflow:hidden;background:#fffc00;color:#000;font-family:'Inter',sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.header{position:absolute;top:0;left:0;right:0;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:10}.logo{display:flex;align-items:center}.logo img{max-height:40px;width:auto}.ping{display:flex;align-items:center;font-size:.875rem;font-weight:700;background:rgba(0,0,0,.05);padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(0,0,0,.1)}.dot{width:8px;height:8px;background:#00c853;border-radius:50%;margin-right:8px;animation:b 1.5s infinite}@keyframes b{0%,100%{opacity:1}50%{opacity:.4}}main{text-align:center;padding:1rem;max-width:800px;display:flex;flex-direction:column;align-items:center;z-index:5}.ghost{width:80px;height:80px;margin-bottom:1.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.ghost.r{transform:translateY(-15px) scale(1.1)}.ghost path{fill:#fff;stroke:#000;stroke-width:2}.ghost-eye{fill:#000;transition:all .3s}.ghost.r .ghost-eye{transform:scale(1.2) translateY(-2px)}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;margin:0 0 1rem;line-height:1.05;letter-spacing:-.04em}p{font-size:clamp(1rem,2.5vw,1.25rem);margin:0 0 2.5rem;line-height:1.5;color:#111;max-width:640px}a.cta{display:inline-block;background:#000;color:#fffc00;text-decoration:none;font-weight:700;font-size:1.25rem;padding:1.125rem 3rem;border-radius:999px;transition:transform .2s,box-shadow .2s;outline:none;border:2px solid transparent}a.cta:hover,a.cta:focus{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.15)}a.cta:focus-visible{border-color:#fff;box-shadow:0 0 0 4px #000}.pill{margin-top:2.5rem;font-size:.75rem;background:transparent;color:#000;text-decoration:none;padding:.4rem .8rem;border-radius:999px;border:1px solid rgba(0,0,0,.2);font-weight:700;display:inline-flex;align-items:center;transition:background .2s}.pill:hover{background:rgba(0,0,0,.05)}.pill svg{width:14px;height:14px;margin-right:6px}footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;text-align:center;font-size:.875rem;z-index:10;display:flex;justify-content:center;gap:1.5rem}footer a{color:#000;text-decoration:none;font-weight:700;opacity:.7;transition:opacity .2s}footer a:hover{opacity:1}