.roulette-container{position:relative;width:100%;max-width:500px;margin:0 auto;padding:20px;flex-shrink:0;height:400px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.slot-machine{position:relative;background:transparent;border-radius:0;padding:0;box-shadow:none;overflow:visible}.slot-window{width:100%;height:360px;overflow:hidden;position:relative;background:transparent;border-radius:0;border:none;flex-shrink:0}.slot-window.initial-state{height:360px;overflow:hidden;position:relative}.slot-window.initial-state:before,.slot-window.initial-state:after{content:"";position:absolute;left:0;right:0;height:120px;background:#0a1929;z-index:5;pointer-events:none}.slot-window.initial-state:before{top:0}.slot-window.initial-state:after{bottom:0}.slot-reel{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;will-change:transform}.slot-item{width:100%;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;background:transparent;border:none;transition:all .3s ease;min-height:120px;flex-shrink:0}.slot-item.hidden{opacity:0;pointer-events:none}.slot-item.blinking{animation:none}.slot-item.blinking .slot-icon{animation:blinkIcon 1.2s ease-in-out infinite}.slot-item.blinking .slot-name{animation:blinkText 1.2s ease-in-out infinite}@keyframes blinkIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes blinkText{0%,to{opacity:1}50%{opacity:.6}}.slot-icon{font-size:4rem;margin-bottom:8px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));line-height:1}.slot-name{font-size:1.1rem;font-weight:600;color:#ffffffe6;text-shadow:none;text-align:center}.slot-pointer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);height:120px;pointer-events:none;z-index:10;background:transparent;transition:opacity .3s ease}.slot-pointer.initial-state{opacity:0}.slot-pointer:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(255,255,255,.3)}.slot-pointer:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(255,255,255,.3)}.slot-reel.spinning .slot-item{animation:glow 1s ease-in-out infinite alternate}@keyframes glow{0%{opacity:.7}to{opacity:1}}@media (max-width: 768px){.roulette-container{max-width:450px;padding:15px;height:340px;box-sizing:border-box}.slot-machine{padding:0}.slot-window{height:300px}.slot-item{height:100px;min-height:100px;padding:12px}.slot-icon{font-size:3.5rem;margin-bottom:6px}.slot-name{font-size:1rem}.slot-pointer{height:100px;width:calc(100% - 30px)}}@media (max-width: 480px){.roulette-container{max-width:100%;padding:10px;height:290px;box-sizing:border-box}.slot-machine{padding:0}.slot-window{height:250px}.slot-item{height:125px;min-height:125px;padding:12px}.slot-icon{font-size:3rem;margin-bottom:6px}.slot-name{font-size:.95rem}.slot-pointer{height:125px;width:calc(100% - 20px)}}@media (max-width: 360px){.roulette-container{height:260px}.slot-machine{padding:0}.slot-window{height:220px}.slot-item{height:110px;min-height:110px;padding:10px}.slot-icon{font-size:2.5rem}.slot-name{font-size:.85rem}.slot-pointer{height:110px}}.result-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.result-modal-content{position:relative;background:#fff;border-radius:25px;padding:2rem;max-width:500px;width:100%;max-height:75vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.result-modal-content.celebrating{animation:celebrationPop .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes celebrationPop{0%{opacity:0;transform:translateY(50px) scale(.3) rotate(-10deg)}50%{transform:translateY(-20px) scale(1.1) rotate(5deg)}70%{transform:translateY(10px) scale(.95) rotate(-3deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.celebration-text{position:absolute;top:-60px;left:50%;transform:translate(-50%);font-size:2rem;font-weight:700;color:#667eea;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:celebrationBounce 1s ease-in-out infinite;z-index:20}@keyframes celebrationBounce{0%,to{transform:translate(-50%) translateY(0) scale(1)}50%{transform:translate(-50%) translateY(-10px) scale(1.1)}}.confetti{position:fixed;width:10px;height:10px;top:-10px;z-index:9999;animation:confettiFall linear forwards;border-radius:50%;opacity:.9}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.result-modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;line-height:1;z-index:10}.result-modal-close:hover{background:#f0f0f0;color:#333}.result-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-right:40px}.result-header.centered{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-right:0;gap:1.5rem;margin-bottom:2rem}.result-icon{font-size:3.5rem;flex-shrink:0;animation:bounce .6s ease-in-out}.result-header.centered .result-icon{font-size:6rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.result-title{font-size:2rem;margin:0;font-weight:700;color:#333;text-align:left}.result-header.centered .result-title{text-align:center}.result-message{font-size:1.2rem;margin-top:1rem;color:#666}.result-search-button{margin-top:1.5rem;padding:1.2rem 2.5rem;font-size:1.3rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;cursor:pointer;box-shadow:0 8px 25px #667eea80;transition:all .3s ease;flex-shrink:0;width:100%}.result-search-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #667eeab3}.result-search-button:active{transform:translateY(-1px)}.result-confirm-button{margin-top:1.5rem;padding:1rem 3rem;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;cursor:pointer;box-shadow:0 5px 15px #667eea66;transition:all .3s ease;flex-shrink:0}.result-confirm-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea99}.result-confirm-button:active{transform:translateY(0)}.result-map-container{position:relative;margin-bottom:1.5rem;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;flex-shrink:0}.result-map{border-radius:15px}.result-loading,.result-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;padding:1rem 2rem;border-radius:10px;font-size:.9rem;color:#666;box-shadow:0 2px 10px #0000001a}.result-error{color:#e74c3c}.result-restaurants{text-align:left;display:flex;flex-direction:column;min-height:0;flex:1;overflow:hidden}.result-restaurants-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;text-align:left;flex-shrink:0}.result-restaurants-list{list-style:none;padding:0 5px 0 0;margin:0;overflow-y:auto;max-height:250px}.result-restaurants-list::-webkit-scrollbar{display:none}.result-restaurants-list{scrollbar-width:none;-ms-overflow-style:none}.result-restaurant-item{background:#f8f9fa;padding:1rem;margin-bottom:.75rem;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.result-restaurant-item:hover{background:#e9ecef;border-color:#667eea;transform:translate(5px)}.result-restaurant-item:last-child{margin-bottom:0}.result-restaurant-info{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem}.result-restaurant-name{font-size:1rem;font-weight:700;color:#333}.result-restaurant-address{font-size:.85rem;color:#666;line-height:1.4}.result-restaurant-phone{font-size:.85rem;color:#667eea;font-weight:500}@media (max-width: 768px){.result-modal-content{padding:2rem 1.5rem;border-radius:20px;max-width:450px;max-height:80vh}.result-header{gap:.8rem;margin-bottom:1.2rem}.result-header.centered{gap:1.2rem;margin-bottom:1.5rem}.result-icon{font-size:3rem}.result-header.centered .result-icon{font-size:6.5rem}.result-title{font-size:1.8rem}.result-map-container{margin-bottom:1.2rem}.result-restaurants-list{max-height:220px}.result-restaurants-title{font-size:1.1rem}.result-restaurant-name{font-size:.95rem}.result-restaurant-address,.result-restaurant-phone{font-size:.8rem}.result-search-button{padding:1rem 2rem;font-size:1.2rem;margin-top:1.2rem}.result-confirm-button{padding:.9rem 2.5rem;font-size:1.1rem;margin-top:1.2rem}}@media (max-width: 480px){.celebration-text{top:-50px;font-size:1.5rem}.result-modal-overlay{padding:15px}.result-modal-content{padding:1.5rem 1.2rem;border-radius:20px;max-width:100%;max-height:85vh}.result-modal-close{top:10px;right:10px;font-size:1.8rem;width:35px;height:35px}.result-header{gap:.7rem;margin-bottom:1rem;padding-right:35px}.result-header.centered{gap:1rem;margin-bottom:1.2rem;padding-right:0}.result-icon{font-size:2.5rem}.result-header.centered .result-icon{font-size:6rem}.result-title{font-size:1.5rem}.result-map-container{margin-bottom:1rem}.result-map{height:180px!important}.result-restaurants-list{max-height:180px}.result-restaurants-title{font-size:1rem;margin-bottom:.8rem}.result-restaurant-item{padding:.8rem;margin-bottom:.6rem}.result-restaurant-name{font-size:.9rem}.result-restaurant-address,.result-restaurant-phone{font-size:.75rem}.result-loading,.result-error{font-size:.8rem;padding:.8rem 1.5rem}.result-search-button{padding:1rem 2rem;font-size:1.1rem;margin-top:1rem;width:100%}.result-confirm-button{margin-top:1rem;padding:.8rem 2rem;font-size:1rem;width:100%}}@media (max-width: 360px){.celebration-text{top:-40px;font-size:1.3rem}.result-modal-overlay{padding:10px}.result-modal-content{padding:1.2rem 1rem;max-height:90vh}.result-modal-close{top:8px;right:8px;width:32px;height:32px;font-size:1.6rem}.result-header{gap:.6rem;margin-bottom:.8rem;padding-right:32px}.result-header.centered{gap:.8rem;margin-bottom:1rem;padding-right:0}.result-icon{font-size:2.2rem}.result-header.centered .result-icon{font-size:3.5rem}.result-title{font-size:1.3rem}.result-map{height:160px!important}.result-restaurants-list{max-height:160px}.result-restaurant-item{padding:.7rem}.result-restaurant-name{font-size:.85rem}.result-restaurant-address,.result-restaurant-phone{font-size:.7rem}.result-search-button{padding:.9rem 1.8rem;font-size:1rem}}.power-gauge-standalone{width:100%;max-width:200px;height:6px;background:#fff3;border-radius:3px;overflow:hidden;margin:1rem auto;position:relative;z-index:12;flex-shrink:0}.spin-button-container{display:flex;flex-direction:column;align-items:center;margin-top:0;width:100%;max-width:200px;flex-shrink:0;position:relative}.power-gauge-fill{height:100%;background:linear-gradient(90deg,#fff,#fffc);border-radius:3px;transition:none;box-shadow:0 0 10px #ffffff80;will-change:width;z-index:13}.spin-button{padding:1rem 3rem;font-size:1.5rem;font-weight:600;color:#0a1929;background:#fff;border:none;border-radius:16px;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;min-width:200px;width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.spin-button.pressed{transform:scale(.98);box-shadow:0 2px 8px #0003}.spin-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}.spin-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0003}.spin-button:disabled{opacity:.7;cursor:not-allowed}.spin-button.spinning{animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.power-gauge-standalone,.spin-button-container{max-width:180px}.spin-button{padding:.9rem 2.5rem;font-size:1.3rem;min-width:180px}}@media (max-width: 480px){.power-gauge-standalone{max-width:160px;margin:1.5rem auto}.spin-button-container{max-width:160px;margin-top:0}.spin-button{padding:.8rem 2rem;font-size:1.2rem;min-width:160px}}@media (max-width: 360px){.power-gauge-standalone,.spin-button-container{max-width:140px}.spin-button{padding:.7rem 1.5rem;font-size:1rem;min-width:140px}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#0a1929,#0a1929);padding:2rem 1rem;overflow-y:auto;overflow-x:hidden}.privacy-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.privacy-back-button{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-size:1rem;font-weight:500;margin-bottom:1.5rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.privacy-back-button:hover{background:#f0f0f0;transform:translate(-5px)}.privacy-main-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center}.privacy-intro{font-size:1.1rem;line-height:1.8;color:#555;text-align:center;margin-bottom:2rem}.privacy-divider{border:none;border-top:2px solid #e0e0e0;margin:2rem 0}.privacy-section{margin-bottom:2rem}.privacy-section-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem;padding-left:.5rem;border-left:4px solid #667eea}.privacy-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.privacy-section ul{list-style:none;padding-left:0;margin-bottom:1rem}.privacy-section ul li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.privacy-section ul li:before{content:"•";position:absolute;left:.5rem;color:#667eea;font-weight:700;font-size:1.2rem}.privacy-note{font-size:.95rem;color:#777;font-style:italic;padding-left:1rem}.privacy-email{color:#667eea;text-decoration:none;font-weight:500;transition:all .3s ease}.privacy-email:hover{color:#764ba2;text-decoration:underline}.privacy-effective-date{background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e0e0e0}.privacy-effective-date h3{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.8rem}.privacy-effective-date p{margin-bottom:0}.privacy-footer{margin-top:3rem;text-align:center}.privacy-home-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;text-decoration:none;box-shadow:0 5px 15px #667eea66;transition:all .3s ease}.privacy-home-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea99}.privacy-home-button:active{transform:translateY(-1px)}@media (max-width: 768px){.privacy-container{padding:2.5rem 2rem}.privacy-main-title{font-size:2rem}.privacy-intro{font-size:1rem}.privacy-section-title{font-size:1.3rem}}@media (max-width: 480px){.privacy-page{padding:1rem .5rem}.privacy-container{padding:2rem 1.5rem;border-radius:15px}.privacy-back-button{font-size:.9rem;margin-bottom:1rem}.privacy-main-title{font-size:1.8rem;margin-bottom:1rem}.privacy-intro{font-size:.95rem;margin-bottom:1.5rem}.privacy-divider{margin:1.5rem 0}.privacy-section{margin-bottom:1.5rem}.privacy-section-title{font-size:1.2rem;padding-left:.4rem;border-left-width:3px}.privacy-section p,.privacy-section ul li{font-size:.9rem;line-height:1.7}.privacy-section ul li{padding-left:1.2rem}.privacy-section ul li:before{left:.3rem}.privacy-note{font-size:.85rem}.privacy-effective-date{padding:1.2rem}.privacy-effective-date h3{font-size:1.1rem}.privacy-footer{margin-top:2rem}.privacy-home-button{padding:.9rem 2rem;font-size:1rem;width:100%}}@media (max-width: 360px){.privacy-container{padding:1.5rem 1rem}.privacy-main-title{font-size:1.5rem}.privacy-intro{font-size:.9rem}.privacy-section-title{font-size:1.1rem}.privacy-section p,.privacy-section ul li{font-size:.85rem}.privacy-effective-date h3{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden;position:fixed;width:100%}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:#0a1929;height:100%;overflow:hidden;position:fixed;width:100%;touch-action:none;-webkit-overflow-scrolling:none}.app{height:100vh;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0a1929;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;touch-action:none;-webkit-overflow-scrolling:none}.app-container{width:100%;max-width:600px;background:transparent;padding:1rem 2rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;height:100%;min-height:0;box-sizing:border-box}.app-header{margin-bottom:2rem;flex-shrink:0}.app-title{font-size:3rem;color:#fff;margin-bottom:.5rem;font-weight:700}.app-subtitle{font-size:1.2rem;color:#ffffffb3;margin-bottom:1rem}.app-main{display:flex;flex-direction:column;align-items:center;width:100%;flex-shrink:0;gap:0}.app-location-notice{margin-top:1rem;color:#ffffffb3;font-size:.9rem;text-align:center;padding:.5rem 1rem;flex-shrink:0}.app-footer{margin-top:2rem;padding-top:1rem;flex-shrink:0}.app-footer-link{color:#fff9;text-decoration:none;font-size:.9rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);*/ display: inline-block}.app-footer-link:hover{color:#ffffffe6;background:#ffffff1a}@media (max-width: 768px){.app-container{max-width:500px;padding:1.5rem;padding-top:1}.app-title{font-size:2.5rem}.app-subtitle{font-size:1.1rem}.app-header{margin-bottom:1.5rem}.app-location-notice{font-size:.75rem;margin-top:.8rem}.app-footer{margin-top:1.5rem}.app-footer-link{font-size:.85rem}}@media (max-width: 480px){.app{padding:.5rem}.app-container{max-width:100%;padding:2rem 1rem 1.5rem}.app-title{font-size:2rem}.app-subtitle{font-size:1rem}.app-header{margin-bottom:1rem}.app-location-notice{font-size:.7rem;margin-top:.8rem;padding:.4rem .8rem}.app-footer{margin-top:1.2rem}.app-footer-link{font-size:.8rem}}@media (max-width: 360px){.app-container{padding:1.5rem .75rem 1rem}.app-title{font-size:1.8rem}.app-subtitle{font-size:.9rem}.app-location-notice{font-size:.7rem;margin-top:.7rem}.app-footer{margin-top:1rem}.app-footer-link{font-size:.75rem}}
