@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--background: 255 255 255;--foreground: 20 20 20;--card: 245 245 255;--card-gradient-start: 235 235 255;--card-gradient-end: 220 220 255;--primary: 100 0 200;--primary-foreground: 255 255 255;--secondary: 255 100 0;--secondary-foreground: 20 20 20;--muted: 240 240 240;--muted-foreground: 120 120 120;--border: 200 200 200;--ring: 100 0 200}.dark{--background: 10 10 20;--foreground: 240 240 240;--card: 25 25 40;--card-foreground: 240 240 240;--card-gradient-start: 35 35 50;--card-gradient-end: 15 15 30;--primary: 150 50 250;--primary-foreground: 255 255 255;--secondary: 255 150 50;--secondary-foreground: 240 240 240;--muted: 30 30 45;--muted-foreground: 180 180 180;--border: 60 60 80;--ring: 150 50 250}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:rgb(var(--background));color:rgb(var(--foreground));transition:background-color .3s ease,color .3s ease}.font-sans{font-family:Inter,sans-serif}.font-heading{font-family:Inter,sans-serif;font-weight:700}.text-foreground{color:rgb(var(--foreground))}.text-card-foreground{color:rgb(var(--card-foreground))}.text-primary{color:rgb(var(--primary))}.text-primary-foreground{color:rgb(var(--primary-foreground))}.text-secondary-foreground{color:rgb(var(--secondary-foreground))}.text-muted-foreground{color:rgb(var(--muted-foreground))}.bg-background{background-color:rgb(var(--background))}.bg-card{background:linear-gradient(135deg,rgb(var(--card-gradient-start)),rgb(var(--card-gradient-end)))}.bg-primary{background-color:rgb(var(--primary))}.bg-primary-foreground{background-color:rgb(var(--primary-foreground))}.bg-secondary{background-color:rgb(var(--secondary))}.bg-muted{background-color:rgb(var(--muted))}.border-border{border-color:rgb(var(--border))}.border-primary{border-color:rgb(var(--primary))}.gradient-text{background:linear-gradient(135deg,rgb(var(--primary)),rgb(var(--secondary)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-gradient{background:linear-gradient(135deg,rgb(var(--primary)),rgb(var(--secondary)));transition:all .3s ease}.btn-gradient:hover{transform:translateY(-1px);box-shadow:0 10px 25px #3b82f64d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-large,.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}.min-h-screen{min-height:100vh}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-sm{border-radius:.125rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.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}.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.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))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}@media (min-width: 640px){.sm\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\\:text-lg{font-size:1.125rem}.md\\:text-5xl{font-size:3rem}.md\\:h-20{height:5rem}.md\\:pt-12{padding-top:3rem}.md\\:max-w-3xl{max-width:48rem}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\\:col-span-2{grid-column:span 2 / span 2}.lg\\:border-l{border-left-width:1px}.lg\\:pl-8{padding-left:2rem}}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1\\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pb-6{padding-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-10{margin-bottom:2.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-16{margin-top:4rem;margin-bottom:4rem}.w-2{width:.5rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-11{width:2.75rem}.w-full{width:100%}.w-fit{width:fit-content}.h-2{height:.5rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-16{height:4rem}.h-24{height:6rem}.min-h-\\[100px\\]{min-height:100px}.max-w-full{max-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-md{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.capitalize{text-transform:capitalize}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.transform{transform:translate(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skew(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1))}.translate-x-0\\.5{--tw-translate-x: .125rem}.translate-x-5{--tw-translate-x: 1.25rem}.translate-y-0{--tw-translate-y: 0}.translate-y-10{--tw-translate-y: 2.5rem}.-translate-y-0\\.5{--tw-translate-y: -.125rem}.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}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-1000{transition-duration:1s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.opacity-0{opacity:0}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.overflow-y-auto{overflow-y:auto}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.flex-shrink-0{flex-shrink:0}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hover\\:bg-secondary:hover{background-color:rgb(var(--secondary))}.hover\\:bg-secondary\\/80:hover{background-color:rgb(var(--secondary) / .8)}.hover\\:text-primary:hover{color:rgb(var(--primary))}.hover\\:text-foreground:hover{color:rgb(var(--foreground))}.hover\\:border-primary:hover{border-color:rgb(var(--primary))}.hover\\:border-primary\\/50:hover{border-color:rgb(var(--primary) / .5)}.focus\\:ring-2:focus{box-shadow:0 0 0 2px rgb(var(--ring))}.focus\\:ring-ring:focus{--tw-ring-color: rgb(var(--ring))}.focus\\:border-ring:focus{border-color:rgb(var(--ring))}.disabled\\:opacity-50:disabled{opacity:.5}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bg-blue-500\\/10{background-color:#3b82f61a}.bg-red-500\\/10{background-color:#ef44441a}.bg-pink-500\\/10{background-color:#ec48991a}.bg-sky-500\\/10{background-color:#0ea5e91a}.bg-rose-600\\/10{background-color:#e11d481a}.bg-emerald-500\\/10{background-color:#10b9811a}.bg-primary\\/10{background-color:rgb(var(--primary) / .1)}.bg-primary\\/20{background-color:rgb(var(--primary) / .2)}.bg-background\\/20{background-color:rgb(var(--background) / .2)}.bg-background\\/50{background-color:rgb(var(--background) / .5)}.border-blue-500\\/30{border-color:#3b82f64d}.border-red-500\\/30{border-color:#ef44444d}.border-pink-500\\/30{border-color:#ec48994d}.border-sky-500\\/30{border-color:#0ea5e94d}.border-rose-600\\/30{border-color:#e11d484d}.border-emerald-500\\/30{border-color:#10b9814d}.border-primary\\/20{border-color:rgb(var(--primary) / .2)}.border-primary\\/30{border-color:rgb(var(--primary) / .3)}.border-border\\/50{border-color:rgb(var(--border) / .5)}.border-transparent{border-color:transparent}.text-blue-400{color:#60a5fa}.text-red-400{color:#f87171}.text-pink-400{color:#f472b6}.text-sky-400{color:#38bdf8}.text-rose-400{color:#fb7185}.text-emerald-400{color:#34d399}.text-yellow-400{color:#facc15}.text-red-500{color:#ef4444}.hover\\:text-\\[\\#1877F2\\]:hover{color:#1877f2}.hover\\:text-\\[\\#E4405F\\]:hover{color:#e4405f}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-red-600{--tw-gradient-from: rgb(220 38 38);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(220 38 38 / 0))}.via-white{--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255), var(--tw-gradient-to, rgb(255 255 255 / 0))}.to-black{--tw-gradient-to: rgb(0 0 0)}.to-green-600{--tw-gradient-to: rgb(22 163 74)}.via-yellow-400{--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21), var(--tw-gradient-to, rgb(250 204 21 / 0))}.to-red-600{--tw-gradient-to: rgb(220 38 38)}.from-black{--tw-gradient-from: rgb(0 0 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0))}.border-gray-300{border-color:#d1d5db}.bg-white{background-color:#fff}.bg-green-600{background-color:#16a34a}.border-l-\\[6px\\]{border-left-width:6px}.border-t-\\[4px\\]{border-top-width:4px}.border-b-\\[4px\\]{border-bottom-width:4px}.border-l-green-600{border-left-color:#16a34a}.border-t-transparent{border-top-color:transparent}.border-b-transparent{border-bottom-color:transparent}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}@media (min-width: 768px){.md\\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\\:text-5xl{font-size:3rem;line-height:1}}@media (max-width: 767px){.container{padding:0 1rem}}[dir=rtl] .mr-3{margin-right:0;margin-left:.75rem}[dir=rtl] .mr-4{margin-right:0;margin-left:1rem}[dir=rtl] .lg\\:pl-8{padding-left:0;padding-right:2rem}[dir=rtl] .lg\\:border-l{border-left-width:0;border-right-width:1px}
