:root{--font-display:"Nunito",system-ui,sans-serif;--font-inter:"Nunito",system-ui,sans-serif;--font-sans:"Nunito",system-ui,sans-serif}.revamp-theme{--background:40 33% 99%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:38 92% 55%;--primary-foreground:0 0% 100%;--secondary:34 47% 97%;--secondary-foreground:222 47% 11%;--muted:210 40% 96%;--muted-foreground:215 16% 47%;--accent:36 100% 40%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:214 32% 91%;--input:214 32% 91%;--ring:38 92% 55%;--radius:0.75rem;--beeline-amber:38 92% 55%;--beeline-amber-dark:36 100% 40%;--beeline-amber-light:40 93% 64%;--beeline-amber-50:43 93% 95%;--beeline-navy:222 47% 11%;--beeline-navy-800:224 34% 13%;--beeline-navy-700:224 28% 16%;--beeline-cream:40 33% 99%;--beeline-cream-100:34 47% 97%;--beeline-charcoal:0 0% 18%;--beeline-slate-600:215 16% 47%;--beeline-slate-400:215 20% 65%;--gradient-hero:linear-gradient(180deg,#fbf8f4,#f7f2e8 50%,#f5ead6);--gradient-cta:linear-gradient(135deg,#f6a823,#cc7a00);--gradient-navy:linear-gradient(135deg,#0f1729,#1d2334);--shadow-card:0 1px 3px #0f17290f,0 1px 2px #0f17290a;--shadow-card-hover:0 20px 25px -5px #0f172914,0 8px 10px -6px #0f17290f}.animate-fade-up{animation:fadeUp .6s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.animate-scale-in{animation:scaleIn .4s ease-out forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.text-gradient{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(135deg,hsl(var(--primary)) 0,hsl(var(--beeline-amber-dark)) 100%);color:#0000}.bg-hero-gradient{background:var(--gradient-hero)}.bg-navy-gradient{background:var(--gradient-navy)}.revamp-theme-dark{--background:222 47% 11%;--foreground:0 0% 100%;--card:224 28% 16%;--card-foreground:0 0% 98%;--popover:224 34% 13%;--popover-foreground:0 0% 98%;--primary:38 92% 55%;--primary-foreground:222 47% 11%;--secondary:224 28% 16%;--secondary-foreground:0 0% 98%;--muted:224 24% 20%;--muted-foreground:215 20% 72%;--accent:38 92% 55%;--accent-foreground:222 47% 11%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:224 18% 26%;--input:224 18% 26%;--ring:38 92% 55%}.revamp-theme-dark .text-gradient{background-image:linear-gradient(135deg,#f6a823,#f9c04e)}.revamp-theme-dark .bg-gpt-glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a}.revamp-theme-dark .bg-gpt-glass-strong{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1d2334d9;border:1px solid #ffffff14}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}@media (prefers-reduced-motion:reduce){.revamp-theme-dark .animate-fade-in,.revamp-theme-dark .animate-fade-up,.revamp-theme-dark .animate-float,.revamp-theme-dark .animate-pulse-glow,.revamp-theme-dark .gpt-particle{animation:none!important}}@media (max-height:680px){.gpt-hero-fold{justify-content:flex-start!important;min-height:auto!important;padding-bottom:.5rem;padding-top:.25rem}.gpt-hero-fold .gpt-eyebrow{display:none}.gpt-hero-fold .gpt-headline-block{margin-bottom:.5rem}.gpt-hero-fold .gpt-headline-block h1{font-size:1.375rem;margin-bottom:.25rem}.gpt-hero-fold .gpt-headline-block p{font-size:.8125rem}.gpt-hero-fold .gpt-composer{padding:.75rem}.gpt-hero-fold .gpt-composer textarea{height:2.75rem!important;min-height:2.75rem}.gpt-hero-fold .gpt-example-chips{display:none}.gpt-hero-fold .gpt-process-steps{margin-top:.5rem}.gpt-hero-fold .gpt-process-steps li{padding:.375rem .5rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:.8}}.animate-marquee-left{animation:marquee-left 30s linear infinite}.animate-marquee-right{animation:marquee-right 30s linear infinite}.animate-marquee-left-slow{animation:marquee-left 45s linear infinite}.animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}