#root{margin:0 auto;text-align:left}.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}.animated-food-background{width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.animated-food-background-fixed{position:fixed;top:0;left:0}.animated-food-background-absolute{position:absolute;top:0;left:0}.food-icon{position:absolute;bottom:-50px;display:inline-block;color:#ffffff40;filter:drop-shadow(0 2px 4px rgba(0,0,0,.05));animation:floatUp linear infinite;will-change:transform}.food-icon svg{width:1em;height:1em;opacity:inherit}.food-dot{position:absolute;bottom:-50px;border-radius:50%;background:#fff6;animation:floatUp linear infinite;will-change:transform}@keyframes floatUp{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translateY(calc(-100vh - 100px)) translate(var(--drift-x, 0)) rotate(360deg);opacity:0}}.food-icon:nth-child(3n){--drift-x: 0px}.food-icon:nth-child(3n+1){--drift-x: 40px}.food-icon:nth-child(3n+2){--drift-x: -40px}.download-page{min-height:100vh;background:linear-gradient(to bottom,#00774c,#00a23a);display:flex;flex-direction:column;position:relative;overflow-x:hidden}.download-page-header{padding:16px 24px;display:flex;justify-content:center;flex-shrink:0;position:relative;z-index:1}.download-main{flex:1;display:flex;justify-content:center;align-items:center;padding:20px 24px;min-height:0;position:relative;z-index:1}.download-content{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:24px;align-items:center}.download-card{background:#fff;border-radius:32px;padding:clamp(24px,3vw,32px);width:100%;max-width:600px;box-shadow:0 20px 60px #0003;text-align:center}.download-screenshots-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;max-width:500px}.download-screenshot-wrapper{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.download-screenshot-image{width:100%;height:auto;max-width:clamp(170px,20vw,230px);border-radius:28px;filter:drop-shadow(0 28px 54px rgba(3,7,18,.45))}.download-screenshot-text{text-align:center;color:#fff}.download-screenshot-title{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:800;margin-bottom:8px;line-height:1.25;color:#fff}.download-screenshot-subtitle{font-size:clamp(.875rem,2vw,1rem);color:#ffffffd1;line-height:1.6;margin:0}.fade-in{opacity:1;transition:opacity .5s ease-in-out}.fade-out{opacity:0;transition:opacity .5s ease-in-out}.download-footer{padding:16px 24px;text-align:center;color:#fffc;font-size:14px;flex-shrink:0;position:relative;z-index:1}@media (min-width: 960px){.download-content{flex-direction:row;align-items:center;gap:clamp(24px,4vw,48px)}.download-card{flex:0 1 520px}.download-screenshots-container{flex:1;max-width:none}.download-screenshot-wrapper{max-width:none}.download-screenshot-image{max-width:clamp(170px,20vw,230px)}}@media (max-width: 640px){.download-main{padding:16px}.download-card{border-radius:24px;padding:28px 20px}.download-screenshots-container{gap:20px}.download-screenshot-wrapper{max-width:none}.download-screenshot-image{max-width:min(260px,100%);filter:drop-shadow(0 20px 40px rgba(3,7,18,.38))}}@keyframes pulse-glow{0%{box-shadow:0 4px 16px #00000026,0 0 #21a366cc,0 0 20px #21a36666}to{box-shadow:0 4px 16px #00000026,0 0 0 6px #21a36600,0 0 20px #21a36666}}@keyframes pulse-glow-slow{0%{box-shadow:0 2px 8px #0000001a,0 0 #21a36699,0 0 16px #21a3664d}87.5%{box-shadow:0 2px 8px #0000001a,0 0 0 6px #21a36600,0 0 16px #21a3664d}to{box-shadow:0 2px 8px #0000001a,0 0 0 6px #21a36600,0 0 16px #21a3664d}}.animated-download-btn{animation:pulse-glow 1.75s cubic-bezier(.25,.1,.25,1) infinite;color:#000!important}.animated-download-btn-slow{animation:pulse-glow-slow 2s cubic-bezier(.25,.1,.25,1) infinite}.hero-section{position:relative;width:100%;min-height:600px;padding:clamp(80px,10vw,120px) 0;display:flex;align-items:center;overflow:hidden}.hero-section .hero-animated-background{z-index:1}.hero-section .hero-content{position:relative;z-index:2}.hero-content{max-width:1200px;width:100%;margin:0 auto;padding:0 64px;display:flex;align-items:center;justify-content:space-between;gap:clamp(40px,7vw,110px)}.hero-text{max-width:520px;color:#fff;display:flex;flex-direction:column;gap:8px}.hero-copy{position:relative;height:clamp(260px,34vh,320px);display:flex;flex-direction:column;justify-content:flex-start;overflow:visible}.hero-dynamic-text{transition:opacity .38s ease,transform .38s ease}.hero-text-hidden{opacity:0;transform:translateY(10px)}.hero-text-visible{opacity:1;transform:translateY(0)}.hero-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-scroll-arrow{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:24px;transition:opacity .4s ease;animation:bounceArrow 2s ease-in-out infinite;pointer-events:none}.hero-scroll-text{font-size:.875rem;color:#fffc;font-weight:500}.hero-scroll-icon{font-size:2rem;color:#fffc;transform:rotate(-90deg);line-height:1}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (min-width: 1025px){.hero-scroll-arrow{display:none}}.hero-screenshots{position:relative;display:flex;align-items:center;justify-content:center;padding:24px 0}@media (min-width: 1025px){.hero-screenshots{margin-left:20px}}.hero-screenshot-wrapper{position:relative;width:clamp(170px,20vw,230px);padding:0 6px;display:flex;justify-content:center;align-items:center}.hero-screenshot-wrapper:not(:first-child){margin-left:-110px}.hero-screenshot-card{appearance:none;background:transparent;border:none;border-radius:28px;overflow:visible;cursor:default;padding:0;width:100%;transition:transform .7s cubic-bezier(.22,.61,.36,1);will-change:transform;filter:drop-shadow(0 28px 54px rgba(3,7,18,.45))}.hero-screenshot-card img{width:100%;height:auto;display:block;border-radius:28px}.hero-screenshot-card:focus-visible{outline:3px solid rgba(33,163,102,.85);outline-offset:6px}.hero-screenshots-mobile-list{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0}.hero-mobile-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;width:100%;padding:32px 24px;filter:drop-shadow(0 24px 48px rgba(3,7,18,.42))}.hero-mobile-item-beige{background:#fff6eb}.hero-mobile-item img{width:min(300px,100%);height:auto;border-radius:28px}.hero-mobile-item-title{font-size:1.6rem;font-weight:800;margin:12px 0 6px;line-height:1.25}.hero-mobile-item-beige .hero-mobile-item-title{color:#333}.hero-mobile-item-green .hero-mobile-item-title{color:#fff}.hero-mobile-item-subtitle{font-size:1rem;margin:0;line-height:1.6;max-width:22ch}.hero-mobile-item-beige .hero-mobile-item-subtitle{color:#666}.hero-mobile-item-green .hero-mobile-item-subtitle{color:#ffffffe6}@media (max-width: 1024px){.hero-content{flex-direction:column;align-items:stretch;gap:0;text-align:center;padding:0;max-width:100%}.hero-text{margin:0;align-items:center;padding:80px 24px 32px;width:100%;max-width:100%;position:relative;overflow:hidden}.hero-animated-background{z-index:1}.hero-text>*:not(.hero-animated-background){position:relative;z-index:2}.hero-text .hero-title{color:#fff!important}.hero-text p{color:#fffffff2!important}.hero-copy{height:auto;min-height:clamp(220px,36vh,280px);align-items:center;text-align:center}.hero-cta{justify-content:center}.hero-screenshots{margin-top:0;margin-left:0;width:100%}}@media (max-width: 640px){.hero-section{padding:0;background:transparent}.hero-content{padding:0;gap:0}.hero-copy{height:auto;min-height:auto;text-align:center}.hero-title{font-size:2rem!important}.hero-text{gap:32px}.hero-copy p{margin-bottom:48px!important}.hero-screenshots{width:100%;margin-left:0}.hero-mobile-item img{width:min(220px,100%)}.hero-mobile-item{filter:drop-shadow(0 20px 40px rgba(3,7,18,.38))}}:root{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}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;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){a:hover{color:#747bff}button{background-color:#f9f9f9}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.markdown-content h1{font-size:2.5rem;font-weight:900;color:#111827;margin:32px 0 16px;line-height:1.2}.markdown-content h2{font-size:2rem;font-weight:700;color:#333;margin:28px 0 12px;line-height:1.3}.markdown-content h3{font-size:1.5rem;font-weight:600;color:#333;margin:24px 0 8px;line-height:1.4}.markdown-content p{font-size:16px;color:#666;line-height:1.6;margin:16px 0}.markdown-content ul,.markdown-content ol{font-size:16px;color:#666;line-height:1.6;margin:16px 0;padding-left:24px}.markdown-content li{margin:8px 0}.markdown-content strong{font-weight:600;color:#333}.markdown-content a{color:#00a23a;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}.markdown-content pre{background:#f5f5f5;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.markdown-content blockquote{border-left:4px solid #00A23A;padding-left:16px;margin:16px 0;font-style:italic;color:#666}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-input-container input:focus{box-shadow:0 0 0 3px #00a23a1a!important}*,button,a,[role=button],[onclick],[style*="cursor: pointer"],.cursor-pointer{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.burger-menu-button{-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;outline:none!important;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.burger-menu-button:active,.burger-menu-button:focus,.burger-menu-button:focus-visible{-webkit-tap-highlight-color:transparent!important;tap-highlight-color:transparent!important;outline:none!important;background:transparent!important;box-shadow:none!important}.burger-menu-button:before,.burger-menu-button:after{display:none!important}
