.peek-sign{display:flex;justify-content:center;align-items:center;gap:12px;height:74px;margin-bottom:10px;font-size:2.7rem}.peek-sign span:last-child{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#6750c9;color:#fff;font-size:1.8rem;font-weight:900}.peek-world{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;min-height:520px;padding:17px;border:7px solid #fff;border-radius:34px;box-shadow:0 10px 25px rgba(45,56,105,.12)}.peek-room{background:linear-gradient(#ffe9cb 0 70%,#d9a678 70%)}.peek-garden{background:linear-gradient(#a9e8ff 0 58%,#8edc82 58%)}.peek-beach{background:linear-gradient(#9ce2ff 0 52%,#73c7e9 52% 68%,#ffe29d 68%)}.peek-spot{border:0;border-radius:28px;background:rgba(255,255,255,.7);font-size:clamp(4rem,18vw,7rem);cursor:pointer;box-shadow:0 5px 0 rgba(45,34,97,.13);transition:transform .2s}.peek-spot:active{transform:scale(.96)}.peek-spot.opened{background:rgba(255,255,255,.45);animation:peek-open .5s ease}.peek-spot.found{background:#fff0a1;animation:pop .75s ease}@keyframes peek-open{50%{transform:rotateY(80deg)}}@media(min-width:620px){.peek-world{grid-template-columns:repeat(3,1fr);min-height:560px}}
