:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:#ffd15a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{appearance:none;font:inherit;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.scratch-game{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:radial-gradient(circle at 18% 16%,rgb(255 79 154 / 34%) 0 120px,transparent 121px),radial-gradient(circle at 82% 20%,rgb(38 167 255 / 34%) 0 150px,transparent 151px),radial-gradient(circle at 50% 106%,rgb(41 191 99 / 30%) 0 260px,transparent 261px),linear-gradient(135deg,#ffd15a,#ff7fb9 48%,#5bd5ff);touch-action:none;-webkit-user-select:none;user-select:none}.scratch-game:before,.scratch-game:after{position:absolute;inset:auto -12% -70px;height:220px;pointer-events:none;content:"";opacity:.28}.scratch-game:before{background:repeating-radial-gradient(circle,rgb(255 255 255 / 46%) 0 3px,transparent 4px 34px);transform:rotate(-4deg)}.scratch-game:after{bottom:-110px;background:radial-gradient(ellipse at 24% 30%,rgb(255 255 255 / 46%) 0 86px,transparent 88px),radial-gradient(ellipse at 58% 8%,rgb(255 255 255 / 30%) 0 110px,transparent 112px),radial-gradient(ellipse at 86% 35%,rgb(255 255 255 / 38%) 0 96px,transparent 98px)}.scratch-stage{position:absolute;inset:0;z-index:1;display:grid;place-items:center;padding:calc(68px + env(safe-area-inset-top)) 16px calc(22px + env(safe-area-inset-bottom))}.scratch-card{position:relative;width:min(84vw,76dvh,520px);min-width:min(270px,calc(100vw - 32px));aspect-ratio:1;overflow:hidden;border:8px solid rgb(255 255 255 / 82%);border-radius:8px;background:radial-gradient(circle at 50% 42%,rgb(255 255 255 / 88%) 0 42%,transparent 43%),linear-gradient(135deg,#fff9de,#effff5);box-shadow:0 34px 80px #41245f3d,inset 0 -8px #18203814;transform:translateZ(0);transition:transform .17s ease}.scratch-card:before{position:absolute;inset:12px;border:3px dashed rgb(24 32 56 / 12%);border-radius:8px;pointer-events:none;content:""}.scratch-card.is-revealed{animation:scratch-card-pop .62s cubic-bezier(.18,.86,.25,1.18)}.scratch-card.is-resetting{transform:scale(.94)}.scratch-animal{position:absolute;inset:3%;display:block;width:94%;height:94%;object-fit:contain;filter:drop-shadow(0 16px 22px rgb(24 32 56 / 16%));transition:opacity .14s ease,transform .17s ease}.scratch-card.is-revealed .scratch-animal{animation:scratch-animal-reveal .7s cubic-bezier(.16,.9,.26,1.25)}.scratch-card.is-resetting .scratch-animal{opacity:.2;transform:scale(.9)}.scratch-cover{position:absolute;inset:0;z-index:2;display:block;width:100%;height:100%;cursor:grab;touch-action:none}.scratch-cover:active{cursor:grabbing}.scratch-cover.is-clearing{animation:scratch-cover-clear .16s ease-out forwards}.scratch-next{position:absolute;inset:0;z-index:4;padding:0;border:0;background:transparent;cursor:pointer}.scratch-next:focus-visible{outline:8px solid #ffffff;outline-offset:-16px}.scratch-burst{position:absolute;inset:0;z-index:3;display:grid;place-items:center;pointer-events:none}.scratch-confetti{position:absolute;width:var(--burst-size);height:calc(var(--burst-size) * 1.45);border-radius:999px;background:var(--burst-color);box-shadow:0 8px 18px #1820382e;animation:scratch-confetti .82s cubic-bezier(.12,.82,.22,1) forwards;will-change:transform,opacity}.perf-low .scratch-card{box-shadow:0 22px 46px #41245f2e}.perf-low .scratch-animal{filter:none}.perf-low .scratch-confetti{box-shadow:none}@keyframes scratch-cover-clear{to{opacity:0;transform:scale(1.04)}}@keyframes scratch-card-pop{0%{transform:scale(1)}46%{transform:scale(1.045) rotate(-1.5deg)}to{transform:scale(1) rotate(0)}}@keyframes scratch-animal-reveal{0%{transform:scale(.72) rotate(-5deg)}58%{transform:scale(1.08) rotate(2deg)}to{transform:scale(1) rotate(0)}}@keyframes scratch-confetti{0%{opacity:0;transform:translate(0) scale(.3) rotate(0)}15%{opacity:1}to{opacity:0;transform:translate(var(--burst-x),var(--burst-y)) scale(.35) rotate(var(--burst-rotation))}}@media(max-width:620px){.scratch-stage{padding:calc(64px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom))}.scratch-card{width:min(calc(100vw - 30px),calc(100dvh - 112px));min-width:0;border-width:6px}}
