@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a}body{background-color:#ffffff;font-size:16px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#4a5568}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#2563eb;color:white;border-radius:6px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.btn:hover{background-color:#1d4ed8;color:white}.btn-outline{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background-color:#2563eb;color:white}.card{background:#ffffff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid #e5e7eb;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.grid{gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.min-h-screen{min-height:100vh}.bg-white{background-color:white}.bg-gray-50{background-color:#f9fafb}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-red-600{background-color:#dc2626}.bg-red-700,.hover\:bg-red-700:hover{background-color:#b91c1c}.aspect-video{aspect-ratio:16/9}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.h-10{height:2.5rem}.w-16{width:4rem}.w-24{width:6rem}.h-24{height:6rem}.rounded-full{border-radius:9999px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.space-y-4>*+*{margin-top:1rem}.text-white{color:white}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.leading-relaxed{line-height:1.625}.last\:border-b-0:last-child{border-bottom-width:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mr-2{margin-right:.5rem}.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-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.p-6{padding:1.5rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.text-center{text-align:center}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-2{border-width:2px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-transparent{border-color:transparent}.border-blue-600{border-color:#2563eb}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hover\:shadow-lg:hover,.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.hover\:text-gray-900:hover{color:#111827}.hover\:text-blue-600:hover{color:#2563eb}.hover\:text-blue-700:hover{color:#1d4ed8}.hover\:text-blue-800:hover{color:#1e40af}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:text-white:hover{color:white}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-duration:.15s}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-24{gap:6rem}.h-16{height:4rem}.w-full{width:100%}.flex-1{flex:1 1 0%}.items-start{align-items:flex-start}.whitespace-nowrap{white-space:nowrap}.min-w-max{min-width:max-content}.ml-0{margin-left:0}.w-px{width:1px}.h-20{height:5rem}.h-full{height:100%}.h-12{height:3rem}.bg-gray-300{background-color:#d1d5db}.mt-1{margin-top:.25rem}.pb-1{padding-bottom:.25rem}.pb-16{padding-bottom:4rem}.items-end{align-items:flex-end}.leading-tight{line-height:1.25}.group:hover .group-hover\:text-blue-600{color:#2563eb}.group:hover .group-hover\:text-blue-800{color:#1e40af}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hidden{display:none}.block{display:block}.relative{position:relative}.absolute{position:absolute}.left-0{left:0}.right-0{right:0}@media (min-width:768px){.md\:hidden{display:none}.md\:flex{display:flex}}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.backdrop-blur-sm{backdrop-filter:blur(4px)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(239,246,255,0))}.to-indigo-100{--tw-gradient-to:#e0e7ff}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 3px rgba(59,130,246,.5)}.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-blue-500:focus{border-color:#3b82f6}.focus\:border-2:focus{border-width:2px}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.prose{max-width:65ch;color:#374151}.prose h1{font-size:2.25rem;font-weight:800}.prose h1,.prose h2{color:#111827;margin-bottom:1rem;margin-top:2rem}.prose h2{font-size:1.875rem;font-weight:700}.prose h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.75rem;margin-top:1.5rem}.prose p{margin-bottom:1.25rem;line-height:1.75}.prose code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem;color:#1f2937}.prose pre{background-color:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background-color:transparent;padding:0;color:inherit}.prose blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.prose ol,.prose ul{margin:1.25rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.container{padding:0 .5rem}.md\:hidden{display:block}.md\:flex{display:none}}@media (min-width:769px){.md\:hidden{display:none}.md\:flex{display:flex}.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\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:ml-40{margin-left:10rem}.sm\:flex-row{flex-direction:row}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}