,::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;background-color:#09090b;background-image:radial-gradient(circle at 50% -20%,#1f1f2e 0,#09090b 80%);color:#f8fafc;min-height:100dvh;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;line-height:1.5}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%}header img{height:36px;width:auto}.uptime{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#a1a1aa;background:rgba(255,255,255,0.03);padding:.375rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,0.08);backdrop-filter:blur(10px)}.dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;box-shadow:0 0 8px #10b981}50%{opacity:.4;box-shadow:0 0 2px #10b981}}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 2rem;text-align:center;max-width:900px;margin:0 auto;width:100%}.trust{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#f59e0b;margin-bottom:1.5rem;background:rgba(245,158,11,0.08);padding:.375rem 1rem;border-radius:999px;border:1px solid rgba(245,158,11,0.15)}.trust span{color:#e2e8f0;font-weight:700;margin-left:.5rem}h1{font-size:clamp(2.5rem,5vw,5rem);font-weight:700;line-height:1.05;margin-bottom:1.25rem;letter-spacing:-0.03em;background:-webkit-linear-gradient(45deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p.lead{font-size:clamp(1.125rem,2vw,1.25rem);color:#a1a1aa;margin-bottom:2.5rem;max-width:650px;text-wrap:balance}.cta{display:inline-flex;align-items:center;justify-content:center;background-color:#f59e0b;color:#09090b;font-weight:700;font-size:1.125rem;text-decoration:none;padding:1.125rem 2.5rem;border-radius:999px;transition:all .2s ease;box-shadow:0 4px 14px rgba(245,158,11,0.25)}.cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,158,11,0.4);background-color:#fbbf24}.cta:focus-visible{outline:2px solid #fff;outline-offset:2px}footer{padding:1.5rem;text-align:center;width:100%}.footer-links{display:flex;justify-content:center;gap:2rem}.footer-links a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#e2e8f0}@media(max-height:650px){body{overflow:auto}h1{font-size:2.5rem}p.lead{margin-bottom:1.5rem}}@media(max-width:480px){header{padding:1rem}main{padding:1rem}.footer-links{flex-direction:column;gap:1rem}}