.playground .pg-fortune-card{min-height:220px}.playground .pg-fortune-stage{position:relative;display:grid;place-items:center;min-height:220px}.playground .pg-fortune-halo{position:absolute;width:clamp(160px,38vw,220px);height:clamp(160px,38vw,220px);border-radius:50%;pointer-events:none;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 20%,transparent),transparent 70%);animation:pgFortuneHalo 3.6s ease-in-out infinite}@keyframes pgFortuneHalo{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.82;transform:scale(1.08)}}.playground .pg-fortune-burst{position:absolute;width:108px;height:108px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);opacity:0;pointer-events:none}.playground .pg-fortune-card.is-opening .pg-fortune-burst{animation:pgBurst .64s var(--pg-ease) forwards}@keyframes pgBurst{0%{opacity:.9;transform:scale(.6)}70%{opacity:.32;transform:scale(2.1)}to{opacity:0;transform:scale(2.6)}}.playground .pg-fortune-seal{position:relative;z-index:1;width:108px;height:108px;border-radius:50%;border:0;display:grid;place-items:center;gap:.35rem;background:linear-gradient(150deg,var(--brand-soft),var(--brand));color:#fff;box-shadow:var(--sh-2),inset 0 1px 0 rgba(255,255,255,.18);cursor:pointer;transition:transform var(--dur-1) var(--pg-ease),box-shadow var(--dur-1) var(--pg-ease)}.playground .pg-fortune-seal:hover{transform:translateY(-2px) scale(1.02);box-shadow:var(--sh-3)}.playground .pg-fortune-seal:disabled{cursor:default}.playground .pg-fortune-card.is-opening .pg-fortune-seal{animation:pgSealOpen .64s var(--pg-ease) forwards}@keyframes pgSealOpen{0%{transform:scale(1) rotate(0deg);opacity:1;filter:brightness(1)}40%{transform:scale(1.14) rotate(5deg);filter:brightness(1.35)}to{transform:scale(.4) rotate(12deg);opacity:0;filter:brightness(1.7)}}.playground .pg-fortune-seal-ring{position:absolute;inset:-10px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);animation:pgSealPulse 2.6s ease-in-out infinite}@keyframes pgSealPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:.25}}.playground .pg-fortune-seal-label{font-family:var(--pg-mono);font-size:.6rem;letter-spacing:.1em;color:rgba(255,255,255,.92)}.playground .pg-fortune-reveal{width:100%;text-align:center}.playground .pg-fortune-headline,.playground .pg-fortune-kicker{opacity:0;transform:translateY(8px);animation:pgRowIn .5s var(--pg-ease) forwards}.playground .pg-fortune-kicker{color:var(--accent-strong);animation-delay:0s}.playground .pg-fortune-headline{font-family:var(--pg-serif);font-size:1.6rem;color:var(--brand);margin-top:.3rem;animation-delay:.08s}.playground .pg-fortune-grid{display:flex;flex-direction:column;gap:.65rem;margin-top:1.4rem;text-align:left}.playground .pg-fortune-row{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:.75rem .9rem;opacity:0;transform:translateY(8px);animation:pgRowIn .5s var(--pg-ease) forwards}.playground .pg-fortune-grid .pg-fortune-row:first-child{animation-delay:.16s}.playground .pg-fortune-grid .pg-fortune-row:nth-child(2){animation-delay:.26s}.playground .pg-fortune-grid .pg-fortune-row:nth-child(3){animation-delay:.36s}.playground .pg-fortune-grid .pg-fortune-row:nth-child(4){animation-delay:.46s}.playground .pg-fortune-row-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.playground .pg-fortune-row p{margin-top:.35rem;font-size:.8rem;line-height:1.55;color:var(--ink-2)}.playground .pg-dots{display:inline-flex;gap:3px}.playground .pg-dots i{width:6px;height:6px;border-radius:50%;background:var(--line-2);display:inline-block}.playground .pg-dots i.is-on{background:var(--accent);animation:pgDotPop .4s var(--pg-ease) both}.playground .pg-dots i.is-on:first-child{animation-delay:.5s}.playground .pg-dots i.is-on:nth-child(2){animation-delay:.56s}.playground .pg-dots i.is-on:nth-child(3){animation-delay:.62s}.playground .pg-dots i.is-on:nth-child(4){animation-delay:.68s}.playground .pg-dots i.is-on:nth-child(5){animation-delay:.74s}@keyframes pgDotPop{0%{transform:scale(.3);opacity:.4}65%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}.playground .pg-fortune-reveal .pg-lucky-strip .pg-lucky-chip{opacity:0;transform:translateY(8px);animation:pgRowIn .45s var(--pg-ease) forwards}.playground .pg-fortune-reveal .pg-lucky-strip .pg-lucky-chip:first-child{animation-delay:.54s}.playground .pg-fortune-reveal .pg-lucky-strip .pg-lucky-chip:nth-child(2){animation-delay:.6s}.playground .pg-fortune-reveal .pg-lucky-strip .pg-lucky-chip:nth-child(3){animation-delay:.66s}.playground .pg-fortune-reveal .pg-fortune-actions{opacity:0;transform:translateY(8px);animation:pgRowIn .45s var(--pg-ease) forwards;animation-delay:.74s}@media (prefers-reduced-motion:reduce){.playground .pg-fortune-halo,.playground .pg-fortune-seal-ring{animation:none!important}.playground .pg-fortune-seal:hover{transform:none}.playground .pg-fortune-card.is-opening .pg-fortune-burst,.playground .pg-fortune-card.is-opening .pg-fortune-seal{animation:none!important;opacity:0!important}.playground .pg-dots i.is-on,.playground .pg-fortune-headline,.playground .pg-fortune-kicker,.playground .pg-fortune-reveal .pg-fortune-actions,.playground .pg-fortune-reveal .pg-lucky-strip .pg-lucky-chip,.playground .pg-fortune-row{animation:none!important;opacity:1!important;transform:none!important}}