:root{--background:#fff;--foreground:#171717;--paper:#fff;--elevate-1:rgba(0,0,0,.03);--elevate-2:rgba(0,0,0,.08);--background:240 20% 98%;--foreground:220 15% 20%;--border:220 15% 90%;--card:#fff;--card-foreground:220 15% 20%;--card-border:220 15% 92%;--primary:211 100% 50%;--primary-foreground:0 0% 100%;--muted-foreground:220 10% 45%;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Open Sans",sans-serif;--radius:0.5rem}.dark{--elevate-1:hsla(0,0%,100%,.04);--elevate-2:hsla(0,0%,100%,.09);--background:220 15% 10%;--foreground:0 0% 95%;--border:220 15% 25%;--card:220 15% 15%;--card-foreground:0 0% 95%;--card-border:220 15% 20%;--primary:211 100% 55%;--primary-foreground:0 0% 100%;--muted-foreground:220 10% 65%}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--paper:#171717}}*{box-sizing:border-box;border-color:hsl(var(--border))}body{color:hsl(var(--foreground));background:hsl(var(--background));font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.paper{background:hsl(var(--paper))}input[type=search]::-webkit-search-cancel-button{display:none}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:hsl(var(--muted-foreground));pointer-events:none}.bg-background{background-color:hsl(var(--background))}.bg-card{background-color:var(--card)}.bg-primary{background-color:hsl(var(--primary))}.text-foreground{color:hsl(var(--foreground))}.text-primary{color:hsl(var(--primary))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-card-foreground{color:hsl(var(--card-foreground))}.border-card-border{border-color:hsl(var(--card-border))}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.p-6{padding:1.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-12{margin-top:3rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}@media (min-width:640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:1280px){.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-16{width:4rem}.h-16{height:4rem}.max-w-\[80px\]{max-width:80px}.rounded-lg{border-radius:.5rem}.rounded-2xl{border-radius:1rem}.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-2xl{font-size:1.5rem;line-height:2rem}.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}.text-center{text-align:center}.text-left{text-align:left}.leading-tight{line-height:1.25}.space-y-4>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}.flex-wrap{flex-wrap:wrap}.justify-items-center{justify-items:center}.cursor-pointer{cursor:pointer}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group:hover .group-hover\:shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.toggle-elevate-2:before,.toggle-elevate:before{content:"";pointer-events:none;position:absolute;inset:0;border-radius:inherit;z-index:-1}.toggle-elevate.toggle-elevated:before{background-color:var(--elevate-2)}.border.toggle-elevate:before{inset:-1px}.active-elevate,.active-elevate-2,.hover-elevate,.hover-elevate-2{position:relative;z-index:0}.active-elevate-2:after,.active-elevate:after,.hover-elevate-2:after,.hover-elevate:after{content:"";pointer-events:none;position:absolute;inset:0;border-radius:inherit;z-index:999}.active-elevate:active:after,.hover-elevate:hover:after{background-color:var(--elevate-1)}.active-elevate-2:active:after,.hover-elevate-2:hover:after{background-color:var(--elevate-2)}.border.active-elevate-2:after,.border.active-elevate:after,.border.hover-elevate-2:after,.border.hover-elevate:after{inset:-1px}.menu-link{text-decoration:none;color:#222;font-size:12px}.super-menu-container{position:fixed;background:#f0f0f0;width:100%;height:100vh;padding:5%}