@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5.9% 10%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--brand-orange: #FA7900;--brand-orange-rgb: 250, 121, 0;--brand-teal: #08D3C2;--brand-teal-rgb: 8, 211, 194}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}.text-brand-orange{color:var(--brand-orange)}.bg-brand-orange{background-color:var(--brand-orange)}.border-brand-orange{border-color:var(--brand-orange)}.text-brand-teal{color:var(--brand-teal)}.bg-brand-teal{background-color:var(--brand-teal)}.border-brand-teal{border-color:var(--brand-teal)}.bg-background{background-color:hsl(var(--background))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.bg-card{background-color:hsl(var(--card))}.border-border{border-color:hsl(var(--border))}.border-input{border-color:hsl(var(--input))}.gradient-brand{background:linear-gradient(135deg,var(--brand-orange),var(--brand-teal))}.gradient-brand-subtle{background:linear-gradient(135deg,rgba(var(--brand-orange-rgb),.1),rgba(var(--brand-teal-rgb),.1))}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;overflow-x:hidden}a{text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.75rem;font-weight:600;transition:all .2s;border:none;cursor:pointer;text-decoration:none;font-size:.875rem}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--brand-orange);color:#fff;padding:.75rem 2rem;box-shadow:0 4px 14px rgba(var(--brand-orange-rgb),.39)}.btn-primary:hover{background-color:rgba(var(--brand-orange-rgb),.9);transform:scale(1.05)}.btn-secondary{background-color:transparent;color:var(--brand-teal);border:2px solid var(--brand-teal);padding:.75rem 2rem}.btn-secondary:hover{background-color:var(--brand-teal);color:#fff}.btn-ghost{background-color:transparent;color:hsl(var(--muted-foreground));padding:.5rem 1rem}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.input{display:flex;height:2.5rem;width:100%;border-radius:.5rem;border:1px solid hsl(var(--border));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.input:focus{outline:2px solid hsl(var(--ring));outline-offset:-1px}.input::placeholder{color:hsl(var(--muted-foreground));opacity:.6}.card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.gradient-overlay{background:linear-gradient(135deg,rgba(var(--brand-orange-rgb),.05) 0%,transparent 50%,rgba(var(--brand-teal-rgb),.05) 100%)}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 2.5rem}}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-32{padding-top:8rem;padding-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-6{margin-top:1.5rem}.mt-16{margin-top:4rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.inset-0{inset:0}.z-50{z-index:50}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.backdrop-blur-lg{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.text-center{text-align:center}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.overflow-hidden{overflow:hidden}.overflow-y-scroll{overflow-y:scroll}@media (min-width: 640px){.sm\:block{display:block}.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1024px){.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:text-7xl{font-size:4.5rem;line-height:1}}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.hover\:opacity-80:hover{opacity:.8}.hover\:scale-105:hover{transform:scale(1.05)}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}
