.MysteryOrb-module__ZRzaaa__card{background:var(--surface);border:1px solid var(--rule);border-radius:18px;flex-direction:column;gap:12px;min-height:480px;padding:28px;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.MysteryOrb-module__ZRzaaa__card:hover{border-color:var(--ink-faint);transform:translateY(-2px);box-shadow:0 12px 30px -12px #14422026}.MysteryOrb-module__ZRzaaa__head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.MysteryOrb-module__ZRzaaa__label{font-family:var(--font-sans), sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.MysteryOrb-module__ZRzaaa__xp{background:var(--orange);color:#fff;font-family:var(--font-sans), sans-serif;letter-spacing:.04em;border-radius:100px;padding:6px 14px;font-size:13px;font-weight:700}.MysteryOrb-module__ZRzaaa__title{font-family:var(--font-serif), Georgia, serif;color:var(--ink);margin:0;font-size:32px;line-height:1.1}.MysteryOrb-module__ZRzaaa__sub{color:var(--ink-mute);margin:0 0 8px;font-size:15px}.MysteryOrb-module__ZRzaaa__stage{flex:1;justify-content:center;align-items:center;min-height:260px;display:flex;position:relative}.MysteryOrb-module__ZRzaaa__rings{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MysteryOrb-module__ZRzaaa__ring{border:1px solid #d4962e59;border-radius:50%;animation:3s ease-out infinite MysteryOrb-module__ZRzaaa__ringPulse;position:absolute}.MysteryOrb-module__ZRzaaa__ring:first-child{width:120px;height:120px;animation-delay:0s}.MysteryOrb-module__ZRzaaa__ring:nth-child(2){width:180px;height:180px;animation-delay:.5s}.MysteryOrb-module__ZRzaaa__ring:nth-child(3){width:240px;height:240px;animation-delay:1s}@keyframes MysteryOrb-module__ZRzaaa__ringPulse{0%{opacity:.5;transform:scale(.85)}50%{opacity:.2}to{opacity:0;transform:scale(1.15)}}.MysteryOrb-module__ZRzaaa__orb{cursor:pointer;background:radial-gradient(circle at 35% 30%,#d4962e 0%,#c8702c 55%,#885200 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;transition:transform .2s cubic-bezier(.34,1.4,.64,1);animation:3s ease-in-out infinite MysteryOrb-module__ZRzaaa__orbBreathe;display:flex;position:relative;box-shadow:0 8px 24px #c8702c66,inset 0 -4px 8px #00000026,inset 0 4px 8px #ffffff26}.MysteryOrb-module__ZRzaaa__orb:hover{transform:scale(1.08)}.MysteryOrb-module__ZRzaaa__orb:active{transform:scale(.95)}@keyframes MysteryOrb-module__ZRzaaa__orbBreathe{0%,to{box-shadow:0 8px 24px #c8702c66,inset 0 -4px 8px #00000026,inset 0 4px 8px #ffffff26}50%{box-shadow:0 12px 32px #c8702c8c,inset 0 -4px 8px #00000026,inset 0 4px 8px #ffffff26}}.MysteryOrb-module__ZRzaaa__sparkle{filter:drop-shadow(0 1px 2px #00000026);font-size:32px}.MysteryOrb-module__ZRzaaa__reveal{flex-direction:column;align-items:center;gap:12px;width:100%;animation:.5s cubic-bezier(.16,1,.3,1) MysteryOrb-module__ZRzaaa__revealIn;display:flex}@keyframes MysteryOrb-module__ZRzaaa__revealIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.MysteryOrb-module__ZRzaaa__revealPhoto{aspect-ratio:4/3;background:linear-gradient(135deg,#d4962e 0%,#c8702c 100%);border-radius:14px;width:100%;position:relative;overflow:hidden}.MysteryOrb-module__ZRzaaa__revealPhoto img{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .6s cubic-bezier(.16,1,.3,1);display:block;position:relative}.MysteryOrb-module__ZRzaaa__revealPhoto img.MysteryOrb-module__ZRzaaa__loaded{opacity:1}.MysteryOrb-module__ZRzaaa__revealPhotoEmoji{opacity:.7;z-index:0;font-size:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MysteryOrb-module__ZRzaaa__revealName{font-family:var(--font-serif), Georgia, serif;color:var(--ink);text-align:center;margin:8px 0 0;font-size:24px;line-height:1.2}.MysteryOrb-module__ZRzaaa__revealMeta{color:var(--ink-mute);text-align:center;font-variant-numeric:tabular-nums;font-size:14px}.MysteryOrb-module__ZRzaaa__revealBonus{font-family:var(--font-serif), Georgia, serif;color:var(--orange);text-align:center;margin-top:4px;font-size:15px;font-style:italic}.MysteryOrb-module__ZRzaaa__reset{background:var(--green-deep);color:#fff;font-family:var(--font-sans), sans-serif;cursor:pointer;border:none;border-radius:100px;width:100%;margin-top:auto;padding:14px 28px;font-size:15px;font-weight:600;transition:transform .2s cubic-bezier(.34,1.4,.64,1),background .2s}.MysteryOrb-module__ZRzaaa__reset:hover{background:var(--green);transform:translateY(-2px)}.MysteryOrb-module__ZRzaaa__confettiStage{pointer-events:none;z-index:10;position:absolute;inset:0;overflow:visible}@media (max-width:700px){.MysteryOrb-module__ZRzaaa__card{padding:24px}.MysteryOrb-module__ZRzaaa__title{font-size:26px}.MysteryOrb-module__ZRzaaa__stage{min-height:220px}}@media (prefers-reduced-motion:reduce){.MysteryOrb-module__ZRzaaa__orb,.MysteryOrb-module__ZRzaaa__ring,.MysteryOrb-module__ZRzaaa__reveal{animation:none}.MysteryOrb-module__ZRzaaa__revealPhoto img{opacity:1;transition:none}}
