html,body,#root{width:100%;max-width:100%;overflow-x:hidden}: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}}.header{position:fixed;top:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;height:60px;padding:0}.header-container{max-width:1200px;margin:0 auto;padding:0 .25rem!important;display:flex;justify-content:space-between;align-items:center;position:relative;height:100%}.logo-section{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto}.logo{width:40px!important;height:40px!important;display:flex;align-items:center;justify-content:center}.logo-icon{font-size:1.5rem}.app-name{font-family:Georgia,Times New Roman,serif;font-size:1.8rem!important;font-weight:700;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;margin:0;letter-spacing:0;display:block;position:absolute;left:50%;transform:translate(-50%)}.menu-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:4px;transition:all .3s ease;position:static}.hamburger-line{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.menu-button.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-button.active .hamburger-line:nth-child(2){opacity:0}.menu-button.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.menu-overlay{position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;right:0;width:300px;max-width:85vw;height:100vh;background:#1a1a1a;box-shadow:-4px 0 15px #0000004d;z-index:1000;animation:slideInFromRight .3s ease;overflow-y:auto}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.menu-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease;z-index:1001}.menu-close-button:hover{background-color:#ffffff1a}.mobile-menu ul{list-style:none;padding:0;margin:0;padding-top:4rem}.mobile-menu li{border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu a{display:block;padding:1.25rem 2rem;text-decoration:none;color:#fff;font-weight:500;transition:background-color .3s ease;font-size:1rem}.mobile-menu a:hover{background-color:#667eea33;color:#667eea}@media (max-width: 768px){.header-container{padding:0 1rem}.app-name{font-size:1.25rem}.logo{width:40px;height:40px}.logo-icon{font-size:1.25rem}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px;padding-bottom:120px}.hero-background{position:absolute;inset:0;background:transparent;z-index:-2}.gradient-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.1) 0%,transparent 50%)}.hero-container{max-width:1600px;width:100%;margin:180px auto 40px;padding:0 2rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box;position:relative;z-index:1;min-height:500px}.hero-content{width:100%;text-align:center;display:flex;justify-content:center;align-items:center}.hero-mockup-stack{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;gap:1.5rem}.hero-waitlist{width:100%;max-width:720px;text-align:center}.hero-waitlist-launch{font-size:1.2rem;color:#000;margin:0 0 .75rem;font-weight:500}.hero-waitlist-date{position:relative;display:inline-block;padding:.55rem 1.05rem;border-radius:16px;background:#10b9812e;color:#065f46;box-shadow:0 12px 35px #10b98124}.hero-sparkle{position:absolute;z-index:1;pointer-events:none;color:#22c55e;text-shadow:0 0 14px rgba(16,185,129,.55),0 0 4px rgba(16,185,129,.35);animation:heroSparkleTextFloat 2.1s infinite ease-in-out}.hero-sparkle-1{top:-14px;left:-10px;font-size:1.45rem;animation-delay:0s}.hero-sparkle-2{top:-16px;right:-10px;font-size:1.3rem;animation-delay:.2s}.hero-sparkle-3{bottom:-14px;left:-12px;font-size:1.25rem;animation-delay:.35s}.hero-sparkle-4{bottom:-16px;right:-12px;font-size:1.2rem;animation-delay:.5s}@keyframes heroSparkleTextFloat{0%{transform:translateY(0) rotate(-4deg) scale(1);opacity:.75}50%{transform:translateY(-5px) rotate(6deg) scale(1.03);opacity:1}to{transform:translateY(0) rotate(-4deg) scale(1);opacity:.75}}.hero-waitlist-form{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap}.hero-email-input{flex:1 1 260px;min-width:260px;max-width:420px;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(0,0,0,.2);background:#ffffffe6;color:#000;font-size:1rem;outline:none}.hero-email-input:focus{border-color:#667eeacc;box-shadow:0 0 0 3px #667eea40}.hero-notify-button{background:#667eea;color:#fff;border:1px solid rgba(0,0,0,.15);padding:.85rem 1.4rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:transform .2s ease,background-color .2s ease;white-space:nowrap}.hero-notify-button:hover{background:#5a6fe6;transform:translateY(-2px)}.hero-waitlist-join{margin:.9rem 0 0;color:#000000bf;font-size:1rem}.hero-notify-success{margin:.75rem 0 0;color:#065f46;font-size:.98rem;font-weight:500;white-space:pre-line}.hero-mockup-image{display:block;max-width:100%;height:auto;max-height:600px;margin:0 auto;object-fit:contain;animation:fadeInUp 1s ease-out .3s both}.hero-title{font-size:4rem;font-weight:800;color:#333;margin:0 0 1.5rem;line-height:1.1;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:2.2rem;color:#ffffffe6;margin:0 0 3rem;font-weight:400;line-height:1.4;animation:fadeInUp 1s ease-out .2s both;white-space:nowrap;overflow-x:auto;width:100%;text-align:center}.app-screens-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;gap:7rem}.page-indicators{display:flex;gap:8px;align-items:center}.indicator{width:12px;height:12px;border-radius:50%;background-color:#fff;transition:all .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.indicator:hover{transform:scale(1.2);opacity:.8}.indicator.active{background-color:#007aff;transform:scale(1.1)}.app-screen-placeholder{width:300px;height:520px;background-color:#e0e0e0;border-radius:28px;position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:25px;cursor:grab;-webkit-user-select:none;user-select:none}.app-screen-placeholder:active{cursor:grabbing}.page-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:28px;z-index:1}.app-store-button{display:flex;align-items:center;justify-content:center;background-color:#000;border:1px solid #888;border-radius:10px;padding:12px 20px;text-decoration:none;color:#fff;transition:background-color .3s ease;min-width:180px}.app-store-button:hover{background-color:#333}.app-store-button .apple-logo{width:25px;height:25px;margin-right:10px;fill:#fff}.app-store-button .button-text-container{display:flex;flex-direction:column;align-items:center}.app-store-button .button-text-small{font-size:.75rem;line-height:1}.app-store-button .button-text-large{font-size:1.2rem;font-weight:600;line-height:1}.hero-cta{background:#fff;color:#667eea;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #0003;animation:fadeInUp 1s ease-out .4s both}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0000004d;background:#f8f9ff}.hero-cta:active{transform:translateY(-1px)}.hero-visual{display:flex;justify-content:center;align-items:center;animation:fadeInUp 1s ease-out .6s both}.app-screenshots-container{position:relative;width:900px;height:900px;display:flex;justify-content:center;align-items:center}.screenshot-circle{position:relative;width:600px;height:600px;border:5px solid #333;border-radius:50%;display:flex;justify-content:center;align-items:center}.screenshot-placeholder{position:absolute;width:180px;height:360px;background:#e0e0e0;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #00000040;transition:all .3s ease}.screenshot-placeholder:hover{transform:scale(1.05);box-shadow:0 6px 16px #00000026}.screenshot-top{top:-112px;left:50%;transform:translate(-50%)}.screenshot-right{right:-40px;top:50%;transform:translateY(-50%)}.screenshot-bottom{bottom:-112px;left:50%;transform:translate(-50%)}.screenshot-left{left:-40px;top:50%;transform:translateY(-50%)}.placeholder-content{font-size:10px;color:#666;text-align:center;font-weight:500;line-height:1.2}.screenshot-image{width:110%;height:110%;object-fit:contain;border-radius:20px;margin:-5%}.download-button-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#007aff;color:#fff;border:2px solid #000;padding:12px 24px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000026;z-index:10}.download-button-center:hover{background:#0056cc;transform:translate(-50%,-50%) translateY(-2px);box-shadow:0 6px 16px #0003}.download-button-center:active{transform:translate(-50%,-50%) translateY(0)}.hero-graphic{position:relative;width:300px;height:300px}.floating-element{position:absolute;font-size:3rem;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.element-1{top:20%;left:20%;animation-delay:0s}.element-2{top:60%;right:20%;animation-delay:1.5s}.element-3{bottom:20%;left:30%;animation-delay:3s}.element-4{top:40%;right:40%;animation-delay:4.5s}.hero-top-center{position:absolute;top:95px;left:50%;transform:translate(-50%);width:90vw;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.hero-title{font-size:2.5rem;color:#000;font-weight:800;text-align:center;margin:0 0 2rem;line-height:1.1;text-shadow:none;animation:fadeInUp 1s ease-out 0s both;white-space:nowrap}.hero-description{font-size:1.3rem;color:#000;font-weight:400;text-align:center;margin:0 0 1rem;line-height:1.4;text-shadow:none;animation:fadeInUp 1s ease-out .1s both;white-space:nowrap!important;overflow-x:auto;width:100%;flex-shrink:0;min-width:max-content}.hero-subtext{font-size:1.1rem;color:#000c;font-weight:400;text-align:center;margin:0 0 1.2rem;line-height:1.5;text-shadow:none;animation:fadeInUp 1s ease-out .15s both;white-space:normal;overflow:visible}.hero-bottom-center{position:absolute;bottom:15px;left:50%;transform:translate(-50%);width:100%;display:flex;justify-content:center;z-index:2}.download-button{background:#007aff;color:#fff;border:2px solid #000;padding:12px 24px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000026;animation:fadeInUp 1s ease-out .5s both}.download-button:hover{background:#0056cc;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.download-button:active{transform:translateY(0)}.apple-logo{width:20px;height:20px;fill:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(-10px) rotate(-5deg)}}@media (max-width: 768px){.hero{display:flex;flex-direction:column;align-items:center;padding-top:88px;padding-bottom:60px;min-height:auto;overflow:visible}.hero-top-center{position:relative;top:auto;left:auto;transform:none;width:100%;padding:0 1rem;box-sizing:border-box}.hero-container{width:100%;display:flex;justify-content:center;align-items:center;text-align:center;margin-top:1.75rem}.hero-content,.hero-mockup-stack{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-mockup-image{display:block;width:min(88vw,380px);max-width:100%;height:auto;margin:0 auto}.hero-waitlist{width:100%;max-width:520px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.hero-waitlist-form{justify-content:center;margin:0 auto}.hero-waitlist-join{text-align:center;margin-left:auto;margin-right:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-graphic{width:200px;height:200px}.floating-element{font-size:2rem}.hero-description{font-size:1.4rem;white-space:normal!important;max-width:100%;min-width:0;overflow:visible;overflow-wrap:anywhere;word-break:normal}.hero-subtext{max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:normal}.app-screenshots-container{width:720px;height:720px}.screenshot-circle{width:480px;height:480px}.screenshot-placeholder{width:150px;height:300px}.screenshot-top{top:-90px}.screenshot-right{right:-32px}.screenshot-bottom{bottom:-90px}.screenshot-left{left:-32px}.placeholder-content{font-size:8px}.download-button-center{padding:10px 20px;font-size:14px}.app-screen-placeholder{width:280px;height:500px}}@media (max-width: 480px){.hero{padding-top:84px;padding-bottom:48px}.hero-container{padding:0 1rem;margin-top:1.25rem}.hero-waitlist-form{width:min(92vw,380px);margin:0 auto;gap:.55rem;justify-content:center;flex-wrap:nowrap}.hero-email-input{flex:1 1 auto;width:auto;min-width:0;max-width:none;padding:.75rem .85rem;font-size:.95rem}.hero-notify-button{flex:0 0 auto;padding:.75rem .9rem;font-size:.9rem;white-space:nowrap}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}.app-screenshots-container{width:600px;height:600px}.screenshot-circle{width:400px;height:400px}.screenshot-placeholder{width:120px;height:240px}.screenshot-top{top:-67px}.screenshot-right{right:-27px}.screenshot-bottom{bottom:-67px}.screenshot-left{left:-27px}.placeholder-content{font-size:7px}.download-button-center{padding:8px 16px;font-size:12px}.app-screen-placeholder{width:260px;height:480px}}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;padding:4rem 0 0;position:relative;width:100%;overflow-x:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(102,126,234,.5),transparent)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section-left{justify-self:start;text-align:left}.footer-section-center{justify-self:center;text-align:center}.footer-section-right{justify-self:end;text-align:right}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin-bottom:.1rem;justify-content:center}.footer-logo-image{width:40px;height:40px}.footer-logo-icon{width:40px;height:40px;background:none;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.footer-logo-text{font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:2.2rem;margin:0;letter-spacing:0;display:inline}.footer-description{font-size:.95rem;line-height:1.6;color:#fffc;margin:0 0 1.5rem;text-align:center;margin-top:0}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.social-link:hover{background:#667eea4d;transform:translateY(-2px);border-color:#667eea80}.social-icon{font-size:1.2rem}.footer-section-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff;text-align:center}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#fffc;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block}.footer-link:hover{color:#667eea;transform:translate(5px)}.contact-info{display:flex;flex-direction:column;gap:.75rem;align-items:center}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fffc}.contact-icon{font-size:1rem;width:20px;text-align:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{font-size:.9rem;color:#ffffffb3;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom-link{color:#ffffffb3;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-bottom-link:hover{color:#667eea}.separator{color:#fff6;font-size:.85rem}@media (max-width: 900px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section-left,.footer-section-center,.footer-section-right{justify-self:center;text-align:center}}@media (max-width: 768px){.footer{padding:3rem 0 0}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.contact-item{flex-wrap:wrap;justify-content:center;text-align:center}}@media (max-width: 480px){.footer-content{gap:1.5rem}.footer-logo{justify-content:center}.footer-description{text-align:center}.footer-social{justify-content:center}.footer-section-title,.footer-links{text-align:center}.contact-info{align-items:center}}.app-name-win{background:linear-gradient(135deg,gold,#ffc107,gold,#ffeb3b,#ffc107,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.app-name-let{background:linear-gradient(135deg,#3b82f6,#2563eb,#3b82f6,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer-follow-section{margin-top:2rem;text-align:center}.footer-social-btns{display:flex;justify-content:center;gap:1.5rem;margin-top:.5rem}.footer-social-btn{font-size:1.7rem;color:#fff;background:#ffffff14;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,color .2s,transform .2s}.footer-social-btn:hover{background:#fbc02d;color:#1a202c;transform:translateY(-2px) scale(1.08)}#root{width:100%;margin:0;padding:0;text-align:center;background:linear-gradient(to bottom,#fff,#fffdeb,#ffe680);min-height:100vh;background-attachment:fixed;background-size:cover}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
