:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #3b82f6b3}70%{transform:scale(1);box-shadow:0 0 0 10px #3b82f600}to{transform:scale(.95);box-shadow:0 0 #3b82f600}}@keyframes magic-sparkle{0%,to{transform:scale(1) translateY(0);filter:brightness(1) hue-rotate(0deg)}50%{transform:scale(1.1) translateY(-5px);filter:brightness(1.3) hue-rotate(15deg)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pulse-ring{animation:pulse-ring 2s infinite}.animate-magic{animation:magic-sparkle 2s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 3s linear infinite}@keyframes slide-up-banner{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up-banner{animation:slide-up-banner .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes zoom-bounce{0%{transform:scale(5);opacity:0}60%{transform:scale(.9);opacity:1}80%{transform:scale(1.1)}to{transform:scale(1)}}.animate-zoom-bounce{animation:zoom-bounce .6s cubic-bezier(.34,1.56,.64,1) forwards}.landing-page-body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fef9c3;background-image:radial-gradient(at 10% 20%,hsla(190,100%,74%,.6) 0px,transparent 50%),radial-gradient(at 90% 10%,hsla(340,100%,76%,.6) 0px,transparent 50%),radial-gradient(at 50% 90%,hsla(120,100%,80%,.6) 0px,transparent 50%),radial-gradient(at 0% 50%,hsla(28,100%,74%,.6) 0px,transparent 50%);background-attachment:fixed;min-height:100vh;color:#1e293b;margin:0;padding:0;box-sizing:border-box}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.5);padding:1rem 2rem}.landing-page-body .nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-page-body .logo{display:flex;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:900;font-style:italic}.landing-page-body .logo-text{display:flex;letter-spacing:-.05em}.landing-page-body .logo-snap{color:#ef4444}.landing-page-body .logo-py{color:#2563eb}.landing-page-body .logo-camera{background:#facc15;padding:.4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.landing-page-body .logo-camera svg{width:1.5rem;height:1.5rem;color:#fff}.landing-page-body .nav-cta{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:transform .3s,box-shadow .3s}.landing-page-body .nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2563eb66}.landing-page-body .hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem}.landing-page-body .hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-page-body .hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.landing-page-body .hero-content h1 span{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page-body .hero-content p{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.landing-page-body .beta-badge{display:inline-block;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.landing-page-body .hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;text-decoration:none;font-size:1.25rem;font-weight:600;transition:transform .3s,box-shadow .3s}.landing-page-body .hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #2563eb66}.landing-page-body .hero-image{position:relative}.landing-page-body .hero-image img{width:100%;border-radius:30px;box-shadow:0 25px 60px #00000026;transform:rotate(2deg);transition:transform .4s}.landing-page-body .hero-image:hover img{transform:rotate(0) scale(1.02)}.landing-page-body .floating-badge{position:absolute;background:#fff;padding:1rem 1.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;font-weight:600;animation:float-badge 3s ease-in-out infinite}.landing-page-body .floating-badge.top-right{top:-20px;right:-20px}.landing-page-body .floating-badge.bottom-left{bottom:-20px;left:-20px;animation-delay:1.5s}@keyframes float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-page-body .features{padding:6rem 2rem;background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.landing-page-body .section-container{max-width:1200px;margin:0 auto}.landing-page-body .section-header{text-align:center;margin-bottom:4rem}.landing-page-body .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.landing-page-body .section-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.landing-page-body .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-page-body .feature-card{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 10px 40px #00000014;text-align:center;transition:transform .3s,box-shadow .3s}.landing-page-body .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000001f}.landing-page-body .feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#67e8f9,#86efac);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.landing-page-body .feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.landing-page-body .feature-card p{color:#64748b;line-height:1.6}.landing-page-body .audience{padding:6rem 2rem}.landing-page-body .audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-page-body .audience-card{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:transform .3s;text-align:center}.landing-page-body .audience-card:hover{transform:translateY(-8px)}.landing-page-body .audience-card img{width:100%;height:220px;object-fit:cover}.landing-page-body .audience-card-content{padding:1.5rem}.landing-page-body .audience-card h3{font-size:1.35rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.landing-page-body .audience-card p{color:#64748b;line-height:1.6;font-size:.95rem}.landing-page-body .cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#2563eb,#7c3aed)}.landing-page-body .cta-container{max-width:700px;margin:0 auto;text-align:center}.landing-page-body .cta-section h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.landing-page-body .cta-section p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2.5rem;line-height:1.7}.landing-page-body .cta-section .hero-cta{font-size:1.35rem;padding:1.5rem 3rem;background:#fff;color:#2563eb}.landing-page-body .cta-section .hero-cta:hover{box-shadow:0 15px 40px #0000004d}.landing-page-body .cta-spots{margin-top:1.5rem;color:#fffc;font-size:.95rem}.landing-footer{background:#1e293b;color:#fff;padding:3rem 2rem;text-align:center}.landing-footer p{opacity:.7}@media(max-width:968px){.landing-page-body .hero-container{grid-template-columns:1fr;text-align:center}.landing-page-body .hero-content h1{font-size:2.5rem}.landing-page-body .hero-image{max-width:500px;margin:0 auto}.landing-page-body .features-grid,.landing-page-body .audience-grid{grid-template-columns:1fr}}@media(max-width:480px){.landing-page-body .hero-content h1{font-size:2rem}.landing-page-body .floating-badge{display:none}.landing-nav{padding:1rem}.landing-page-body .logo{font-size:1.4rem}}
