@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{font-family:Outfit,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2a2a2a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#fff}#root{width:100%}.waiting-list-page{width:100%;display:flex;flex-direction:column;align-items:center}.waiting-list-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(max-width:600px){.waiting-list-container{padding:0 1rem 2rem;gap:2rem}}header{text-align:center;width:100%}.logo-img{height:150px;width:auto;border-radius:16px;box-shadow:0 10px 30px #e6510033;margin-bottom:1rem}@media(max-width:600px){.logo-img{height:100px}}h1{font-size:3.5em;line-height:1.1;color:#e65100;text-shadow:none;margin:.5rem 0}@media(max-width:600px){h1{font-size:2.5em}}.subtitle{font-size:1.5rem;color:#666;font-weight:300}@media(max-width:600px){.subtitle{font-size:1.2rem}}.game-demo-wrapper.slider-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #00000026;border:4px solid #fff;display:grid;grid-template-areas:"stack"}.game-demo-wrapper.slider-container>*{grid-area:stack}.slide{width:100%;height:auto;display:block;opacity:0;transition:opacity .5s ease-in-out}.slide.active{opacity:1;z-index:10}.coming-soon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#e65100;color:#fff;padding:12px 40px;border-radius:30px;font-size:1.5rem;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.2);z-index:20;box-shadow:0 5px 15px #e6510066;letter-spacing:1px;white-space:nowrap}.main-content{width:100%;margin-top:1rem}.content-split{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:3rem;width:100%}.demo-section{flex:1.2;width:100%;max-width:500px}.form-section{flex:1;width:100%;max-width:450px}.game-demo-wrapper.slider-container{height:600px;border-radius:20px;box-shadow:0 15px 40px #00000026;border:4px solid #fff;background:#000;position:relative;overflow:hidden}.slide-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.slide-wrapper.active{opacity:1;z-index:5}.slide-bg-blur{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(20px) brightness(.6);transform:scale(1.1);z-index:1}.slide-content{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:2;filter:drop-shadow(0 0 20px rgba(0,0,0,.5))}.card-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 15px 35px #00000014;border:1px solid #eee}.card-form h2{color:#e65100;text-shadow:0 1px 0 rgba(255,255,255,.5)}.card-form p{color:#777;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.card-form label{color:#222}@media(max-width:700px){.waiting-list-container{padding:1rem;gap:1.5rem}h1{font-size:2rem;margin:.5rem 0;word-wrap:break-word}.logo-img{height:80px;margin-bottom:.5rem}.content-split{flex-direction:column;align-items:center;gap:2rem}.demo-section,.form-section{width:100%;max-width:100%;flex:none}.game-demo-wrapper.slider-container{height:500px}h1{font-size:2.2rem;margin:.5rem 0}.hero-section{display:flex;flex-direction:column;height:auto;min-height:0;max-height:none;background:transparent;box-shadow:none}.hero-background{position:relative;width:100%;height:250px;order:1;border-radius:16px;overflow:hidden;margin-bottom:1rem;box-shadow:0 10px 20px #0000001a}.hero-overlay{position:relative;width:100%;height:auto;order:2;padding:0;display:block;pointer-events:auto}.card-form.overlay-card{width:100%;max-width:100%;box-shadow:0 5px 15px #0000000d;border-radius:16px;background:#fff;padding:1.5rem;border:1px solid #eee}.slide.active{opacity:1}.slide-bg-blur{display:none}.slide-content{object-fit:cover;filter:none}}label{display:block;margin-bottom:.8rem;font-weight:700;color:#444;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}input{width:100%;padding:15px;border-radius:10px;border:2px solid #e0e0e0;background:#fcfcfc;color:#333;font-size:1.1rem;font-family:inherit;box-sizing:border-box;transition:all .2s}input:focus{outline:none;border-color:#e65100;background:#fff;box-shadow:0 0 0 4px #e6510026}button.submit-btn{width:100%;border-radius:10px;border:none;padding:1.2em;font-size:1.1em;font-weight:800;font-family:inherit;background-color:#e65100;color:#fff;cursor:pointer;transition:all .25s;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #e651004d;margin-top:1rem}button.submit-btn:hover{background-color:#ff6d00;transform:translateY(-2px);box-shadow:0 8px 25px #e6510066}button.submit-btn:active{transform:translateY(0)}.payment-toggle{display:flex;gap:1rem;margin-top:.5rem}.toggle-btn{flex:1;padding:.8rem;border-radius:8px;border:2px solid #e0e0e0;background:#f9f9f9;color:#666;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.toggle-btn.active{background:#fff3e0;border-color:#e65100;color:#e65100;box-shadow:0 2px 8px #e6510026}.toggle-btn:hover:not(.active){background:#f0f0f0;border-color:#ccc}.error-message{color:#d32f2f;background:#ffebee;padding:1rem;border-radius:10px;margin-bottom:1.5rem;border:1px solid #FFCDD2;text-align:center;font-weight:500}.success-message{color:#1b5e20;background:#e8f5e9;padding:1.5rem;border-radius:10px;margin-top:1rem;border:1px solid #c8e6c9;text-align:center}a{font-weight:500;color:#e65100;text-decoration:inherit}a:hover{color:#ff6d00;text-decoration:underline}.video-section{width:100%;max-width:800px;margin:2rem auto;text-align:center}.video-section h2{color:#e65100;margin-bottom:1.5rem;font-size:2.5rem}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;box-shadow:0 10px 30px #0000001a;background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.display{background:var(--color-white);padding:2rem;border-radius:1rem;min-width:300px;border:2px solid var(--color-line);box-shadow:0 4px 20px #0000000d}.note-display{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-black);border-radius:50%;width:200px;height:200px;margin-left:auto;margin-right:auto;border:8px solid var(--color-line);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.note-display.active{border-color:var(--primary-orange);transform:scale(1.05);box-shadow:0 0 30px #e6510066}.hole-number{font-size:4rem;font-weight:800;color:var(--color-white);line-height:1}.note-type{font-size:1rem;text-transform:uppercase;color:#ccc;font-weight:600;margin-top:.5rem}.note-name{font-size:1.5rem;color:var(--primary-orange);font-weight:800;margin-top:.2rem}.waiting{color:#888;font-style:italic;font-weight:300}
