body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.btn{font-family:inherit;gap:.5rem;transition:all .3s ease}.btn-primary{box-shadow:0 4px 15px #ff6b6b66}.btn-primary:hover{box-shadow:0 6px 20px #ff6b6b99;transform:translateY(-2px)}.btn-secondary{border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}}a:focus,button:focus{outline:2px solid #667eea;outline-offset:2px}.navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000001a;box-shadow:0 4px 20px #0000001a;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{border-radius:8px;gap:.5rem;padding:.5rem;text-decoration:none;transition:all .3s ease}.navbar-logo:hover{background:#0000000d}.logo-image{height:40px;width:auto}.logo-image,.logo-text{transition:all .3s ease}.logo-text{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.8rem;font-weight:800;text-shadow:none}.navbar-menu{gap:2rem}.navbar-link,.navbar-menu{align-items:center;display:flex}.navbar-link{border-radius:25px;color:#1a1a1a;font-size:1rem;font-weight:500;min-height:50px;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.navbar-link:hover:before{left:100%}.navbar-link:hover{background:#0000000d;box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.navbar-link.active{background:#0000001a;border:1px solid #0003;box-shadow:0 4px 15px #0000001a}.navbar-toggle{border-radius:8px;cursor:pointer;display:none;flex-direction:column;justify-content:center;min-height:50px;padding:.75rem;transition:all .3s ease}.navbar-toggle:hover{background:#0000000d}.bar{background-color:#1a1a1a;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.navbar-container{padding:0 1rem}.logo-image{height:35px}.logo-text{font-size:1.6rem}.navbar-menu{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #fff3;box-shadow:0 10px 27px #0000001a;flex-direction:column;gap:1rem;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.navbar-menu.active{left:0}.navbar-toggle{display:flex}.navbar-link{color:#1a1a1a;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;min-height:60px;padding:1.2rem 2rem;width:100%}.navbar-link:hover{background:#0000000d}.navbar-link.active{background:#0000001a;border:1px solid #0003}}@media (max-width:480px){.navbar-container{padding:0 .75rem}.logo-image{height:30px}.logo-text{font-size:1.4rem}.navbar-link{font-size:1rem;padding:1rem 1.5rem}.navbar-toggle{padding:.5rem}.bar{height:2.5px;width:22px}}.home{overflow-x:hidden;padding-top:0}html{scroll-behavior:smooth}.hero{align-items:center;background:#000;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-video{overflow:hidden}.hero-video-element{filter:brightness(.7) contrast(1.1);height:100%;object-fit:cover;object-position:center;transition:all .3s ease;width:100%}.hero-video-overlay{background:linear-gradient(135deg,#4facfe4d,#00f2fe4d);pointer-events:none;z-index:2}.hero-gradient,.hero-video-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-gradient{background:linear-gradient(135deg,#4facfe,#00f2fe);opacity:.9}.hero-particles{animation:float 8s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#4facfe4d 0,#0000 50%),radial-gradient(circle at 80% 20%,#00f2fe4d 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff33 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(10px) rotate(-1deg)}}.hero-content{animation:heroFadeIn 1.2s ease-out .3s forwards;margin:0 auto;max-width:1000px;opacity:0;padding:0 2rem;position:relative;text-align:center;transform:translateY(50px);z-index:10}@keyframes heroFadeIn{to{opacity:1;transform:translateY(0)}}.hero-title{color:#fff;font-size:5rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 8px 32px #0000004d}.hero-description{color:#ffffffe6;font-size:1.4rem;font-weight:300;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid #fff3;font-size:1.2rem;gap:1rem;padding:1.5rem 3rem}.btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);transition:left .6s ease}.btn-primary{background:#ffffff26;box-shadow:0 20px 40px #0003}.btn-primary:hover{background:#ffffff40;box-shadow:0 30px 60px #0000004d;transform:translateY(-5px) scale(1.05)}.btn-secondary{background:#3b82f626;border:2px solid #3b82f64d;box-shadow:0 20px 40px #3b82f61a;color:#3b82f6}.btn-secondary:hover{background:#3b82f640;border-color:#3b82f680;box-shadow:0 30px 60px #3b82f633;transform:translateY(-5px) scale(1.05)}.hero-scroll-indicator{animation:bounce 2s infinite;bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.scroll-arrow{background:#fff9;height:30px;position:relative;width:2px}.scroll-arrow:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid #fff9;bottom:0;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.section-animate{opacity:0;transform:translateY(80px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.section-animate.animate-in{opacity:1;transform:translateY(0)}.app-screenshots{background:#f8f9fa;overflow:hidden;padding:8rem 0;position:relative}.app-screenshots:before{background:radial-gradient(circle at 10% 20%,#667eea0d 0,#0000 50%),radial-gradient(circle at 90% 80%,#764ba20d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.container{position:relative;z-index:2}.section-title{color:#1d1d1f;font-size:3.5rem;letter-spacing:-.02em;margin-bottom:1.5rem}.section-subtitle{color:#86868b;font-size:1.4rem;font-weight:400;margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.screenshots-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:5rem}.screenshot-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.screenshot-card:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.screenshot-card:hover:before{left:100%}.screenshot-card:hover{box-shadow:0 40px 80px #00000026,0 0 0 1px #fff6;transform:translateY(-15px) scale(1.02)}.screenshot-image{border-radius:20px;box-shadow:0 20px 40px #00000026;margin-bottom:2rem;overflow:hidden;transition:all .4s ease}.screenshot-image img{display:block;height:auto;transition:all .4s ease;width:100%}.screenshot-card:hover .screenshot-image{box-shadow:0 30px 60px #0003;transform:scale(1.05)}.screenshot-card h3{color:#1d1d1f;font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}.screenshot-card p{color:#86868b;font-size:1.1rem;font-weight:400;line-height:1.6}.features{background:#fff;padding:8rem 0;position:relative}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:5rem}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 0 0 1px #fff3;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.feature-card:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.feature-card:hover:before{left:100%}.feature-card:hover{box-shadow:0 40px 80px #0000001f,0 0 0 1px #fff6;transform:translateY(-15px) scale(1.02)}.feature-icon{display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.1));font-size:4rem;margin-bottom:2rem}.feature-card h3{color:#1d1d1f;font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem}.feature-card p{color:#86868b;font-size:1.1rem;font-weight:400;line-height:1.6}.how-it-works{background:#f8f9fa;overflow:hidden;padding:8rem 0;position:relative}.how-it-works:before{background:radial-gradient(circle at 20% 80%,#667eea0d 0,#0000 50%),radial-gradient(circle at 80% 20%,#764ba20d 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.steps{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:5rem}.step,.steps{position:relative}.step{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9;border:1px solid #ffffff4d;border-radius:24px;padding:3rem;text-align:center;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.step:hover{background:#fffc;box-shadow:0 30px 60px #0000001a;transform:translateY(-10px)}.step-number{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:50%;box-shadow:0 20px 40px #4facfe4d;color:#fff;display:flex;font-size:2.5rem;font-weight:800;height:100px;justify-content:center;margin:0 auto 2rem;position:relative;width:100px;z-index:2}.step h3{color:#1d1d1f;font-size:1.8rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem}.step p{color:#86868b;font-size:1.1rem;font-weight:400;line-height:1.6}.faq{background:#fff;padding:8rem 0;position:relative}.faq-grid{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:5rem}.faq-item{background:#fffc;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #00000014,0 0 0 1px #fff3;overflow:hidden;padding:3rem;position:relative;transition:all .6s cubic-bezier(.25,.46,.45,.94)}.faq-item:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.faq-item:hover:before{left:100%}.faq-item:hover{box-shadow:0 40px 80px #0000001f,0 0 0 1px #fff6;transform:translateY(-10px) scale(1.02)}.faq-item h3{color:#1d1d1f;font-size:1.6rem;letter-spacing:-.01em;line-height:1.4;margin-bottom:1.5rem}.faq-item p{color:#86868b;font-weight:400;line-height:1.6;margin:0}.cta{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;overflow:hidden;padding:8rem 0;position:relative;text-align:center}.cta:before{background:radial-gradient(circle at 20% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cta h2{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.cta h2,.cta p{position:relative;z-index:2}.cta p{font-size:1.4rem;font-weight:400;margin-bottom:4rem;opacity:.9}.contact{background:#f8f9fa;padding:6rem 0;text-align:center}.contact h2{color:#1d1d1f;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.contact p{color:#86868b;font-size:1.3rem;font-weight:400;margin-bottom:2rem}.contact-email{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4facfe1a;border:2px solid #4facfe33;border-radius:50px;color:#4facfe;display:inline-block;font-size:1.4rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:all .4s ease}.contact-email:hover{background:#4facfe33;box-shadow:0 20px 40px #4facfe33;color:#00f2fe;transform:translateY(-3px)}@media (max-width:768px){.hero-content{padding:0 1rem}.hero-title{font-size:3.5rem;line-height:1.1}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.2rem;margin-bottom:2.5rem}.hero-buttons{align-items:center;flex-direction:column;gap:1.5rem}.btn{font-size:1.1rem;justify-content:center;max-width:300px;padding:1.5rem 2rem;width:100%}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;margin-bottom:3rem}.features-grid,.screenshots-grid{gap:2rem;grid-template-columns:1fr}.faq-item,.feature-card,.screenshot-card{padding:2rem}.steps{gap:2rem;grid-template-columns:1fr}.step{padding:2rem}.step-number{font-size:2rem;height:80px;width:80px}.cta h2{font-size:2.5rem}.cta p{font-size:1.2rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.contact h2{font-size:2.5rem}.contact p{font-size:1.1rem}.contact-email{font-size:1.2rem;padding:1rem 1.5rem}}@media (max-width:480px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.6rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.faq-item,.feature-card,.screenshot-card,.step{padding:1.5rem}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:4rem 0;position:relative;text-align:center}.contact-hero:before{background:radial-gradient(circle at 20% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.contact-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;position:relative;z-index:2}.contact-subtitle{font-size:1.3rem;line-height:1.7;margin:0 auto;max-width:600px;opacity:.9;position:relative;z-index:2}.contact-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:6rem 0}.contact-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:4rem}.contact-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-radius:20px;box-shadow:0 10px 30px #0000001a,0 0 0 1px #fff3;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.contact-card:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.contact-card:hover:before{left:100%}.contact-card:hover{box-shadow:0 20px 40px #00000026,0 0 0 1px #ffffff4d;transform:translateY(-10px) scale(1.02)}.contact-icon{display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:3.5rem;margin-bottom:1.5rem}.contact-card h3{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.contact-card p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.contact-email-link{background:#667eea1a;border-radius:25px;color:#667eea;display:inline-block;font-size:1.2rem;font-weight:700;line-height:1.5;min-height:50px;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.contact-email-link:hover{background:#667eea33;box-shadow:0 4px 15px #667eea4d;color:#764ba2;transform:translateY(-2px)}.faq-section{background:#fff;padding:6rem 0}.section-title{color:#333;font-size:3rem;font-weight:800;margin-bottom:4rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.faq-item{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-radius:15px;box-shadow:0 5px 20px #00000014,0 0 0 1px #fff3;padding:2rem;transition:all .3s ease}.faq-item:hover{box-shadow:0 10px 30px #0000001f,0 0 0 1px #ffffff4d;transform:translateY(-5px)}.faq-item h3{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.faq-item p{color:#666;font-size:1.1rem;line-height:1.7}.contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.contact-cta:before{background:radial-gradient(circle at 20% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.contact-cta h2{font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:2}.contact-cta p{font-size:1.3rem;margin-bottom:3rem;opacity:.9;position:relative;z-index:2}.cta-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;position:relative;z-index:2}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 8px 25px #ff6b6b66}.btn-primary:hover{box-shadow:0 12px 35px #ff6b6b99}@media (max-width:768px){.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-card{padding:2rem}.contact-icon{font-size:3rem}.contact-card h3{font-size:1.3rem}.contact-card p{font-size:1rem}.contact-email-link{font-size:1.1rem;padding:1rem 1.5rem}.section-title{font-size:2.2rem;margin-bottom:3rem}.faq-grid{gap:1.5rem;grid-template-columns:1fr}.faq-item{padding:1.5rem}.faq-item h3{font-size:1.2rem}.faq-item p{font-size:1rem}.contact-cta h2{font-size:2.2rem}.contact-cta p{font-size:1.1rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.btn{font-size:1.2rem;justify-content:center;max-width:300px;min-height:70px;padding:1.5rem 2rem;width:100%}}@media (max-width:480px){.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1rem}.contact-card{padding:1.5rem}.contact-icon{font-size:2.5rem}.section-title{font-size:2rem}.faq-item{padding:1.25rem}.contact-cta h2{font-size:2rem}.contact-cta p{font-size:1rem}.btn{font-size:1.1rem;padding:1.3rem 1.5rem}}.privacy-policy{background:#f8f9fa;min-height:100vh;padding-bottom:3rem;padding-top:100px}.privacy-policy .container{margin:0 auto;max-width:800px;padding:0 2rem}.privacy-policy h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.privacy-policy section{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.privacy-policy h2{border-bottom:2px solid #667eea;color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.privacy-policy h3{color:#444;font-size:1.2rem;font-weight:600;margin:1.5rem 0 1rem}.privacy-policy p,.privacy-policy ul{color:#555;line-height:1.6;margin-bottom:1rem}.privacy-policy ul{padding-left:2rem}.privacy-policy li{margin-bottom:.5rem}@media (max-width:768px){.privacy-policy{padding-top:80px}.privacy-policy h1{font-size:2rem}.privacy-policy section{margin-bottom:1.5rem;padding:1.5rem}.privacy-policy h2{font-size:1.3rem}.privacy-policy h3{font-size:1.1rem}}.terms-of-service{background:#f8f9fa;min-height:100vh;padding-bottom:3rem;padding-top:100px}.terms-of-service .container{margin:0 auto;max-width:800px;padding:0 2rem}.terms-of-service h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.last-updated{color:#666;font-style:italic;margin-bottom:3rem;text-align:center}.terms-of-service section{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.terms-of-service h2{border-bottom:2px solid #667eea;color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.terms-of-service h3{color:#444;font-size:1.2rem;font-weight:600;margin:1.5rem 0 1rem}.terms-of-service p,.terms-of-service ul{color:#555;line-height:1.6;margin-bottom:1rem}.terms-of-service ul{padding-left:2rem}.terms-of-service li{margin-bottom:.5rem}.contact-info{background:#f8f9fa;border-radius:5px;margin-top:1rem;padding:1rem}.contact-info a{color:#667eea;font-weight:600;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width:768px){.terms-of-service{padding-top:80px}.terms-of-service h1{font-size:2rem}.terms-of-service section{margin-bottom:1.5rem;padding:1.5rem}.terms-of-service h2{font-size:1.3rem}.terms-of-service h3{font-size:1.1rem}}.not-found{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding-top:80px}.not-found-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-radius:20px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;margin:0 auto;max-width:600px;padding:4rem 2rem;text-align:center}.error-code{animation:pulse 2s ease-in-out infinite;color:#667eea;font-size:8rem;font-weight:900;margin-bottom:1rem;text-shadow:0 4px 8px #667eea4d}.not-found h1{color:#333;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.error-message{color:#666;font-size:1.2rem;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:500px}.error-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3rem}.btn{font-size:1.1rem;min-height:60px;padding:1.2rem 2.5rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fff3;box-shadow:0 8px 25px #667eea66;color:#fff}.btn-primary:hover{box-shadow:0 12px 35px #667eea99}.btn-secondary{background:#ffffff1a;border:2px solid #667eea4d;color:#667eea}.btn-secondary:hover{background:#667eea1a;border-color:#667eea80}.error-help{border-top:1px solid #0000001a;margin-top:3rem;padding-top:2rem}.error-help h3{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.help-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.help-link{align-items:center;background:#667eea1a;border-radius:25px;color:#667eea;display:flex;font-size:1rem;font-weight:600;min-height:40px;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.help-link:hover{background:#667eea33;box-shadow:0 4px 15px #667eea4d;color:#764ba2;transform:translateY(-2px)}@media (max-width:768px){.not-found-content{margin:1rem;padding:3rem 1.5rem}.error-code{font-size:6rem}.not-found h1{font-size:2rem}.error-message{font-size:1.1rem}.error-actions{align-items:center;flex-direction:column;gap:1rem}.btn{font-size:1.2rem;justify-content:center;max-width:300px;min-height:70px;padding:1.5rem 2rem;width:100%}.help-links{gap:1rem}.help-link{font-size:.9rem;padding:.75rem 1.25rem}}@media (max-width:480px){.error-code{font-size:5rem}.not-found h1{font-size:1.8rem}.error-message{font-size:1rem}.btn{font-size:1.1rem;padding:1.3rem 1.5rem}.help-link{font-size:.85rem;padding:.6rem 1rem}}.code-redirect{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:70px;position:relative}.code-redirect:before{background:radial-gradient(circle at 20% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.redirect-content{margin:0 auto;max-width:500px;padding:6rem 2rem;position:relative;text-align:center;z-index:2}.app-icon{margin-bottom:2rem}.poker-chips{animation:pulse 2s ease-in-out infinite;background:radial-gradient(circle,#ff6b6b,#ee5a24);border-radius:50%;box-shadow:0 8px 25px #0000004d,0 0 0 2px #fff3;height:100px;margin:0 auto;position:relative;width:100px}.poker-chips:before{content:"♠";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.poker-chips:before,.redirect-content h1{color:#fff;font-size:2.5rem;text-shadow:0 2px 4px #0000004d}.redirect-content h1{font-weight:800;margin-bottom:1rem}.redirect-message{color:#ffffffe6;font-size:1.2rem;line-height:1.7;margin-bottom:2rem;text-shadow:0 1px 2px #0000004d}.code-display{background:#fffffff2;border:1px solid #fffc;border-radius:15px;box-shadow:0 8px 25px #00000026;color:#333;margin-bottom:2rem;padding:1.5rem}.code-label{display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem;opacity:.9}.code-value{display:block;font-size:2rem;font-weight:900;letter-spacing:2px;text-shadow:0 2px 4px #0000004d}.redirect-info{background:#ffffffe6;border:1px solid #fffc;border-radius:15px;margin-bottom:2rem;padding:1.5rem;text-align:left}.redirect-info p{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.redirect-info ul{list-style:none;padding:0}.redirect-info li{color:#666;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.redirect-info li:before{color:#4facfe;content:"•";font-weight:700;left:0;position:absolute}.redirect-actions{display:flex;justify-content:center;margin-bottom:2rem}.redirect-actions-secondary{display:flex;justify-content:center;margin-top:2rem}.btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;min-height:50px;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;touch-action:manipulation;transition:all .4s cubic-bezier(.175,.885,.32,1.275);-webkit-user-select:none;user-select:none}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #fffc;box-shadow:0 8px 25px #00000026;color:#333}.btn-primary:hover{box-shadow:0 12px 35px #00000040;transform:translateY(-3px) scale(1.05)}.btn-primary:active{transform:translateY(-1px) scale(1.02);transition:all .1s ease}.btn-secondary{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff80;color:#333}.btn-secondary:hover{background:#ffffff4d;border-color:#ffffffb3;transform:translateY(-3px) scale(1.05)}.btn-secondary:active{transform:translateY(-1px) scale(1.02);transition:all .1s ease}@media (max-width:768px){.code-redirect{padding:20px 10px}.container{padding:0 1rem}.redirect-content{margin:.5rem;max-width:100%;padding:2.5rem 1.5rem}.redirect-content h1{font-size:2.2rem;line-height:1.2;margin-bottom:1.5rem}.redirect-message{font-size:1.15rem;line-height:1.6;margin-bottom:2.5rem}.poker-chips{height:90px;margin-bottom:2.5rem;width:90px}.poker-chips:before{font-size:2.2rem}.code-display{border-radius:12px;margin-bottom:2.5rem;padding:1.8rem 1.5rem}.code-label{font-size:1.1rem;margin-bottom:.8rem}.code-value{font-size:2.2rem;letter-spacing:3px}.redirect-info{background:#667eea0d;border-left:4px solid #667eea;border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.redirect-info p{font-size:1.15rem;margin-bottom:1.2rem}.redirect-info li{font-size:1rem;margin-bottom:.8rem;padding-left:1.8rem}.redirect-actions,.redirect-actions-secondary{align-items:center;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.btn{border-radius:16px;box-shadow:0 4px 12px #00000026;font-size:1.15rem;font-weight:700;justify-content:center;max-width:320px;min-height:64px;padding:1.4rem 2rem;width:100%}.btn i{font-size:1.2rem}.redirect-content>*+*{margin-top:1.5rem}.redirect-content>*+.redirect-actions{margin-top:2rem}.redirect-content>*+.redirect-actions-secondary{margin-top:1.5rem}}@media (max-width:480px){.code-redirect{padding:70px 8px}.redirect-content{margin:.3rem;padding:2rem 1.2rem}.redirect-content h1{font-size:1.9rem;margin-bottom:1.2rem}.redirect-message{font-size:1.05rem;margin-bottom:2rem}.poker-chips{height:80px;margin-bottom:2rem;width:80px}.poker-chips:before{font-size:2rem}.code-display{margin-bottom:2rem;padding:1.5rem 1.2rem}.code-label{font-size:1rem;margin-bottom:.6rem}.code-value{font-size:1.9rem;letter-spacing:2px}.redirect-info{margin-bottom:2rem;padding:1.2rem}.redirect-info p{font-size:1.1rem;margin-bottom:1rem}.redirect-info li{font-size:.95rem;margin-bottom:.6rem;padding-left:1.5rem}.btn{font-size:1.1rem;max-width:100%;min-height:60px;padding:1.2rem 1.8rem}}@media (max-width:360px){.redirect-content{padding:1.8rem 1rem}.redirect-content h1{font-size:1.7rem}.redirect-message{font-size:1rem}.code-value{font-size:1.7rem}.btn{font-size:1.05rem;padding:1.1rem 1.5rem}}.btn:focus-visible{box-shadow:0 0 0 6px #4facfe33;outline:3px solid #4facfe;outline-offset:2px}@media (max-width:768px){.code-display{overflow:hidden;position:relative}.code-display:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}}.group-redirect{align-items:center;background:linear-gradient(135deg,#4facfe,#00f2fe);display:flex;justify-content:center;min-height:100vh;padding:100px 20px 20px}.group-redirect .container{max-width:600px;width:100%}.group-redirect .redirect-content{animation:slideUp .6s ease-out;padding:40px;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.group-redirect .app-icon{margin-bottom:30px}.group-redirect .poker-chips{align-items:center;animation:pulse 2s infinite;background:linear-gradient(45deg,#4facfe,#00f2fe);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto;position:relative;width:80px}.group-redirect .poker-chips:before{color:#fff;content:"♠";font-size:32px;font-weight:700}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.group-redirect h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px #0000004d}.group-redirect .redirect-message{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:30px;text-shadow:0 1px 2px #0000004d}.player-name-display{background:#fffffff2;border:2px solid #fffc;border-radius:15px;box-shadow:0 8px 25px #00000026;margin:2rem 0;padding:1.5rem;text-align:center}.player-name-label{color:#666;font-size:1rem;font-weight:500;margin:0 0 .5rem}.player-name-value{color:#4facfe;font-size:1.4rem;font-weight:700;margin:0}.group-redirect .redirect-actions{margin-bottom:30px}.group-redirect .btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;justify-content:center;min-width:200px;padding:15px 30px;text-decoration:none;touch-action:manipulation;transition:all .3s ease;-webkit-user-select:none;user-select:none}.group-redirect .btn-primary{background:linear-gradient(45deg,#fff,#f8f9fa);box-shadow:0 4px 15px #00000026;color:#333}.group-redirect .btn-primary:hover{box-shadow:0 6px 20px #00000040;transform:translateY(-2px)}.group-redirect .btn-primary:active{transform:translateY(-1px);transition:all .1s ease}.group-redirect .btn-secondary{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff80;color:#333}.group-redirect .btn-secondary:hover{background:#ffffff4d;border-color:#ffffffb3;transform:translateY(-2px)}.group-redirect .btn-secondary:active{transform:translateY(-1px);transition:all .1s ease}.group-redirect .code-display{background:#fffffff2;border:1px solid #fffc;border-radius:15px;box-shadow:0 4px 15px #00000026;margin-bottom:30px;padding:20px}.group-redirect .code-label{color:#666;display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.group-redirect .code-value{color:#333;display:block;font-family:Courier New,monospace;font-size:1.8rem;font-weight:700;letter-spacing:2px}.group-redirect .redirect-info{background:#ffffffe6;border:1px solid #fffc;border-radius:15px;margin-bottom:30px;padding:20px}.group-redirect .redirect-info p{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:15px}.group-redirect .redirect-info ul{list-style:none;margin:0;padding:0}.group-redirect .redirect-info li{color:#666;margin-bottom:8px;padding-left:20px;position:relative}.group-redirect .redirect-info li:before{color:#4facfe;content:"✓";font-weight:700;left:0;position:absolute}.group-redirect .redirect-actions-secondary{margin-top:20px}@media (max-width:768px){.group-redirect{min-height:100vh;padding:80px 10px 20px}.group-redirect .container{padding:0 1rem}.group-redirect .redirect-content{margin:.5rem;max-width:100%;padding:2.5rem 1.5rem}.group-redirect h1{font-size:2.2rem;line-height:1.2;margin-bottom:1.5rem}.group-redirect .redirect-message{font-size:1.15rem;line-height:1.6;margin-bottom:2.5rem}.group-redirect .app-icon{margin-bottom:2.5rem}.group-redirect .poker-chips{height:90px;width:90px}.group-redirect .poker-chips:before{font-size:2.2rem}.group-redirect .redirect-actions{margin-bottom:2.5rem}.group-redirect .btn{border-radius:16px;box-shadow:0 4px 12px #00000026;font-size:1.15rem;font-weight:700;max-width:320px;min-height:64px;min-width:100%;padding:1.4rem 2rem}.group-redirect .btn i{font-size:1.2rem}.group-redirect .redirect-content>*+*{margin-top:1.5rem}.group-redirect .redirect-content>*+.redirect-actions{margin-top:2rem}.group-redirect .redirect-content>*+.redirect-actions-secondary{margin-top:1.5rem}.group-redirect .code-display{border-radius:12px;margin-bottom:2.5rem;padding:1.8rem 1.5rem}.group-redirect .code-label{font-size:1.1rem;margin-bottom:.8rem}.group-redirect .code-value{font-size:2.2rem;letter-spacing:3px}.group-redirect .redirect-info{border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.group-redirect .redirect-info p{font-size:1.15rem;margin-bottom:1.2rem}.group-redirect .redirect-info li{font-size:1rem;margin-bottom:.8rem;padding-left:1.8rem}.group-redirect .redirect-actions-secondary{margin-top:2rem}}@media (max-width:480px){.group-redirect{padding:70px 8px 15px}.group-redirect .redirect-content{margin:.3rem;padding:2rem 1.2rem}.group-redirect h1{font-size:1.9rem;margin-bottom:1.2rem}.group-redirect .redirect-message{font-size:1.05rem;margin-bottom:2rem}.group-redirect .poker-chips{height:80px;width:80px}.group-redirect .poker-chips:before{font-size:2rem}.group-redirect .btn{font-size:1.1rem;max-width:100%;min-height:60px;padding:1.2rem 1.8rem}.group-redirect .code-value{font-size:1.9rem;letter-spacing:2px}.group-redirect .code-display{margin-bottom:2rem;padding:1.5rem 1.2rem}.group-redirect .code-label{font-size:1rem;margin-bottom:.6rem}.group-redirect .redirect-info{margin-bottom:2rem;padding:1.2rem}.group-redirect .redirect-info p{font-size:1.1rem;margin-bottom:1rem}.group-redirect .redirect-info li{font-size:.95rem;margin-bottom:.6rem;padding-left:1.5rem}}@media (max-width:360px){.group-redirect .redirect-content{padding:1.8rem 1rem}.group-redirect h1{font-size:1.7rem}.group-redirect .redirect-message{font-size:1rem}.group-redirect .code-value{font-size:1.7rem}.group-redirect .btn{font-size:1.05rem;padding:1.1rem 1.5rem}}.group-redirect .btn:focus-visible{box-shadow:0 0 0 6px #4facfe33;outline:3px solid #4facfe;outline-offset:2px}@media (max-width:768px){.group-redirect .code-display{overflow:hidden;position:relative}.group-redirect .code-display:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}}
/*# sourceMappingURL=main.0ef5ce35.css.map*/