*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;overflow:hidden;font-family:'Inter',sans-serif;background:linear-gradient(135deg,#020617,#0f172a);color:#f1f5f9}body{display:flex;flex-direction:column;justify-content:space-between}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%}header img{height:40px;width:auto}.sys-status{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:700;color:#cbd5e1;background:rgba(255,255,255,.05);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.dot{width:10px;height:10px;background:#10b981;border-radius:50%;animation:b 1.5s infinite}@keyframes b{0%,100%{opacity:1;box-shadow:0 0 10px #10b981}50%{opacity:.4;box-shadow:none}}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;text-align:center;width:100%}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin:0 0 1rem;line-height:1.1;letter-spacing:-.02em;max-width:900px;text-wrap:balance}p{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#94a3b8;margin:0 auto 2rem;line-height:1.6;max-width:600px}.spots{display:inline-flex;align-items:center;margin-bottom:2rem;font-size:.875rem;color:#ef4444;font-weight:700;background:rgba(239,68,68,.1);padding:.5rem 1.25rem;border-radius:30px;border:1px solid rgba(239,68,68,.2)}.spots svg{width:16px;height:16px;margin-right:8px;fill:currentColor}.cta{background:#10b981;color:#020617;padding:1.125rem 3rem;border-radius:50px;font-weight:700;text-decoration:none;font-size:1.125rem;transition:all .2s ease;box-shadow:0 4px 20px rgba(16,185,129,.3);display:inline-block}.cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(16,185,129,.5)}.cta:focus-visible{outline:2px solid #fff;outline-offset:2px}footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%;font-size:.75rem;color:#64748b;border-top:1px solid rgba(255,255,255,.05)}.badge{display:flex;align-items:center;gap:6px;border:1px solid #334155;padding:4px 10px;border-radius:6px;background:rgba(15,23,42,.6);font-weight:700;color:#94a3b8}.badge svg{width:14px;height:14px;fill:#10b981}.ft-links a{color:#64748b;text-decoration:none;margin-left:1rem}.ft-links a:hover{color:#f1f5f9}@media(max-width:640px){header{flex-direction:column;gap:1rem}footer{flex-direction:column;gap:1rem;text-align:center}.ft-links{margin-top:.5rem}.ft-links a{margin:0 .5rem}}