*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;background-color:#050505;color:#fff;height:100dvh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:none}a{text-decoration:none;cursor:none}header{position:absolute;top:0;left:0;width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none;z-index:50}header *{pointer-events:auto}.logo img{height:32px;width:auto;object-fit:contain;display:block}.status-indicator{display:flex;align-items:center;gap:8px;color:#d4d4d4;font-size:.875rem;font-weight:700;background:rgba(255,255,255,.05);padding:8px 16px;border-radius:99px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.05em}.dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}main{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;z-index:10}h1{font-size:clamp(2.5rem,6vw,5.5rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;max-width:90vw}p{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#a3a3a3;max-width:650px;width:90vw;margin-bottom:2.5rem;line-height:1.6}.cta{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 3rem;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:9999px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px rgba(220,39,67,.3);outline:0}.cta:focus-visible{outline:2px solid #fff;outline-offset:4px}.cta:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 30px rgba(220,39,67,.5)}footer{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;display:flex;justify-content:center;gap:2rem;z-index:50}footer a{color:#a3a3a3;font-size:.875rem;transition:color .2s ease;font-weight:400}footer a:hover{color:#fff}