.button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;outline:none}.button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.button:disabled{pointer-events:none;opacity:.5}.button-default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button-default:hover{background-color:hsl(var(--primary)/.9)}.button-destructive{background-color:#ef4343;color:#f5f5f5}.button-destructive:hover{background-color:rgba(239,67,67,.9)}.button-outline{border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}.button-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.button-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.button-secondary:hover{background-color:hsl(var(--secondary)/.8)}.button-ghost{color:hsl(var(--foreground))}.button-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.button-link{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:4px}.button-link:hover{text-decoration:underline}.button-default-size{height:2.5rem;padding:.5rem 1rem}.button-sm{height:2.25rem;padding:.375rem .75rem;border-radius:.375rem}.button-lg{height:2.75rem;padding:.5rem 2rem;border-radius:.375rem}.button-icon{height:2.5rem;width:2.5rem}.carousel{position:relative}.carousel-content{overflow:hidden}.carousel-content-inner{display:flex}.carousel-horizontal{margin-left:-1rem}.carousel-vertical{margin-top:-1rem;flex-direction:column}.carousel-item{min-width:0;flex-shrink:0;flex-grow:0;flex-basis:100%}.carousel-item-horizontal{padding-left:1rem}.carousel-item-vertical{padding-top:1rem}.carousel-button{position:absolute;height:2rem;width:2rem;border:transparent;background-color:hsl(var(--background));color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.carousel-button:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.carousel-button:disabled{opacity:.5;cursor:not-allowed}.carousel-previous{left:-3rem}.carousel-next,.carousel-previous{top:50%;transform:translateY(-50%)}.carousel-next{right:-3rem}.carousel-button-vertical.carousel-previous{left:50%;top:-3rem;transform:translateX(-50%)}.carousel-button-vertical.carousel-next{left:50%;bottom:-3rem;transform:translateX(-50%);rotate:90deg}.carousel-button-icon{height:1rem;width:1rem}.carousel-example-container{width:60%;height:60%;max-width:100%;margin:0;padding:5px;align-items:center}.carousel-example,.carousel-example-container{display:flex;flex-direction:column;justify-content:center}.carousel-example{width:100%;height:100%}.carousel-example-item{padding-left:1rem;height:100%;display:flex;align-items:center}.carousel-example-image-container{overflow:hidden;border-radius:1rem;width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(90deg,#ff69b4,#9932cc,#ff8c00);padding:3px}.carousel-example-image-container:before{content:"";position:absolute;inset:0;border-radius:1rem;padding:3px;background:linear-gradient(45deg,#ff69b4,#9932cc,#ff8c00);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.carousel-example-image,.carousel-example-image-container video.carousel-example-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out;border-radius:.875rem;background-color:hsl(var(--background))}.carousel-example-image-container:hover .carousel-example-image,.carousel-example-image-container:hover video.carousel-example-image{transition:var(--transition-smooth)}.carousel-example-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease-in-out;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.carousel-example-image-container:hover .carousel-example-overlay{opacity:1}.carousel-example-title{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.carousel-example-description{color:hsla(0,0%,100%,.8);margin:0}.carousel-example-previous{left:1rem;top:50%;transform:translateY(-50%)}.carousel-example-next{right:1rem;top:50%;transform:translateY(-50%)}.carousel-dots-container{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:rgba(156,163,175,.3);border:none;cursor:pointer;transition:all .3s ease-in-out}.carousel-dot:hover:not(.carousel-dot-active){background-color:rgba(156,163,175,.5);transform:scale(1.1)}.carousel-dot-active{background-color:#ec4899;width:2rem;border-radius:.25rem}.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}@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");@layer base{:root{--background:#fff;--background-secondary:0 0% 8%;--foreground:#171717;--header-bg:#111;--header-scrolled-bg:#0f0f0f;--card:0 0% 10%;--card-foreground:0 0% 96%;--card-glass:0 0% 12%;--primary:320 100% 65%;--primary-foreground:0 0% 96%;--primary-glow:320 100% 75%;--border:0 0% 20%;--muted:0 0% 20%;--muted-foreground:0 0% 60%;--gradient-start:320 100% 65%;--gradient-mid:25 100% 60%;--gradient-end:260 100% 70%;--geometric-orange:25 100% 60%;--geometric-cyan:180 100% 60%;--tech-bg:0 0% 12%;--tech-border:0 0% 25%;--glass-bg:0 0% 12%;--transition-smooth:all 0.4s cubic-bezier(0.4,0,0.2,1);--accent-h:210;--accent:hsl(var(--accent-h) 80% 60%);--mx:0.5;--my:0.5}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--accent-h:210;--accent:hsl(var(--accent-h) 80% 60%);--mx:0.5;--my:0.5}}}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.geist-font{font-family:Geist,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 1px 1px,hsl(var(--muted)/.3) 1px,transparent 0);background-size:30px 30px;pointer-events:none;z-index:-3}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.bg{inset:1}.bg,.gradient-bg{position:fixed;z-index:-3;pointer-events:none;background:radial-gradient(1600px 800px at calc(100%*var(--mx)) calc(100%*var(--my)),hsl(var(--accent-h) 80% 14%/.9),transparent 60%),radial-gradient(800px 400px at 20% 10%,rgba(46,5,26,.6),transparent 60%),radial-gradient(600px 600px at 85% 80%,rgba(2,27,39,.6),transparent 55%),linear-gradient(180deg,#121216,#09090b);filter:saturate(1.1);animation:floatBG 24s ease-in-out infinite}.gradient-bg{inset:0}@keyframes floatBG{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(.5deg)}66%{transform:translateY(5px) rotate(-.5deg)}}.darkveil-canvas{position:fixed;top:0;left:0;width:100%;height:100vh;max-height:100vh;display:flex;z-index:-2;pointer-events:none}