*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100vh;height:100dvh;overflow:hidden;background-color:#0a0a0a;font-family:'Inter',sans-serif;color:#fafafa}@media(pointer:fine){*,a,button{cursor:none!important}}body{display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");opacity:.06;mix-blend-mode:overlay}header{padding:2rem;z-index:2;width:100%;display:flex;justify-content:center}header img{height:40px;width:auto}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;z-index:2;text-align:center;width:100%;max-width:800px}h1{font-size:clamp(2rem,6vw,4rem);font-weight:700;background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;line-height:1.1}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;color:#a3a3a3;margin-bottom:2.5rem;max-width:600px;line-height:1.5}.cta{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(45deg,#f09433,#dc2743,#bc1888);color:#fff;text-decoration:none;font-weight:700;font-size:1.125rem;padding:1rem 2rem;border-radius:50px;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 20px rgba(220,39,67,0.2);position:relative;z-index:10}.cta:hover{transform:translateY(-2px);box-shadow:0 15px 25px rgba(220,39,67,0.4)}.cta:focus-visible{outline:3px solid #fff;outline-offset:4px}.cta svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.shackle{transition:transform .4s cubic-bezier(0.175,0.885,0.32,1.275);transform-origin:7px 11px}.unlocking .shackle{transform:translateY(-3px) rotate(-15deg)}footer{padding:1.5rem;z-index:2;width:100%;text-align:center;color:#666;font-size:.875rem}footer a{color:#a3a3a3;text-decoration:none;margin:0 .5rem;transition:color .2s;position:relative;z-index:10}footer a:hover{color:#fff}.sk-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0a0a;z-index:9999;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:opacity .3s ease}.sk-header{padding:2rem}.sk-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;padding:2rem}.sk-footer{padding:1.5rem}.pulse{background:#1f1f1f;border-radius:8px;animation:pulse 1.2s infinite ease-in-out}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}.sk-logo{width:180px;height:40px}.sk-h1{width:80%;max-width:500px;height:clamp(2rem,6vw,4rem);margin-bottom:1rem;border-radius:12px}.sk-p{width:60%;max-width:400px;height:clamp(1rem,2.5vw,1.25rem);margin-bottom:.5rem}.sk-p2{width:40%;max-width:300px;height:clamp(1rem,2.5vw,1.25rem);margin-bottom:2.5rem}.sk-btn{width:200px;height:56px;border-radius:50px}.cursor-dot{position:fixed;width:12px;height:12px;background:linear-gradient(45deg,#f09433,#bc1888);border-radius:50%;pointer-events:none;z-index:10000;top:0;left:0;transform:translate(-50%,-50%);will-change:transform,opacity}@media(max-width:768px){.cursor-dot{display:none!important}}