.peek{margin:1.6rem 0 1.4rem;max-width:460px}.peek-hint{margin:0;min-height:1.2em;font-size:13px;font-weight:600;color:var(--muted)}.peek-lock{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:.9rem;padding:1rem 1.1rem;background:var(--mustard);border:var(--border) solid var(--ink);border-radius:18px;box-shadow:5px 5px 0 0 var(--ink);animation:peek-pop .28s cubic-bezier(.2,.9,.3,1.3) both}.peek-lock>div{display:flex;flex-direction:column;gap:3px;min-width:0}.peek-lock strong{font-family:var(--display);font-weight:700;font-size:19px;line-height:1.15}.peek-lock span{font-size:13px;font-weight:500;color:#6a5312;max-width:34ch}.peek-lock .btn{padding:12px 20px;font-size:15px;flex:none}@keyframes peek-pop{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:none}}@media (max-width:860px){.peek{max-width:none}.peek-lock .btn{width:100%;justify-content:center}}