@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--indigo-50: #eef2ff;--indigo-500: #6366f1;--emerald-500: #10b981;--emerald-50: #ecfdf5;--amber-500: #f59e0b;--amber-50: #fffbeb;--red-500: #ef4444;--red-50: #fef2f2}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--gray-50);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.min-h-screen{min-height:100vh}.h-full{height:100%}.h-16{height:4rem}.h-4{height:1rem}.h-2{height:.5rem}.h-1{height:.25rem}.h-64{height:16rem}.h-40{height:10rem}.h-12{height:3rem}.w-full{width:100%}.w-px{width:1px}.w-2{width:.5rem}.w-16{width:4rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width: 768px){.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\\:block{display:block}.md\\:flex{display:flex}}@media (min-width: 1024px){.lg\\:col-span-4{grid-column:span 4 / span 4}.lg\\:col-span-8{grid-column:span 8 / span 8}.lg\\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-20{padding-bottom:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pl-10{padding-left:2.5rem}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.-mt-1{margin-top:-.25rem}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;max-width:1280px}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.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}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-mono{font-family:ui-monospace,monospace}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-wider{letter-spacing:.05em}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-center{text-align:center}.text-right{text-align:right}.text-white{color:#fff}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-800{color:var(--gray-800)}.text-gray-900{color:var(--gray-900)}.text-blue-600{color:var(--blue-600)}.text-blue-700{color:var(--blue-700)}.text-indigo-600{color:var(--indigo-500)}.text-emerald-600{color:var(--emerald-500)}.text-amber-600{color:var(--amber-500)}.text-red-600{color:var(--red-500)}.bg-white{background-color:var(--white)}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.bg-gray-200{background-color:var(--gray-200)}.bg-blue-50{background-color:var(--blue-50)}.bg-blue-500{background-color:var(--blue-500)}.bg-blue-600{background-color:var(--blue-600)}.bg-indigo-50{background-color:var(--indigo-50)}.bg-indigo-500{background-color:var(--indigo-500)}.bg-emerald-50{background-color:var(--emerald-50)}.bg-emerald-500{background-color:var(--emerald-500)}.bg-amber-50{background-color:var(--amber-50)}.bg-red-50{background-color:var(--red-50)}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-l-4{border-left-width:4px}.border-gray-100{border-color:var(--gray-100)}.border-gray-200{border-color:var(--gray-200)}.border-gray-300{border-color:var(--gray-300)}.border-blue-200{border-color:var(--blue-100)}.border-l-blue-500{border-left-color:var(--blue-500)}.border-dashed{border-style:dashed}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.top-3{top:.75rem}.right-0{right:0}.right-3{right:.75rem}.left-3{left:.75rem}.left-0{left:0}.inset-y-0{top:0;bottom:0}.z-50{z-index:50}.block{display:block}.hidden{display:none}@media (min-width: 768px){.md\\:hidden{display:none}}.overflow-hidden{overflow:hidden}.-translate-y-1\/2{transform:translateY(-50%)}.top-1\/2{top:50%}.pointer-events-none{pointer-events:none}.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;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.panel{background-color:var(--white);border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .2s}.panel:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.input{width:100%;background-color:var(--white);border:1px solid var(--gray-300);border-radius:.5rem;padding:.625rem .875rem;color:var(--gray-900);font-size:.875rem;transition:all .2s}.input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f61a}.input::placeholder{color:var(--gray-400)}.label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.375rem}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:1.25rem;width:1.25rem;border-radius:50%;background:var(--blue-600);box-shadow:0 1px 3px #0003;margin-top:-.5rem}input[type=range]::-webkit-slider-runnable-track{width:100%;height:.375rem;background:var(--gray-200);border-radius:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.group:hover .group-hover\\:text-blue-600{color:var(--blue-600)}.group:hover .group-hover\\:shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}
