*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.container{max-width:400px;margin:0 auto;background-color:#fff;min-height:100vh;padding:80px 20px 20px;position:relative}.tap-instruction{display:flex;justify-content:flex-end;padding:20px 0;margin-bottom:30px}.tap-text{font-size:18px;font-weight:600;color:#333}.app-info{display:flex;align-items:center;margin-bottom:40px}.app-icon{width:50px;height:50px;border-radius:12px;margin-right:15px;object-fit:cover}.app-name{font-size:16px;font-weight:500;color:#333}.app-subtitle{font-size:14px;color:#666;margin-top:2px}.instructions{margin-bottom:60px}.step{margin-bottom:30px}.step-number{font-size:14px;color:#666;margin-bottom:5px}.step-action{font-size:24px;font-weight:600;color:#333;line-height:1.2}.pointer-hand{position:absolute;top:20px;right:12px;font-size:40px;transition:all .3s ease;z-index:10}.pointer-hand,.pointer-hand.spotlight{animation:gentleBounce .8s ease-in-out infinite}.pointer-hand.spotlight{transform:scale(1.2)}@keyframes gentleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.container.spotlight:before{opacity:1}.container.spotlight:before,.container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 95% 5%,transparent 80px,rgba(0,0,0,.1) 120px,rgba(0,0,0,.3) 200px,rgba(0,0,0,.6) 300px);pointer-events:none;z-index:5;transition:opacity .3s ease-out}.container:before{opacity:0}.menu-options-container{margin-top:20px;margin-bottom:20px;display:flex;justify-content:center}.menu-options-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}