@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb}#app{width:100%;min-height:100vh}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.animate-marquee{animation:marquee 30s linear infinite;display:flex;align-items:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button,a,input,select{transition:all .2s ease-in-out}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}img{transition:opacity .3s ease-in-out,transform .5s ease-in-out}@media (max-width: 768px){.animate-marquee{animation-duration:25s}}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:text-blue-600{color:#2563eb}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.bg-black{background-color:#000}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-white{background-color:#fff}.text-gray-900{color:#111827}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-white{color:#fff}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.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}.mb-12{margin-bottom:3rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.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))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.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}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.w-full{width:100%}.h-64{height:16rem}.h-80{height:20rem}.object-cover{object-fit:cover}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.top-4{top:1rem}.left-4{left:1rem}.right-4{right:1rem}.bottom-4{bottom:1rem}.z-50{z-index:50}.cursor-pointer{cursor:pointer}.border{border-width:1px}.border-b{border-bottom-width:1px}.min-h-screen{min-height:100vh}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:text-left{text-align:left}}.text-pink-600{color:#db2777}.text-purple-600{color:#9333ea}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-green-500{color:#22c55e}.bg-pink-600{background-color:#db2777}.bg-purple-600{background-color:#9333ea}.bg-blue-600{background-color:#2563eb}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}.bg-blue-100{background-color:#dbeafe}.text-blue-800{color:#1e40af}.hover\:bg-green-600:hover{background-color:#16a34a}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:text-gray-800:hover{color:#1f2937}.hover\:text-gray-600:hover{color:#4b5563}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f6}.focus\:ring-gray-300:focus{box-shadow:0 0 0 2px #d1d5db}.transform{transform:var(--tw-transform)}.-translate-y-1\/2{transform:translateY(-50%)}.-translate-x-1\/2{transform:translate(-50%)}.scale-105{transform:scale(1.05)}.bg-opacity-60{background-color:#0009}.bg-opacity-70{background-color:#000000b3}.bg-opacity-90{background-color:#ffffffe6}.bg-opacity-100{background-color:#fff}.bg-opacity-50{background-color:#ffffff80}.bg-opacity-75{background-color:#ffffffbf}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.justify-start{justify-content:flex-start}.w-2{width:.5rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-16{width:4rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-16{height:4rem}.h-px{height:1px}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-2{margin-top:.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.text-xs{font-size:.75rem;line-height:1rem}.font-normal{font-weight:400}.whitespace-nowrap{white-space:nowrap}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.hidden{display:none}@media (min-width: 768px){.md\:flex{display:flex}}.top-1\/2{top:50%}.left-1\/2{left:50%}.border-t{border-top-width:1px}.max-w-4xl{max-width:56rem}.max-h-\[90vh\]{max-height:90vh}.overflow-y-auto{overflow-y:auto}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:space-y-0>*+*{margin-top:0}.sm\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
