.shot{border:1px solid var(--hair);transition:transform .7s var(--ease), box-shadow .7s var(--ease);will-change:transform;background:#fff;border-radius:6px;margin:0;position:relative;overflow:hidden;box-shadow:0 1px 2px #1414130a,0 12px 28px -12px #14141329,0 40px 80px -40px #14141338}.shot.is-hovered{transform:translateY(-4px);box-shadow:0 1px 2px #1414130d,0 20px 40px -14px #14141333,0 60px 110px -50px #14141347}.shot-bar{border-bottom:1px solid var(--hair);background:#14141304;align-items:center;gap:14px;padding:11px 16px;display:flex}.shot-dots{flex:none;gap:6px;display:flex}.shot-dots i{background:#14141324;border-radius:50%;width:9px;height:9px}.shot-url{font-family:var(--mono);letter-spacing:.1em;color:var(--cream-dimmer);text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#14141309;border-radius:999px;flex:1;padding:5px 14px;font-size:10px;overflow:hidden}.shot-hint{font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--cream-dimmer);opacity:0;transition:opacity .5s var(--ease);flex:none;font-size:8.5px}.shot:hover .shot-hint{opacity:1}.shot-view{aspect-ratio:16/10;background:var(--bg-1);width:100%;position:relative;overflow:hidden}.shot-img{width:100%;height:auto;transition:transform 5.5s cubic-bezier(.22,.61,.36,1);display:block}.shot-phone{width:116px;transition:transform .7s var(--ease);background:#141413;border:3px solid #141413;border-radius:14px;position:absolute;bottom:20px;right:22px;overflow:hidden;transform:translateY(0)rotate(0);box-shadow:0 18px 36px -14px #14141366}.shot.is-hovered .shot-phone{transform:translateY(-6px)rotate(-1.5deg)}.shot-phone img{border-radius:11px;width:100%;height:auto;display:block}.shot-empty{border:1px solid var(--hair);box-shadow:none;background:var(--bg-1);aspect-ratio:16/10;border-radius:6px;justify-content:center;align-items:center;display:flex}@media (max-width:700px){.shot-phone{width:84px;bottom:14px;right:14px}.shot-bar{gap:10px;padding:9px 12px}.shot-hint{display:none}}@media (hover:none){.shot-img{transition:none}}@media (prefers-reduced-motion:reduce){.shot,.shot-img,.shot-phone{transition:none}}
