@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.min-h-screen{min-height:100vh}.bg-white{background-color:#ffffff}.bg-gray-50{background-color:#f9fafb}.bg-black{background-color:#000000}.text-gray-900{color:#111827}.text-gray-600{color:#4b5563}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-white{color:#ffffff}.text-black{color:#000000}.text-green-600{color:#059669}.text-green-500{color:#10b981}.font-sans{font-family:Inter,system-ui,-apple-system,sans-serif}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-center{text-align:center}.text-left{text-align:left}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-32{padding-top:8rem}.pb-20{padding-bottom:5rem}.p-8{padding:2rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-4>*+*{margin-top:1rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-black{border-color:#000000}.border-t{border-top-width:1px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.backdrop-blur-md{backdrop-filter:blur(12px)}.bg-white\/80{background-color:rgba(255,255,255,.8)}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:text-gray-900:hover{color:#111827}.hover\:border-gray-400:hover{border-color:#9ca3af}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.w-full{width:100%}.w-16{width:4rem}.h-16{height:4rem}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.text-8xl{font-size:6rem}.text-9xl{font-size:8rem}@media (min-width:768px){.md\:text-6xl{font-size:3.75rem}.md\:text-7xl{font-size:4.5rem}.md\:text-8xl{font-size:6rem}.md\:text-9xl{font-size:8rem}.md\:text-5xl{font-size:3rem}.md\:text-4xl{font-size:2.25rem}.md\:text-3xl{font-size:1.875rem}.md\:text-xl{font-size:1.25rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:space-y-0>*+*{margin-top:0}.md\:space-x-8>*+*{margin-left:2rem}.md\:p-12{padding:3rem}.md\:gap-12{gap:3rem}}@media (min-width:640px){.sm\:flex-row{flex-direction:row}}.h-full{height:100%}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}.mr-3{margin-right:.75rem}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-12{margin-bottom:3rem}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.overflow-hidden{overflow:hidden}.-top-3{top:-.75rem}.left-1\/2{left:50%}.transform{transform:var(--tw-transform)}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translateX(var(--tw-translate-x))}.flex-1{flex:1 1 0%}.text-4xl{font-size:2.25rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background-color:#000000;color:#ffffff}.btn-primary:hover{background-color:#1f2937;transform:scale(1.02)}.btn-secondary{border:2px solid #d1d5db;color:#111827;background-color:transparent}.btn-secondary:hover{border-color:#9ca3af;transform:scale(1.02)}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:28px}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:white;border-radius:50%}input:checked+.slider{background-color:#00a67e}input:focus+.slider{box-shadow:0 0 1px #00a67e}input:checked+.slider:before{transform:translateX(22px)}input:disabled+.slider{opacity:.5;cursor:not-allowed}@media (prefers-color-scheme:dark){.slider{background-color:#444}}