@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@500;700;900&display=swap";:root{--bg-color:#0a0a0c;--bg-secondary:#121316;--bg-glass:#12131699;--text-main:#fff;--text-muted:#94a3b8;--accent-cyan:#fc4c02;--accent-cyan-dark:#ff7032;--accent-orange:#fc4c02;--accent-gradient:linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-dark));--border-color:#ffffff14;--hover-bg:#ffffff0d;--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif;--shadow-glow:0 0 20px #fc4c024d;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px}.btn{transition:var(--transition);border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 14px #fc4c0240}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc4c0266}.btn-secondary{background:var(--hover-bg);color:#fff;border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #fc4c0266}70%{box-shadow:0 0 0 15px #fc4c0200}to{box-shadow:0 0 #fc4c0200}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.animate-float{animation:6s ease-in-out infinite float}.bg-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#fc4c0226 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute}.screenshot-crop-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0006}.screenshot-crop-wrapper img{width:100%;display:block}.screenshot-crop-wrapper img.crop-top{margin-top:-55px}.section{padding:6rem 0}.navbar{z-index:100;border-radius:9999px;width:90%;max-width:1200px;padding:.75rem 0;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{font-family:var(--font-display);align-items:center;gap:.6rem;font-size:1.5rem;font-weight:900;display:flex}.nav-logo-mark{border-radius:8px;flex-shrink:0;width:32px;height:32px;display:block}.logo-icon{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-muted);transition:var(--transition);font-weight:500}.nav-links a:hover{color:var(--text-main)}.nav-legal-links{gap:1.25rem;font-size:.9rem}@media (width<=900px){.nav-legal-links{display:none}}.nav-actions{gap:1rem;display:flex}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:4rem;padding-top:4rem}.footer-container{grid-template-columns:1fr 1fr;align-items:start;gap:3rem 4rem;margin-bottom:3rem;display:grid}.footer-logo{font-family:var(--font-display);align-items:center;gap:.65rem;font-size:1.5rem;font-weight:900;display:flex}.footer-logo-mark{border-radius:9px;flex-shrink:0;width:36px;height:36px;display:block}.footer-download{color:var(--text-muted);margin-top:1.25rem;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-block}.footer-download:hover{color:var(--accent-cyan-dark)}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{margin-bottom:.25rem;font-size:1.125rem}.footer-col--legal a{color:var(--text-muted);transition:color .2s}.footer-col--legal a:hover{color:var(--text-main)}.footer-bottom{border-top:1px solid var(--border-color);padding:1.5rem 0;font-size:.875rem}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:2.5rem}}.hero{align-items:center;min-height:100vh;padding-top:8rem;display:flex;position:relative;overflow:hidden}.bg-glow{width:80vw;max-width:800px;height:80vw;max-height:800px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content{text-align:left}.hero-badge{background:var(--hover-bg);border:1px solid var(--border-color);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.badge-pulse{background:var(--accent-blue);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-glow;box-shadow:0 0 #fc4c0266}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:900}.hero-subtitle{max-width:480px;margin-bottom:2.5rem;font-size:1.125rem}.hero-cta{gap:1rem;display:flex}.hero-rating{color:#a1a4b0;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.9rem;display:inline-flex}.hero-rating-stars{color:#fc4c02;letter-spacing:1px;font-size:1rem}.hero-rating-text strong{color:#fff;font-weight:700}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.hero-visual{width:100%;position:relative}.hero-screenshot{border-radius:20px;width:100%;max-width:320px;margin:0 auto;display:block;box-shadow:0 20px 40px #0006}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-subtitle{margin:0 auto 2.5rem}}.features-header{margin-bottom:4rem}.features-header h2{margin-bottom:1rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#fc4c021a,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.feature-card:hover:before{opacity:1}.feature-icon{margin-bottom:1.5rem;font-size:3rem}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.studio-section{z-index:10;position:relative}.studio-container{background:linear-gradient(135deg,#1e293b66,#0f172acc);border:1px solid #fc4c0233;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:4rem;display:grid}.studio-content h2{margin-bottom:1.5rem;font-size:2.5rem}.studio-content p{margin-bottom:2rem;font-size:1.125rem}.studio-features{margin-bottom:2.5rem;list-style:none}.studio-features li{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.125rem;font-weight:500;display:flex}.mt-4{margin-top:1rem}.studio-screenshot{border-radius:12px;width:100%;max-width:520px;margin:0 auto;display:block;box-shadow:0 20px 40px #0009}@media (width<=992px){.studio-container{grid-template-columns:1fr;padding:2.5rem}}.download-section{padding-top:4rem;padding-bottom:5rem}.download-heading{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.25rem)}.download-sub{max-width:28rem;margin-bottom:2rem;margin-left:auto;margin-right:auto}.download-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.store-badge{border-radius:12px;justify-content:center;align-items:center;min-width:180px;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.store-badge:hover{transform:translateY(-2px)}.store-badge--apple,.store-badge--google{color:#fff;background:#000;border:1px solid #ffffff26}.store-badge-label{letter-spacing:.02em}.legal-page{min-height:60vh;padding:6rem 0 5rem}.legal-inner{max-width:720px}.legal-header{margin-bottom:2rem}.legal-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.legal-updated{font-size:.95rem}.legal-body{border:1px solid var(--border-color);border-radius:16px;padding:2rem 2.25rem}.legal-intro{color:var(--text-muted);margin-bottom:1.75rem;line-height:1.7}.legal-section{margin-bottom:1.75rem}.legal-section:last-of-type{margin-bottom:0}.legal-section h2{font-family:var(--font-display);color:var(--text-main);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.faq-item{margin-bottom:1.25rem}.faq-item:last-child{margin-bottom:0}.faq-q{font-family:var(--font-sans);color:var(--text-main);margin-bottom:.5rem;font-size:1rem;font-weight:600}.legal-section p{color:var(--text-muted);line-height:1.75}.legal-section p+p{margin-top:.75rem}.legal-list{color:var(--text-muted);margin:0;padding-left:1.25rem;line-height:1.75}.legal-list li{margin-bottom:.65rem}.legal-list li strong{color:var(--text-main);font-weight:600}.legal-link{color:var(--accent-cyan-dark);text-underline-offset:3px;text-decoration:underline}.legal-link:hover{color:var(--accent-cyan)}.legal-back-wrap{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}.legal-back{color:var(--accent-cyan-dark);transition:var(--transition);font-weight:600}.legal-back:hover{color:var(--accent-cyan)}@media (width<=640px){.legal-body{padding:1.5rem 1.25rem}.legal-page{padding-top:5rem}}
