.landing-container{position:relative;width:100%;height:calc(100vh - var(--header-height));overflow:hidden;display:flex;align-items:center;justify-content:center}.landing-background{position:absolute;inset:0;z-index:0;opacity:1;transition:opacity .3s ease}.landing-background:after{content:"";position:absolute;inset:-8%;pointer-events:none;background:radial-gradient(120% 80% at 50% 110%,#0000 40%,#00000040 80%,#00000073)}[data-theme=dark] .landing-background{background:radial-gradient(1200px 600px at 50% 85%,#3b82f659,#6366f14d 45%,#f7900924 70%,#0000 76%),radial-gradient(900px 480px at 50% -10%,#0a0a0aa6,#0a0a0a00 70%),radial-gradient(380px 260px at 18% 22%,#f790091f,#0000 65%),radial-gradient(420px 280px at 82% 18%,#38bdf81a,#0000 70%),linear-gradient(135deg,#0a0a0a,#10141f 22%,#1b1740 52%,#1b2b6f,#0b1220);background-size:auto,auto,auto,auto,400% 400%;background-position:center bottom,center top,18% 22%,82% 18%,0% 50%;animation:gradientShiftLayersDark 15s ease-in-out infinite}[data-theme=light] .landing-background{background:radial-gradient(1200px 600px at 50% 88%,#fedf8973,#fdb02247 40%,#f790092e 65%,#fff0 75%),radial-gradient(900px 480px at 50% -10%,#fafafacc,#fafafa00 70%),radial-gradient(380px 260px at 14% 24%,#f790091f,#fff0 65%),radial-gradient(420px 280px at 84% 18%,#3b82f61a,#fff0 70%),linear-gradient(135deg,#fafafa,#f5f5f5 25%,#fff7e0 52%,#fee5b0,#f9f9f9);background-size:auto,auto,auto,auto,400% 400%;background-position:center bottom,center top,14% 24%,84% 18%,0% 50%;animation:gradientShiftLayersLight 15s ease-in-out infinite}.landing-glow{position:absolute;bottom:-20%;left:50%;transform:translate(-50%);width:120%;max-width:1400px;aspect-ratio:2/1;pointer-events:none;z-index:1}[data-theme=dark] .landing-glow{background:radial-gradient(ellipse at center,rgba(247,144,9,.22) 0%,rgba(247,144,9,.14) 28%,rgba(28,56,120,.2) 55%,transparent 72%);animation:glowPulse 6s ease-in-out infinite}[data-theme=light] .landing-glow{background:radial-gradient(ellipse at center,rgba(247,144,9,.24) 0%,rgba(247,144,9,.16) 28%,rgba(254,239,199,.28) 55%,transparent 72%);animation:glowPulse 6s ease-in-out infinite}.landing-glow-accent{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.35;animation:float 12s ease-in-out infinite}.landing-glow-accent-1{top:10%;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(247,144,9,.35) 0%,transparent 70%);animation:float 12s ease-in-out infinite;animation-delay:0s}.landing-glow-accent-2{top:20%;right:15%;width:250px;height:250px;background:radial-gradient(circle,rgba(59,130,246,.4) 0%,transparent 70%);animation:floatRotate 14s ease-in-out infinite;animation-delay:3s}.landing-content{position:relative;z-index:10;max-width:900px;width:100%;padding:0 2rem;text-align:center;animation:fadeInUp .8s ease-out}.landing-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bolt-elements-button-primary-background);color:var(--bolt-elements-button-primary-text);border-radius:100px;font-size:.875rem;font-weight:500;margin-bottom:2rem;animation:fadeInUp .8s ease-out .1s both}.landing-headline{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;color:var(--bolt-elements-textPrimary);margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .2s both;letter-spacing:-.02em}.landing-subheadline{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--bolt-elements-textSecondary);margin-bottom:3rem;animation:fadeInUp .8s ease-out .3s both;line-height:1.5}.landing-form{width:100%;animation:fadeInUp .8s ease-out .4s both}.landing-input-card{position:relative;border-radius:var(--bolt-radius-lg);padding:2px;background:transparent;transition:all .3s ease}.landing-input-card-border{position:absolute;inset:0;border-radius:var(--bolt-radius-lg);padding:2px;background:linear-gradient(135deg,#f79009cc,#3b82f6cc,#9333eacc,#f79009cc);background-size:300% 300%;opacity:1;transition:background .3s ease;animation:gradientRotate 4s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.landing-input-card:focus-within .landing-input-card-border{background:#f79009;animation:none}.landing-input-card-content{position:relative;background:var(--bolt-elements-bg-depth-2);border-radius:calc(var(--bolt-radius-lg) - 2px);overflow:hidden;outline:none;border:none}[data-theme=dark] .landing-input-card-content{background:#171717f2}[data-theme=light] .landing-input-card-content{background:#fffffff2}.landing-input-card:focus-within .landing-input-card-content{outline:none;box-shadow:none}.landing-textarea-wrapper{overflow-y:auto}.landing-textarea{width:100%;padding:1rem 1rem .75rem;resize:none;background:transparent;border:none;outline:none;color:var(--bolt-elements-textPrimary);font-size:.875rem;font-family:inherit;line-height:1.5;min-height:60px;box-shadow:none}.landing-textarea:focus{outline:none;border:none;box-shadow:none}.landing-textarea::placeholder{color:var(--bolt-elements-textTertiary);font-size:.875rem}.landing-input-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem}.landing-input-footer-left,.landing-input-footer-right{display:flex;align-items:center;gap:.5rem}.landing-attach-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem;background:transparent;color:var(--bolt-elements-textPrimary);border:none;border-radius:var(--bolt-radius-sm);cursor:pointer;transition:all .2s ease;font-size:.75rem}.landing-attach-btn:hover{background:var(--bolt-elements-bg-depth-3)}.landing-attach-label{display:none;color:var(--bolt-elements-textSecondary)}.landing-attach-btn:hover .landing-attach-label{display:inline}.landing-project-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem .5rem;background:transparent;color:var(--bolt-elements-textSecondary);border:1px dashed var(--bolt-elements-borderColor);border-radius:var(--bolt-radius-sm);cursor:pointer;transition:all .2s ease;font-size:.75rem}[data-theme=dark] .landing-project-btn{border-color:#fff3}[data-theme=light] .landing-project-btn{border-color:#0000001a}.landing-project-btn:hover{background:var(--bolt-elements-bg-depth-3);border-color:var(--bolt-elements-borderColorActive)}.landing-send-btn{display:flex;align-items:center;justify-content:center;padding:.375rem;background:transparent;color:var(--bolt-elements-textSecondary);border:1px solid var(--bolt-elements-borderColor);border-radius:var(--bolt-radius-sm);cursor:pointer;transition:all .2s ease}[data-theme=dark] .landing-send-btn{border-color:#fff3}[data-theme=light] .landing-send-btn{border-color:#0000001a}.landing-send-btn:hover:not(:disabled){background:var(--bolt-elements-bg-depth-3)}.landing-send-btn-active{background:#f79009!important;color:#fff!important;border-color:#f79009!important}.landing-send-btn-active:hover:not(:disabled){background:#f79009d9!important}.landing-send-btn:disabled{opacity:.5;cursor:not-allowed}.landing-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.landing-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bolt-elements-bg-depth-2);color:var(--bolt-elements-textSecondary);border:1px solid var(--bolt-elements-borderColor);border-radius:100px;cursor:pointer;transition:all .2s ease;font-size:.75rem}[data-theme=dark] .landing-action-btn{background:#171717cc;border-color:#ffffff26}[data-theme=light] .landing-action-btn{background:#fffc;border-color:#0000001a}.landing-action-btn:hover{background:var(--bolt-elements-bg-depth-3);color:var(--bolt-elements-textPrimary);border-color:var(--bolt-elements-borderColorActive)}[data-theme=dark] .landing-action-btn:hover{background:#282828e6}[data-theme=light] .landing-action-btn:hover{background:#f5f5f5e6}@media (max-width: 768px){.landing-content{padding:0 1.5rem}.landing-headline{font-size:2rem;margin-bottom:1.25rem}.landing-actions{gap:.5rem}.landing-action-btn{font-size:.7rem;padding:.4rem .75rem}.landing-glow{opacity:.8}.landing-glow-accent{opacity:.25}}@media (max-width: 480px){.landing-content{padding:0 1rem}.landing-headline{font-size:1.75rem;margin-bottom:1rem}.landing-textarea{font-size:.875rem;padding:.875rem;font-size:16px}.landing-textarea::placeholder{font-size:16px}.landing-input-footer{padding:.5rem;gap:.5rem}.landing-actions{gap:.375rem;margin-top:.75rem}.landing-action-btn{font-size:.65rem;padding:.375rem .625rem;gap:.375rem;min-height:36px}.landing-action-btn>div{font-size:.875rem}.landing-attach-label{display:none!important}.landing-attach-btn{min-width:36px;min-height:36px}.landing-project-btn{font-size:.7rem;padding:.375rem .5rem;min-height:36px}.landing-send-btn{min-width:36px;min-height:36px}.landing-glow{opacity:.6;width:140%}.landing-glow-accent{opacity:.2;filter:blur(60px)}.landing-glow-accent-1{width:200px;height:200px}.landing-glow-accent-2{width:180px;height:180px}.landing-container{height:calc(100vh - var(--header-height));min-height:-webkit-fill-available}@supports (-webkit-touch-callout: none){.landing-container{height:-webkit-fill-available}}}@media (max-width: 375px){.landing-content{padding:0 .75rem}.landing-headline{font-size:1.5rem}.landing-actions{gap:.25rem}.landing-action-btn{font-size:.625rem;padding:.35rem .5rem}.landing-input-footer{padding:.5rem}}
