*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#faf8f9;color:#3d3041;min-height:100vh;overflow-x:hidden}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem}.bg-shapes{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.shape{position:absolute;border-radius:50%;opacity:.12;filter:blur(80px)}.shape-1{width:500px;height:500px;background:#f5b5c8;top:-10%;right:-5%;animation:float1 20s ease-in-out infinite}.shape-2{width:400px;height:400px;background:#c8a0d4;bottom:-10%;left:-5%;animation:float2 25s ease-in-out infinite}.shape-3{width:300px;height:300px;background:#f5b5c8;top:50%;left:50%;transform:translate(-50%,-50%);animation:float3 18s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-60px,40px) scale(1.1)}}@keyframes float2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(50px,-30px) scale(1.15)}}@keyframes float3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2.5rem;max-width:560px;width:100%;opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.content.visible{opacity:1;transform:translateY(0)}.logo{width:220px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.06));animation:breathe 4s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.card{background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(245,181,200,.25);border-radius:20px;padding:2.5rem;width:100%;box-shadow:0 4px 24px #3d30410f,0 1px 3px #3d30410a}.badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#f5b5c8,#e8a0b8);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:6px 14px;border-radius:100px;margin-bottom:1.25rem}.pulse{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}h1{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.75rem;color:#3d3041}.description{font-size:.95rem;line-height:1.65;color:#6b5c70;margin-bottom:1.75rem}.description strong{color:#3d3041}.redirect-info{border-top:1px solid rgba(245,181,200,.2);padding-top:1.25rem;text-align:center}.redirect-info p{font-size:.85rem;color:#8a7a8e;margin-bottom:.75rem}.redirect-info a{color:#d4849a;text-decoration:none;font-weight:500;transition:color .2s}.redirect-info a:hover{color:#b8697f}.progress-track{height:4px;background:#f5b5c826;border-radius:100px;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,#f5b5c8,#d4849a);border-radius:100px;transition:width 1s linear}.skip-btn{display:inline-block;background:transparent;border:1.5px solid #d4849a;color:#d4849a;font-family:inherit;font-size:.8rem;font-weight:500;padding:8px 24px;border-radius:100px;cursor:pointer;transition:all .25s ease}.skip-btn:hover{background:#d4849a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #d4849a4d}@media(max-width:480px){.card{padding:1.75rem;border-radius:16px}.logo{width:160px}h1{font-size:1.25rem}}
