body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;display:grid;grid-template-columns:450px 1fr;max-width:1200px;width:100%}.login-content{display:flex;flex-direction:column;min-height:450px;padding:3rem;position:relative}h1{font-size:28px;font-weight:600;margin-bottom:8px}.subtitle{margin-bottom:32px}.signin-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin-bottom:12px;padding:12px;transition:background-color .2s;width:100%}.signin-button img{height:20px;margin-right:12px;width:20px}.signin-button:hover{background-color:#f9fafb}.login-footer{margin-top:auto;padding-top:24px}.terms{color:#6b7280;font-size:14px;margin-bottom:24px}.terms a{color:#6366f1;margin:0 4px;text-decoration:none}.signup-prompt{color:#6b7280;font-size:14px;margin:0}.signup-prompt a{color:#6366f1;margin-left:4px;text-decoration:none}.feature-content{background:#f9fafb;border-bottom-right-radius:16px;border-top-right-radius:16px;padding:3rem}.feature-content h2{color:#111827;font-size:36px;font-weight:600;line-height:1.2;margin-bottom:48px}.feature-item{align-items:center;display:flex;gap:16px;margin-bottom:24px}.feature-icon{background:#6985de;border-radius:50%;flex-shrink:0;height:30px;width:30px}.feature-text{flex:1 1}.feature-text h3{color:#111827;font-size:18px;font-weight:600;line-height:1.4;margin:0 0 4px;text-align:left}.feature-text p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.features{margin-left:80px}.stats{border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:48px;padding-top:24px}.stat-item{text-align:center}.stat-item h4{color:#6366f1;font-size:24px;font-weight:600;margin-bottom:4px}.stat-item p{color:#6b7280;font-size:14px}.logo{align-items:center;display:flex;gap:8px;left:20px;position:absolute;top:20px}.logo-image{height:44px;width:183px}.logo-text{color:#111827;font-size:18px;font-weight:500}.signin-button-wrapper{margin-bottom:12px;width:100%}.signin-button-wrapper>div{width:100%!important}.signin-button-wrapper>div>div{border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:none!important;width:100%!important}.signin-button-wrapper>div>div:hover{background-color:#f9fafb!important}.landing-container{background-color:#f8f9fa}.navbar{padding:.3rem 2rem}.nav-left img{height:48px}.landing-container{min-height:100vh;padding-top:40px}.nav-right a{font-size:14px}.main-content{margin:0 auto;max-width:1200px}h1{color:#111827;font-size:32px;margin-bottom:.5rem}.subtitle{font-size:16px}.prompt-container{display:flex;gap:1rem;margin-bottom:2rem}.prompt-input{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:16px;padding:1rem}.start-button{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:0 2rem}.sample-prompts{margin-bottom:2rem}.sample-prompts h2{color:#6b7280;font-size:12px;font-weight:500;margin-bottom:1rem}.prompt-chips{display:flex;flex-wrap:wrap;gap:1rem}.prompt-chip{background:#fff;border:1px solid #e5e7eb;border-radius:20px;color:#374151;cursor:pointer;font-size:14px;padding:.5rem 1rem;transition:background-color .2s}.prompt-chip:hover{background-color:#f3f4f6}.tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:2rem;margin-bottom:2rem}.tab{background:none;border:none;color:#6b7280;cursor:pointer;font-size:14px;padding:1rem 0}.tab.active{border-bottom:2px solid #6366f1;color:#6366f1}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:1.5rem 0}.project-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;padding:1rem;transition:transform .2s,box-shadow .2s}.project-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.project-preview{background:#f3f4f6;border-radius:8px;height:140px;margin-bottom:1rem}.project-card h3{color:#111827;font-size:16px;font-weight:500;margin-bottom:.5rem}.project-card p{color:#6b7280;font-size:14px}.new-project-card{align-items:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;transition:background-color .2s}.new-project-card:hover{background:#f3f4f6}.add-icon{color:#6b7280;font-size:24px;margin-bottom:.5rem}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.projects-grid{grid-template-columns:1fr}}.navbar{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;height:40px;justify-content:space-between;left:0;padding:.25rem 2rem;position:fixed;right:0;top:0;z-index:1000}.nav-logo{cursor:pointer;height:20px;padding:4px;transition:opacity .2s}.nav-logo:hover{opacity:.8}.nav-right{align-items:center;display:flex;gap:2rem;height:100%}.nav-right a{color:#6b7280;font-size:13px;line-height:40px;text-decoration:none}.user-profile{margin-left:1rem;position:relative}.profile-trigger,.user-profile{align-items:center;display:flex;gap:.5rem}.profile-trigger{border-radius:4px;cursor:pointer;padding:.25rem}.profile-trigger:hover{background-color:#f3f4f6}.profile-picture{border-radius:50%;height:24px;object-fit:cover;width:24px}.profile-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;margin-top:.5rem;position:absolute;right:0;top:100%;width:240px;z-index:50}.dropdown-header{align-items:center;display:flex;gap:.75rem;padding:1rem}.dropdown-picture{border-radius:50%;height:40px;object-fit:cover;width:40px}.dropdown-user-info{display:flex;flex-direction:column;text-align:left}.dropdown-name{color:#111827;font-size:14px;font-weight:500}.dropdown-email{color:#6b7280;font-size:13px}.dropdown-divider{background-color:#e5e7eb;height:1px;margin:0}.dropdown-item{background:none;border:none;color:#374151;cursor:pointer;font-size:14px;padding:.75rem 1rem;text-align:left;width:100%}.dropdown-item:hover{background-color:#f3f4f6}.user-name{color:#374151;font-size:13px;font-weight:500}.product-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.product-page{background-color:#f8f9fa;min-height:100vh;padding-top:40px}.header-content h1{color:#111827;font-size:24px;font-weight:600;margin:0 0 .5rem}.product-meta{color:#6b7280;font-size:14px}.header-actions{display:flex;gap:1rem}.share-button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;padding:.5rem 1rem}.deploy-button,.share-button{cursor:pointer;font-size:14px}.deploy-button{background:#6366f1;border:none;border-radius:6px;color:#fff;font-weight:500;padding:.5rem 1.5rem}.product-content{display:flex;min-height:calc(100vh - 130px)}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:1.5rem 0;width:240px}.side-nav{display:flex;flex-direction:column}.nav-item{padding:.75rem 1.5rem;transition:background-color .2s}.nav-item:hover{background-color:#f3f4f6}.nav-item.active{background-color:#eef2ff}.environment-section{border-top:1px solid #e5e7eb;margin-top:2rem;padding:1.5rem}.environment-section h2{color:#6b7280;font-size:12px;font-weight:500;margin:0 0 1rem}.environment-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:.75rem;width:100%}.chevron-down{color:#6b7280;font-size:10px}.main-content{padding:2rem}.documentation-page{background-color:#fff;min-height:100vh;padding-top:40px}.doc-nav{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.5rem 2rem}.main-nav{display:flex;gap:2rem}.nav-item{color:#6b7280;font-size:14px;padding:.5rem 0;text-decoration:none}.nav-item.active{border-bottom:2px solid #6366f1;color:#6366f1}.version-selector{align-items:center;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:.5rem;padding:.5rem 1rem}.doc-content{display:flex;min-height:calc(100vh - 120px)}.doc-sidebar{border-right:1px solid #e5e7eb;padding:1.5rem;width:280px}.search-box{align-items:center;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem}.search-box input{border:none;font-size:14px;outline:none;width:100%}.sidebar-section{margin-bottom:2rem}.sidebar-section h3{color:#6b7280;font-size:12px;font-weight:500;margin-bottom:1rem}.sidebar-item{color:#6b7280;display:block;font-size:14px;padding:.5rem 0;text-decoration:none}.sidebar-item.active{background-color:#eef2ff;border-radius:4px;color:#6366f1;margin:0 -.5rem;padding:.5rem}.main-content{flex:1 1;max-width:768px;padding:2rem 4rem}.main-content h1{font-size:32px;font-weight:600;margin-bottom:1rem}.subtitle{margin-bottom:2rem}.quick-links{margin-bottom:3rem}.quick-links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.quick-links-grid a{color:#6366f1;text-decoration:none}.code-block{background:#1e293b;border-radius:8px;color:#fff;margin:1.5rem 0;padding:1.5rem}.code-comment{color:#94a3b8;margin-bottom:.5rem}.table-of-contents{padding:2rem;width:240px}.toc-content{position:sticky;top:2rem}.toc-content h2{color:#6b7280;font-size:12px;font-weight:500;margin-bottom:1rem}.toc-content a{color:#6b7280;display:block;font-size:14px;padding:.25rem 0;text-decoration:none}.help-section{margin-top:3rem}.help-section h2{font-size:16px;font-weight:500;margin-bottom:1rem}.help-section a{color:#6b7280;display:block;font-size:14px;padding:.25rem 0;text-decoration:none}.pricing-page{background-color:#f8f9fa;min-height:100vh;padding-top:40px}.pricing-content{margin:0 auto;max-width:1200px;padding:4rem 2rem;text-align:center}.pricing-content h1{color:#111827;font-size:48px;font-weight:600;margin-bottom:1rem}.subtitle{color:#6b7280;font-size:18px;margin-bottom:3rem}.billing-toggle{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.switch{display:inline-block;height:34px;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#6366f1;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider:before{transform:translateX(26px)}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}.pricing-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:2rem;position:relative;text-align:left}.popular{border:2px solid #6366f1}.popular-badge{background:#6366f1;border-radius:12px;color:#fff;font-size:12px;font-weight:500;left:50%;padding:4px 12px;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h2{font-size:24px;font-weight:600;margin-bottom:.5rem}.plan-description{color:#6b7280}.plan-description,.price{margin-bottom:2rem}.currency{font-size:24px;font-weight:500;vertical-align:top}.amount{font-size:48px;font-weight:600}.period{color:#6b7280}.custom-price{font-size:32px;font-weight:600}.plan-button{border-radius:8px;cursor:pointer;font-weight:500;margin-bottom:2rem;padding:.75rem;width:100%}.plan-button.outline{background:#fff;border:1px solid #6366f1;color:#6366f1}.plan-button.solid{background:#6366f1;border:none;color:#fff}.features-label{font-weight:500;margin-bottom:1rem}.features ul{list-style:none;padding:0}.features li{align-items:center;color:#6b7280;display:flex;gap:.5rem;margin-bottom:.75rem}.features li:before{color:#6366f1;content:"•"}.faq-section{margin:0 auto;max-width:768px;text-align:left}.faq-section h2{font-size:32px;font-weight:600;margin-bottom:2rem}.faq-item{border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.faq-item summary{align-items:center;cursor:pointer;display:flex;font-weight:500;justify-content:space-between;list-style:none}.faq-item summary:after{color:#6b7280;content:"+";font-size:20px}.faq-item[open] summary:after{content:"-"}.faq-item p{color:#6b7280;margin-top:1rem}
/*# sourceMappingURL=main.3246ae09.css.map*/