:root{--landing-duration:.38s;--landing-ease:cubic-bezier(.4,0,.2,1);--landing-ease-out:cubic-bezier(.22,1,.36,1);--landing-accent:var(--brand-teal);--landing-gradient-cyan:#d0f3fc66;--landing-gradient-warm:#fde6c159}[data-theme=dark]{--landing-gradient-cyan:#5a9e9e26;--landing-gradient-warm:#c9a86c1f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmerSlide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.hero-title-fallback{opacity:0;animation:fadeInUp .5s var(--landing-ease-out)forwards;animation-delay:50ms}.hero-subtitle-fallback{opacity:0;animation:fadeInUp .5s var(--landing-ease-out)forwards;animation-delay:.15s}.hero-cta-fallback{opacity:0;animation:fadeInUp .5s var(--landing-ease-out)forwards;animation-delay:.25s}.hero-hint-fallback{opacity:0;animation:fadeIn var(--landing-duration)var(--landing-ease)forwards;animation-delay:.4s}.reveal{opacity:0;transform:translateY(var(--space-6));transition:opacity .5s var(--landing-ease-out),transform .5s var(--landing-ease-out)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-stagger>.reveal:first-child{transition-delay:0s}.reveal-stagger>.reveal:nth-child(2){transition-delay:80ms}.reveal-stagger>.reveal:nth-child(3){transition-delay:.16s}.reveal-stagger>.reveal:nth-child(4){transition-delay:.24s}.reveal-scale{opacity:0;transition:opacity var(--landing-duration)var(--landing-ease-out),transform var(--landing-duration)var(--landing-ease-out);transform:scale(.96)}.reveal-scale.revealed{opacity:1;transform:scale(1)}.ambient-gradient{pointer-events:none;z-index:0;background:linear-gradient(#d0f3fc80 0%,#fde6c166 25%,#d0f3fc59 45%,#0000 65%);height:100vh;position:fixed;top:0;left:0;right:0;overflow:hidden}[data-theme=dark] .ambient-gradient{background:linear-gradient(#5a9e9e33 0%,#a0805026 25%,#5a9e9e1a 45%,#0000 65%)}.ambient-gradient:before{content:"";background:radial-gradient(#d0f3fc66 0%,#0000 70%);width:60%;height:50%;animation:20s ease-in-out infinite gradientShift;position:absolute;top:-10%;left:-10%}[data-theme=dark] .ambient-gradient:before{background:radial-gradient(#5a9e9e26 0%,#0000 70%)}.ambient-gradient:after{content:"";background:radial-gradient(#fde6c159 0%,#0000 65%);width:50%;height:40%;animation:25s ease-in-out -10s infinite gradientShift;position:absolute;top:20%;right:-10%}[data-theme=dark] .ambient-gradient:after{background:radial-gradient(#a080501f 0%,#0000 65%)}.feature-card{transition:transform var(--landing-duration)var(--landing-ease-out),box-shadow var(--landing-duration)var(--landing-ease);position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;transition:opacity var(--landing-duration)var(--landing-ease);background:linear-gradient(135deg,#ffffff40 0%,#0000 50%);position:absolute;inset:0}.feature-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000014,0 4px 12px #00000008}[data-theme=dark] .feature-card:hover{box-shadow:0 16px 40px #0000004d,0 4px 12px #00000026}.feature-card:hover:before{opacity:1}[data-theme=dark] .feature-card:before{background:linear-gradient(135deg,#ffffff14 0%,#0000 50%)}.feature-card-icon{transition:transform var(--landing-duration)var(--landing-ease-out)}.feature-card:hover .feature-card-icon{transform:scale(1.08)}.cta-button{transition:transform var(--landing-duration)var(--landing-ease-out),box-shadow var(--landing-duration)var(--landing-ease),background-color var(--landing-duration)var(--landing-ease);position:relative;overflow:hidden}.cta-button:before{content:"";width:100%;height:100%;transition:left .6s var(--landing-ease);background:linear-gradient(90deg,#0000,#ffffff1f,#0000);position:absolute;top:0;left:-100%}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1d1d1f33}[data-theme=dark] .cta-button:hover{box-shadow:0 8px 20px #0006}.cta-button:hover:before{left:100%}.cta-button:active{transition-duration:.1s;transform:translateY(0)}.cta-arrow{transition:transform var(--landing-duration)var(--landing-ease-out)}.cta-button:hover .cta-arrow{transform:translate(3px)}.chat-input-wrapper{transition:box-shadow var(--landing-duration)var(--landing-ease),border-color var(--landing-duration)var(--landing-ease);box-shadow:0 1px 3px #0000000a}.chat-input-wrapper:focus-within{border-color:#a8d8d8;box-shadow:0 4px 16px #0000000f,0 0 0 3px #a8d8d814}[data-theme=dark] .chat-input-wrapper{box-shadow:0 1px 3px #0003}[data-theme=dark] .chat-input-wrapper:focus-within{border-color:#7cbdbd80;box-shadow:0 4px 16px #00000040,0 0 0 3px #5a9e9e1f}.project-card-delete{color:#a3a3a3;background:#fffffff2;box-shadow:0 1px 3px #0000001a}.project-card-delete:hover{color:#ef4444;background:#fef2f2}[data-theme=dark] .project-card-delete{color:#737373;background:#161920f2;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .project-card-delete:hover{color:#f87171;background:#ef444426}.template-tooltip{-webkit-backdrop-filter:blur(20px);color:#404040;background:#fffffff2;border:1px solid #00000014;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.template-tooltip:after{content:"";border:6px solid #0000;border-top-color:#fffffff2;position:absolute;top:100%;left:50%;transform:translate(-50%)}[data-theme=dark] .template-tooltip{color:#e5e5e5;background:#161920f2;border-color:#ffffff1a;box-shadow:0 8px 32px #0006,0 2px 8px #0003}[data-theme=dark] .template-tooltip:after{border-top-color:#161920f2}.nav-bar{backface-visibility:hidden;-webkit-backdrop-filter:blur();transition:background-color var(--landing-duration)var(--landing-ease),backdrop-filter var(--landing-duration)var(--landing-ease),-webkit-backdrop-filter var(--landing-duration)var(--landing-ease),box-shadow var(--landing-duration)var(--landing-ease);transform:translate(0,0)}.nav-bar.scrolled{box-shadow:0 1px #0000000a,0 4px 20px #0000000a,inset 0 -.5px #0000000d;-webkit-backdrop-filter:blur(8px)saturate(180%)!important;background-color:#fafafaeb!important}.nav-bar.scrolled:after{content:"";pointer-events:none;background:linear-gradient(#fafafa 0%,#fafafab3 30%,#fafafa4d 60%,#0000 100%);height:60px;position:absolute;top:100%;left:0;right:0}[data-theme=dark] .nav-bar.scrolled{box-shadow:0 1px #ffffff0a,0 4px 20px #0003,inset 0 -.5px #ffffff0f;-webkit-backdrop-filter:blur(8px)saturate(180%)!important;background-color:#0d1117eb!important}[data-theme=dark] .nav-bar.scrolled:after{background:linear-gradient(#0d1117 0%,#0d1117b3 30%,#0d11174d 60%,#0000 100%)}.section-divider{background:linear-gradient(90deg,transparent,var(--color-border),transparent);height:1px;position:relative}@media (prefers-reduced-motion:reduce){.ambient-gradient:before,.ambient-gradient:after{animation:none}.hero-title-fallback,.hero-subtitle-fallback,.hero-cta-fallback,.hero-hint-fallback{opacity:1;animation:none}.reveal,.reveal-scale{opacity:1;transition:none;transform:none}.feature-card,.feature-card-icon{transition:none}.feature-card:hover{transform:none}}.landing-page,.authenticated-home{min-height:100vh}:is(html:has(.landing-page),html:has(.authenticated-home)){scrollbar-width:thin;scrollbar-color:#00000026 transparent;overflow-x:hidden}html:has(.landing-page)::-webkit-scrollbar{width:8px}html:has(.authenticated-home)::-webkit-scrollbar{width:8px}html:has(.landing-page)::-webkit-scrollbar-track{background:0 0}html:has(.authenticated-home)::-webkit-scrollbar-track{background:0 0}html:has(.landing-page)::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}html:has(.authenticated-home)::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}html:has(.landing-page)::-webkit-scrollbar-thumb:hover{background:#00000040}html:has(.authenticated-home)::-webkit-scrollbar-thumb:hover{background:#00000040}[data-theme=dark] html:has(.landing-page)::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] html:has(.authenticated-home)::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] html:has(.landing-page)::-webkit-scrollbar-thumb:hover{background:#ffffff40}[data-theme=dark] html:has(.authenticated-home)::-webkit-scrollbar-thumb:hover{background:#ffffff40}[data-delay="1"]{--stagger-delay:0s}[data-delay="2"]{--stagger-delay:80ms}[data-delay="3"]{--stagger-delay:.16s}[data-delay="4"]{--stagger-delay:.24s}.feature-preview{background:var(--color-gray-100);border-radius:var(--radius-lg);width:100%;height:130px;margin-bottom:var(--space-4);border:1px solid var(--color-border);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}[data-theme=dark] .feature-preview{background:var(--surface-dark);border-color:#ffffff14;box-shadow:0 2px 8px #0003}.plans-preview{background:var(--color-white);height:100%;display:flex}[data-theme=dark] .plans-preview{background:var(--surface-dark-elevated)}.plans-preview .preview-sidebar{background:var(--color-gray-50);border-right:1px solid var(--color-border);width:28%;padding:var(--space-2-5)var(--space-2);gap:var(--space-1-5);flex-direction:column;display:flex}[data-theme=dark] .plans-preview .preview-sidebar{background:var(--surface-dark);border-color:#ffffff0f}.plans-preview .sidebar-item{background:var(--color-border);border-radius:var(--radius-sm);height:8px}[data-theme=dark] .plans-preview .sidebar-item{background:#ffffff14}.plans-preview .sidebar-item.active{background:linear-gradient(90deg,#7cbdbd 0%,var(--brand-teal)100%)}.plans-preview .preview-chat{padding:var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;display:flex;overflow:hidden}.plans-preview .chat-message{gap:var(--space-2);opacity:0;animation:.5s forwards messageSlideIn;display:flex}.plans-preview .chat-message:first-child{animation-delay:.4s}.plans-preview .chat-message:nth-child(2){animation-delay:1s}.plans-preview .chat-message:nth-child(3){animation-delay:1.6s}.plans-preview .chat-message:nth-child(4){animation-delay:2.2s}.plans-preview .chat-avatar{border-radius:var(--radius-full);flex-shrink:0;width:18px;height:18px}.plans-preview .chat-avatar.user{background:linear-gradient(135deg,var(--brand-gold)0%,#7cbdbd 100%)}.plans-preview .chat-avatar.ally{background:var(--brand-teal);justify-content:center;align-items:center;display:flex}.plans-preview .chat-avatar.ally:after{content:"A";font-size:9px;font-weight:var(--weight-bold);color:var(--color-white)}.plans-preview .chat-content{flex-direction:column;flex:1;gap:3px;display:flex}.plans-preview .chat-line{background:var(--color-gray-200);border-radius:3px;height:6px}[data-theme=dark] .plans-preview .chat-line{background:#ffffff1a}.plans-preview .chat-message.user .chat-line{background:var(--color-gray-900)}[data-theme=dark] .plans-preview .chat-message.user .chat-line{background:var(--color-text)}.plans-preview .chat-message.ally .chat-line{background:linear-gradient(90deg,#7cbdbd4d 0%,#5a9e9e40 100%)}.plans-preview .chat-line.short{width:60%}.plans-preview .chat-line.medium{width:80%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tests-preview{gap:var(--space-2-5);height:100%;padding:var(--space-2-5);background:var(--color-gray-50);display:flex}[data-theme=dark] .tests-preview{background:var(--surface-dark)}.tests-preview .mini-browser{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-border);flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000d}[data-theme=dark] .tests-preview .mini-browser{background:var(--surface-dark-elevated);border-color:#ffffff14;box-shadow:0 1px 3px #0003}.tests-preview .browser-bar{background:var(--color-gray-100);height:18px;padding:0 var(--space-2);align-items:center;gap:var(--space-1);border-bottom:1px solid #0000000a;display:flex}[data-theme=dark] .tests-preview .browser-bar{background:#ffffff0d;border-bottom-color:#ffffff0a}.tests-preview .browser-dot{border-radius:var(--radius-full);width:6px;height:6px}.tests-preview .browser-dot:first-child{background:#ff5f57}.tests-preview .browser-dot:nth-child(2){background:#febc2e}.tests-preview .browser-dot:nth-child(3){background:#28c840}.tests-preview .browser-url{background:var(--color-white);height:10px;margin-left:var(--space-2);border:1px solid var(--color-border);border-radius:3px;flex:1}[data-theme=dark] .tests-preview .browser-url{background:#ffffff0d;border-color:#ffffff14}.tests-preview .browser-content{padding:var(--space-3);background:linear-gradient(180deg,var(--color-gray-50)0%,var(--color-gray-100)100%);flex:1;position:relative}[data-theme=dark] .tests-preview .browser-content{background:linear-gradient(180deg,var(--surface-dark)0%,#0003 100%)}.tests-preview .ui-element{background:var(--color-gray-200);border-radius:var(--radius-sm);position:absolute}[data-theme=dark] .tests-preview .ui-element{background:#ffffff14}.tests-preview .ui-element.header{height:10px;top:8px;left:10px;right:10px}.tests-preview .ui-element.content{width:60%;height:8px;top:24px;left:10px}.tests-preview .ui-element.button{background:var(--brand-teal);border-radius:var(--radius-sm);width:40px;height:14px;bottom:10px;right:10px}.tests-preview .test-cursor{border-left:7px solid #0000;border-right:7px solid #0000;border-bottom:12px solid var(--color-gray-900);filter:drop-shadow(0 2px 4px #0003);z-index:10;width:0;height:0;animation:4s ease-in-out infinite cursorTest;position:absolute;transform:rotate(-30deg)}[data-theme=dark] .tests-preview .test-cursor{border-bottom-color:var(--color-text)}.tests-preview .test-cursor:after{content:"";border:2px solid var(--brand-teal);border-radius:var(--radius-full);opacity:0;width:16px;height:16px;animation:4s ease-in-out infinite clickRipple;position:absolute;top:16px;left:-8px}@keyframes cursorTest{0%,15%{top:12px;left:20px}25%,40%{top:26px;left:50px}50%,65%{inset:auto 20px 14px auto}75%,90%{top:16px;left:60px}to{top:12px;left:20px}}@keyframes clickRipple{0%,20%,45%,70%,95%{opacity:0;transform:scale(.5)}25%,50%,75%{opacity:.8;transform:scale(1)}30%,55%,80%{opacity:0;transform:scale(1.5)}}.tests-preview .test-panel{background:var(--color-white);border-radius:var(--radius-lg);width:55px;padding:var(--space-2-5)var(--space-2);gap:var(--space-1-5);border:1px solid var(--color-border);flex-direction:column;display:flex;box-shadow:0 1px 3px #0000000d}[data-theme=dark] .tests-preview .test-panel{background:var(--surface-dark-elevated);border-color:#ffffff14;box-shadow:0 1px 3px #0003}.tests-preview .test-header{font-size:7px;font-weight:var(--weight-semibold);color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-px)}.tests-preview .test-item{align-items:center;gap:var(--space-1);display:flex}.tests-preview .test-check{border-radius:var(--radius-full);background:var(--color-gray-200);width:10px;height:10px;position:relative;overflow:hidden}[data-theme=dark] .tests-preview .test-check{background:#ffffff1a}.tests-preview .test-check:after{content:"";background:var(--color-success);border-radius:var(--radius-full);animation:4s ease-in-out infinite testPass;position:absolute;inset:0;transform:scale(0)}.tests-preview .test-item:nth-child(2) .test-check:after{animation-delay:.8s}.tests-preview .test-item:nth-child(3) .test-check:after{animation-delay:1.6s}.tests-preview .test-item:nth-child(4) .test-check:after{animation-delay:2.4s}.tests-preview .test-item:nth-child(5) .test-check:after{animation-delay:3.2s}.tests-preview .test-label{background:var(--color-gray-200);border-radius:3px;flex:1;height:6px}[data-theme=dark] .tests-preview .test-label{background:#ffffff1a}@keyframes testPass{0%,15%{transform:scale(0)}25%,to{transform:scale(1)}}.improves-preview{background:var(--surface-dark);height:100%;display:flex}.improves-preview .editor-sidebar{width:32px;padding-top:var(--space-2-5);align-items:center;gap:var(--space-2-5);background:#252526;flex-direction:column;display:flex}.improves-preview .sidebar-icon{background:#ffffff1a;border-radius:3px;width:16px;height:16px}.improves-preview .sidebar-icon.active{background:#7cbdbd4d}.improves-preview .editor-content{padding:var(--space-2-5)0;flex-direction:column;flex:1;display:flex}.improves-preview .editor-tab-bar{padding:0 var(--space-2-5)var(--space-2);gap:1px;display:flex}.improves-preview .editor-tab{padding:var(--space-1)var(--space-2-5);border-radius:var(--radius-sm)var(--radius-sm)0 0;color:#ffffff80;background:#ffffff0d;font-size:8px}.improves-preview .editor-tab.active{color:#ffffffe6;background:#ffffff1a}.improves-preview .code-area{padding:0 var(--space-2-5);gap:var(--space-1);flex-direction:column;flex:1;display:flex}.improves-preview .code-line{align-items:center;gap:var(--space-2);padding:3px var(--space-1-5);border-radius:2px;transition:all .3s;display:flex}.improves-preview .line-number{font-size:8px;font-family:var(--font-mono);color:#ffffff4d;text-align:right;width:14px}.improves-preview .line-content{background:#ffffff14;border-radius:2px;flex:1;height:5px}.improves-preview .code-line.error{background:#ef444426;animation:5s ease-in-out infinite codeImprove}.improves-preview .code-line.error .line-content{background:#ef444466;animation:5s ease-in-out infinite contentFix}.improves-preview .code-line.error .line-number{color:var(--color-error);animation:5s ease-in-out infinite lineNumFix}@keyframes codeImprove{0%,45%{background:#ef444426}55%,to{background:#22c55e26}}@keyframes contentFix{0%,45%{background:#ef444466}55%,to{background:#22c55e66}}@keyframes lineNumFix{0%,45%{color:var(--color-error)}55%,to{color:var(--color-success)}}.improves-preview .review-indicator{bottom:var(--space-2-5);right:var(--space-2-5);padding:var(--space-1)var(--space-2);border-radius:var(--radius-sm);opacity:0;background:#ffffff1a;align-items:center;gap:5px;animation:5s ease-in-out infinite reviewShow;display:flex;position:absolute}.improves-preview .review-dot{border-radius:var(--radius-full);width:6px;height:6px;animation:5s ease-in-out infinite reviewDotColor}@keyframes reviewDotColor{0%,45%{background:var(--color-error)}55%,to{background:var(--color-success)}}.improves-preview .review-text{font-size:8px;font-weight:var(--weight-semibold);color:#fffc}@keyframes reviewShow{0%,40%{opacity:0;transform:translateY(4px)}50%,95%{opacity:1;transform:translateY(0)}to{opacity:0}}[data-theme=dark] .authenticated-home,[data-theme=dark] .min-h-screen.bg-\[\#fafafa\]{background-color:var(--surface-dark)!important}[data-theme=dark] .authenticated-home .text-neutral-900,[data-theme=dark] .authenticated-home .text-neutral-800{color:var(--color-text)!important}[data-theme=dark] .authenticated-home .text-neutral-700,[data-theme=dark] .authenticated-home .text-neutral-600{color:var(--color-text-secondary)!important}[data-theme=dark] .authenticated-home .text-neutral-500,[data-theme=dark] .authenticated-home .text-neutral-400{color:var(--color-text-tertiary)!important}[data-theme=dark] .authenticated-home .border-neutral-200{border-color:#ffffff1a!important}[data-theme=dark] .authenticated-home .border-neutral-100{border-color:#ffffff0f!important}[data-theme=dark] .authenticated-home .bg-neutral-100{background-color:#ffffff14!important}[data-theme=dark] .authenticated-home .bg-neutral-50{background-color:#ffffff0a!important}[data-theme=dark] .authenticated-home .bg-white{background-color:var(--surface-dark-elevated)!important}[data-theme=dark] .authenticated-home input,[data-theme=dark] .authenticated-home textarea{color:var(--color-text)!important}[data-theme=dark] .authenticated-home input::placeholder,[data-theme=dark] .authenticated-home textarea::placeholder{color:var(--color-text-tertiary)!important}[data-theme=dark] .bg-white.border.border-neutral-200.rounded-2xl{background-color:var(--surface-dark-elevated)!important;border-color:#ffffff1a!important}[data-theme=dark] textarea.bg-transparent{color:var(--color-text)!important}[data-theme=dark] textarea::placeholder{color:var(--color-text-tertiary)!important}[data-theme=dark] .bg-white.border.border-black\/\[0\.08\].rounded-\[14px\]{background-color:var(--surface-elevated)!important;border-color:#ffffff1a!important}[data-theme=dark] .absolute.right-0.top-14.min-w-\[200px\]{box-shadow:0 0 0 1px #ffffff0f,0 8px 40px #0006,0 2px 8px #0003!important}[data-theme=dark] .bg-black\/\[0\.06\]{background-color:#ffffff14!important}[data-theme=dark] .hover\:bg-black\/\[0\.04\]:hover{background-color:#ffffff0f!important}[data-theme=dark] .active\:bg-black\/\[0\.06\]:active{background-color:#ffffff1a!important}[data-theme=dark] .bg-gradient-to-br.from-amber-50.to-amber-100{background:linear-gradient(to bottom right,#c9a86c33,#c9a86c26)!important}[data-theme=dark] .group.relative.aspect-\[4\/3\].rounded-xl{border-color:#ffffff14!important}.plan-first-btn{z-index:1;position:relative;overflow:hidden}.plan-first-btn:before{content:"";z-index:-1;border-radius:inherit;opacity:0;background:linear-gradient(135deg,#1271ff 0%,#dd4aff 25%,#00dcff 50%,#8c64ff 75%,#1271ff 100%) 0 0/300% 300%;transition:opacity .3s;position:absolute;inset:0}.plan-first-btn:hover:not(:disabled):before{opacity:1;animation:4s infinite plan-bubble-gradient}.plan-first-btn:hover:not(:disabled){text-shadow:0 1px 2px #0000004d;color:#fff!important;background:0 0!important;border-color:#0000!important}.plan-first-btn:hover:not(:disabled) svg{color:#fff!important}@keyframes plan-bubble-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}[data-theme=dark] .plan-first-btn{color:#ffffff80;background-color:#0000;border-color:#0000}[data-theme=dark] .plan-first-btn:hover:not(:disabled){color:#fff!important}[data-theme=dark] .bg-white.rounded-xl.shadow-lg.border.border-neutral-200,[data-theme=dark] .bg-white.border-l.border-b.border-neutral-200{background-color:var(--surface-elevated)!important;border-color:#ffffff1a!important}[data-theme=dark] input.bg-white.border.border-neutral-200.rounded-lg{background-color:var(--surface-dark-elevated)!important;color:var(--color-text)!important;border-color:#ffffff1a!important}[data-theme=dark] input::placeholder{color:var(--color-text-tertiary)!important}[data-theme=dark] .bg-white.border.border-neutral-200.rounded-lg{background-color:var(--surface-dark-elevated)!important;border-color:#ffffff1a!important}[data-theme=dark] .border-neutral-300:hover{border-color:#fff3!important}[data-theme=dark] [style*="linear-gradient(135deg, rgba(208, 243, 252"]{background:linear-gradient(135deg,#5a9e9e1f 0%,#c9a86c1a 50%,#5a9e9e14 100%)!important}[data-theme=dark] .bg-gradient-to-br.from-\[\#D0F3FC\]\/20.to-\[\#FDE6C1\]\/20{background:linear-gradient(to bottom right,#5a9e9e26,#c9a86c1a)!important}[data-theme=dark] .bg-white\/80.text-neutral-400{color:var(--color-text-tertiary)!important;background-color:#161920e6!important}[data-theme=dark] .hover\:bg-red-50:hover{background-color:#ef444426!important}[data-theme=dark] .bg-white.border.border-neutral-200.rounded-full{background-color:var(--surface-dark-elevated)!important;border-color:#ffffff1a!important}[data-theme=dark] kbd.bg-neutral-100{color:var(--color-text-secondary)!important;background-color:#ffffff14!important}[data-theme=dark] .h-px.bg-neutral-200{background-color:#ffffff14!important}[data-theme=dark] .h-px.bg-gradient-to-r.from-transparent.via-neutral-200\/50.to-transparent{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)!important}[data-theme=dark] .bg-\[\#1d1d1f\]{background-color:var(--color-text)!important}[data-theme=dark] .hover\:bg-\[\#3a3a3c\]:hover{background-color:#ffffffe6!important}[data-theme=dark] footer.bg-white\/50{background-color:#16192080!important}[data-theme=dark] .landing-page{background-color:var(--surface-dark)!important}[data-theme=dark] .landing-page .text-neutral-900,[data-theme=dark] .landing-page .text-neutral-800{color:var(--color-text)!important}[data-theme=dark] .landing-page .text-neutral-700,[data-theme=dark] .landing-page .text-neutral-600{color:var(--color-text-secondary)!important}[data-theme=dark] .landing-page .text-neutral-500,[data-theme=dark] .landing-page .text-neutral-400{color:var(--color-text-tertiary)!important}[data-theme=dark] .landing-page .bg-white{background-color:var(--surface-dark-elevated)!important}[data-theme=dark] .landing-page .bg-neutral-100{background-color:#ffffff14!important}[data-theme=dark] .landing-page .bg-neutral-50{background-color:#ffffff0a!important}[data-theme=dark] .landing-page .border-neutral-200{border-color:#ffffff1a!important}[data-theme=dark] .landing-page .border-neutral-100{border-color:#ffffff0f!important}[data-theme=dark] .landing-page input,[data-theme=dark] .landing-page textarea{color:var(--color-text)!important}[data-theme=dark] .landing-page input::placeholder,[data-theme=dark] .landing-page textarea::placeholder{color:var(--color-text-tertiary)!important}[data-theme=dark] .landing-page .chat-input-wrapper{background-color:var(--surface-dark-elevated)!important;border-color:#ffffff1a!important}[data-theme=dark] .landing-page .bg-\[\#1d1d1f\]{background-color:var(--color-text)!important;color:var(--surface-dark)!important}[data-theme=dark] .landing-page .hover\:bg-\[\#3a3a3c\]:hover{background-color:var(--color-white)!important}[data-theme=dark] .landing-page .hover\:bg-neutral-100:hover{background-color:#ffffff14!important}[data-theme=dark] .landing-page footer{background-color:#16192080!important}.cta-section-gradient{background:radial-gradient(80% 50% at 50% 60%,#d0f3fc40 0%,#0000 70%)}[data-theme=dark] .cta-section-gradient{background:radial-gradient(80% 50% at 50% 60%,#5a9e9e1a 0%,#0000 70%)}[data-theme=dark] .landing-page .text-lg.text-neutral-500{color:var(--color-text-secondary)!important}[data-theme=dark] .landing-page .text-sm.text-neutral-400{color:var(--color-text-tertiary)!important}[data-theme=dark] .group.p-6.rounded-2xl.bg-white.border.border-neutral-100{background-color:var(--surface-dark-elevated)!important;border-color:#ffffff14!important;box-shadow:0 4px 6px #00000026!important}[data-theme=dark] .group.p-6.rounded-2xl.bg-white.border.border-neutral-100:hover{border-color:#ffffff26!important;box-shadow:0 8px 16px #00000040!important}.feature-card-glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #ffffffe6}[data-theme=dark] .feature-card-glass{background:#161920cc;border:1px solid #ffffff1a}.meet-ally-section{position:relative}.meet-ally-section img{filter:drop-shadow(0 25px 50px #0000001f)}[data-theme=dark] .meet-ally-section img{filter:drop-shadow(0 25px 50px #0006)}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #fffc;box-shadow:0 8px 32px #0000000f}[data-theme=dark] .auth-card{background:#161920cc;border:1px solid #ffffff1a;box-shadow:0 8px 32px #0000004d}.auth-submit-btn{color:#fff;background-color:#1d1d1f}.auth-submit-btn:hover:not(:disabled){background-color:#3a3a3c}[data-theme=dark] .auth-submit-btn{background-color:var(--color-text);color:var(--surface-dark)}[data-theme=dark] .auth-submit-btn:hover:not(:disabled){background-color:var(--color-white)}[data-theme=dark] .auth-page{background-color:var(--surface-dark)!important}[data-theme=dark] .auth-page .text-neutral-900,[data-theme=dark] .auth-page .text-neutral-800{color:var(--color-text)!important}[data-theme=dark] .auth-page .text-neutral-700,[data-theme=dark] .auth-page .text-neutral-600{color:var(--color-text-secondary)!important}[data-theme=dark] .auth-page .text-neutral-500,[data-theme=dark] .auth-page .text-neutral-400{color:var(--color-text-tertiary)!important}[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.7)"]{background:#161920b3!important;border-color:#ffffff1a!important}[data-theme=dark] [style*="boxShadow: \"0 8px 32px rgba(0, 0, 0, 0.06)"]{box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0f!important}[data-theme=dark] .border-neutral-200\/80.bg-white\/80{background-color:#161920cc!important;border-color:#ffffff1a!important}[data-theme=dark] .border-neutral-200\/80.bg-white\/80:hover{background-color:#1e232de6!important;border-color:#ffffff26!important}[data-theme=dark] .h-px.bg-neutral-200\/60{background-color:#ffffff1a!important}[data-theme=dark] input.border-neutral-200\/80.bg-white\/80{color:var(--color-text)!important;background-color:#161920cc!important;border-color:#ffffff1a!important}[data-theme=dark] input.border-neutral-200\/80.bg-white\/80::placeholder{color:var(--color-text-tertiary)!important}[data-theme=dark] input.border-neutral-200\/80.bg-white\/80:focus{border-color:#7cbdbd80!important}[data-theme=dark] .bg-red-50\/80.border.border-red-100{background-color:#b91c1c26!important;border-color:#b91c1c4d!important}[data-theme=dark] .text-neutral-900.leading-\[1\.2\]{color:var(--color-text)!important}[data-theme=dark] .hover\:bg-neutral-100:hover{background-color:#ffffff14!important}[data-theme=dark] img[src*=skyline]{filter:brightness(.7)saturate(.8)}.step-badge{color:#5a9e9e;background-color:#5a9e9e1a;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;display:inline-flex}[data-theme=dark] .step-badge{background-color:#5a9e9e33}.section-divider-line{background:linear-gradient(90deg,#0000,#a3a3a34d,#0000);flex:1;height:1px}[data-theme=dark] .section-divider-line{background:linear-gradient(90deg,#0000,#ffffff26,#0000)}.feature-card-unified{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border:1px solid #e5e5e599;border-radius:1rem;height:100%;padding:1.25rem;transition:all .2s}.feature-card-unified:hover{background:#fffc;border-color:#5a9e9e4d}[data-theme=dark] .feature-card-unified{background:#16192099;border-color:#ffffff1a}[data-theme=dark] .feature-card-unified:hover{background:#1e232dcc;border-color:#5a9e9e66}
/*# sourceMappingURL=b559927aa8202cb1.css.map*/