*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:linear-gradient(135deg,#ffcba4 0,#ffb6c1 50%,#e0b0ff 100%);display:flex;justify-content:center;align-items:center;color:#333}body::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,0.5),transparent 70%);pointer-events:none}main{position:relative;z-index:1;width:92%;max-width:420px;background:rgba(255,255,255,0.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:32px;padding:clamp(2rem,5vw,3rem) 2rem;text-align:center;box-shadow:0 24px 48px rgba(0,0,0,0.06),inset 0 1px 0 rgba(255,255,255,0.8);border:1px solid rgba(255,255,255,0.4);display:flex;flex-direction:column;align-items:center}main>img{width:72px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,0.05))}h1{font-family:'Pacifico',cursive;font-size:clamp(2.2rem,6vw,2.8rem);font-weight:400;color:#2c1b3d;margin-bottom:.75rem;line-height:1.2;text-shadow:0 2px 4px rgba(255,255,255,0.5)}p.copy{font-size:clamp(1rem,3vw,1.1rem);line-height:1.6;color:#4a3f55;margin-bottom:2.5rem}.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.story-cta{display:flex;justify-content:center;align-items:center;width:86px;height:86px;border-radius:50%;background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);padding:4px;text-decoration:none;transition:all .5s cubic-bezier(0.25,1,0.5,1);position:relative;box-shadow:0 4px 15px rgba(220,39,67,0.2)}.story-inner{background:#fff;width:100%;height:100%;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#dc2743;font-weight:700;font-size:.95rem;transition:all .4s ease}.story-cta:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 30px rgba(188,24,136,0.35)}.story-cta:hover .story-inner{background:transparent;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.story-cta:focus-visible{outline:3px solid #2c1b3d;outline-offset:4px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#5a4a6a;background:rgba(255,255,255,0.6);padding:6px 14px;border-radius:20px;font-weight:600;letter-spacing:.3px}footer{position:absolute;bottom:24px;width:100%;text-align:center;font-size:.85rem;color:#6b5a7a;font-weight:500}