,::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0b0f19,#020617);color:#f8fafc;font-family:'Inter',sans-serif;height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;line-height:1.5}header{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;flex-shrink:0}header img{height:32px;width:auto}.badge{background:rgba(139,92,246,.15);color:#c4b5fd;border:1px solid rgba(139,92,246,.3);padding:.25rem .75rem;border-radius:999px;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:700;letter-spacing:.05em}main{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;padding:0 1.5rem;width:100%;max-width:800px}h1{font-size:clamp(1.75rem,5vw,3.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p.hero-text{font-size:clamp(.875rem,2vw,1.125rem);color:#94a3b8;max-width:600px;margin:0 auto 1.5rem}.spots{background:rgba(239,68,68,.1);color:#fca5a5;border:1px solid rgba(239,68,68,.2);padding:.375rem .875rem;border-radius:8px;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:700;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.cta{display:inline-block;background:#8b5cf6;color:#fff;text-decoration:none;font-weight:700;font-size:clamp(1rem,2vw,1.125rem);padding:.875rem 2.5rem;border-radius:8px;transition:transform .2s,background .2s;margin-bottom:2rem;box-shadow:0 4px 14px 0 rgba(139,92,246,.39)}.cta:hover{background:#a78bfa;transform:translateY(-2px)}.cta:focus-visible{outline:2px solid #fff;outline-offset:2px}.changelog{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:1rem;width:100%;max-width:480px;text-align:left;font-size:clamp(.75rem,1.5vw,.875rem);color:#64748b}.changelog strong{color:#e2e8f0;display:block;margin-bottom:.25rem;font-size:clamp(.875rem,1.5vw,1rem)}footer{width:100%;padding:1.5rem;color:#475569;font-size:.875rem;flex-shrink:0}footer a{color:#64748b;text-decoration:none;margin:0 .75rem;transition:color .2s}footer a:hover{color:#94a3b8}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(239,68,68,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(239,68,68,0)}100%{transform:scale(.95);box-shadow:0 0 0 0 rgba(239,68,68,0)}}