@keyframes svelte-1gxvhiz-hero-fx-sine-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes svelte-1gxvhiz-hero-fx-spot-rotate{0%{transform:rotate(0) scale(1.2)}to{transform:rotate(360deg) scale(1.2)}}@keyframes svelte-1gxvhiz-hero-fx-beam-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes svelte-1gxvhiz-hero-fx-shimmer-move{0%{background-position:200% center}to{background-position:-200% center}}@keyframes svelte-1gxvhiz-hero-fx-fade-up{0%{opacity:0;transform:translateY(calc(14px * var(--hero-fx-m, 1)))}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1gxvhiz-hero-fx-sparkle{0%,to{opacity:.15}50%{opacity:calc(.35 + .45 * var(--spark-density, .35))}}.hero-fx-sine-motion.svelte-1gxvhiz{will-change:transform}.hero-fx-sine-svg.svelte-1gxvhiz:not(.hero-fx-sine-svg--static) .hero-fx-sine-motion:where(.svelte-1gxvhiz){animation:svelte-1gxvhiz-hero-fx-sine-scroll var(--sine-period, 14s) linear infinite}.hero-fx-sine-svg.svelte-1gxvhiz{color:var(--hero-fx-sine-stroke, var(--color-primary))}.hero-fx-sine-path.svelte-1gxvhiz{filter:drop-shadow(0 0 var(--sine-glow-blur-1, 5px) color-mix(in srgb,var(--hero-fx-sine-glow, var(--color-primary)) var(--sine-glow-mix-1, 55%),transparent)) drop-shadow(0 0 var(--sine-glow-blur-2, 12px) color-mix(in srgb,var(--hero-fx-sine-glow-2, var(--color-ring)) var(--sine-glow-mix-2, 40%),transparent))}.hero-fx-spotlight.svelte-1gxvhiz:before{content:"";position:absolute;left:50%;top:50%;width:160%;height:160%;margin-left:-80%;margin-top:-80%;background:conic-gradient(from 0deg,transparent 0deg,color-mix(in srgb,var(--hero-fx-spot, var(--color-primary)) 18%,transparent) calc(var(--spot-angle, 120deg) * .35),transparent var(--spot-angle, 120deg));filter:blur(48px)}.hero-fx-spotlight.svelte-1gxvhiz:not(.hero-fx-spotlight--static):before{animation:svelte-1gxvhiz-hero-fx-spot-rotate var(--spot-dur, 12s) linear infinite}.hero-fx-scanlines.svelte-1gxvhiz{background-image:repeating-linear-gradient(0deg,color-mix(in srgb,var(--hero-fx-scan-line, hsl(0 0% 100%)) calc(var(--scan-op, .12) * 100%),transparent) 0 1px,transparent 1px calc(var(--scan-space, 4px) + 1px));mix-blend-mode:overlay;pointer-events:none}.hero-fx-noise.svelte-1gxvhiz{opacity:var(--noise-op, .08);background-color:var(--hero-fx-noise-tint, transparent);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:calc(120px / var(--noise-freq, .9));mix-blend-mode:overlay}.hero-fx-gradient.svelte-1gxvhiz h1:where(.svelte-1gxvhiz){position:relative;z-index:2;background-image:linear-gradient(var(--grad-angle, 105deg),var(--hero-fx-grad-1, var(--color-primary)),var( --hero-fx-grad-2, color-mix( in srgb, var(--color-accent-foreground) 80%, var(--color-primary) ) ),var(--hero-fx-grad-3, var(--color-ring)));background-clip:text;-webkit-background-clip:text}.hero-fx-glow.svelte-1gxvhiz h1:where(.svelte-1gxvhiz){filter:drop-shadow(0 0 var(--glow-blur, 24px) color-mix(in srgb,var(--color-primary) 55%,transparent))}.hero-fx-chromatic.svelte-1gxvhiz h1:where(.svelte-1gxvhiz){text-shadow:calc(var(--chroma-off, 2px) * -1) 0 0 color-mix(in srgb,var(--hero-fx-chroma-r, rgb(255, 80, 80)) calc(var(--chroma-op, .85) * 100%),transparent),var(--chroma-off, 2px) 0 0 color-mix(in srgb,var(--hero-fx-chroma-b, rgb(80, 200, 255)) calc(var(--chroma-op, .85) * 100%),transparent)}.hero-fx-shimmer.svelte-1gxvhiz:before{content:"";position:absolute;top:-12%;right:-8%;bottom:-12%;left:-8%;z-index:1;background:linear-gradient(105deg,transparent 32%,color-mix(in srgb,var(--hero-fx-shimmer, var(--color-primary-foreground)) 40%,transparent) 50%,transparent 68%);background-size:220% 100%;animation:svelte-1gxvhiz-hero-fx-shimmer-move var(--shimmer-dur, 4s) ease-in-out infinite;mix-blend-mode:soft-light;pointer-events:none}.hero-fx-underline.svelte-1gxvhiz:after{content:"";display:block;height:var(--ul-h, 4px);width:var(--ul-w, 72%);margin:.35rem auto 0;border-radius:9999px;background:linear-gradient(90deg,transparent,var(--hero-fx-ul-1, var(--color-primary)),var(--hero-fx-ul-2, var(--color-ring)),var(--hero-fx-ul-3, var(--color-ring)),transparent)}.hero-fx-glitch.svelte-1gxvhiz h1:where(.svelte-1gxvhiz){transform:skew(var(--glitch-skew, 4deg)) translate(1px);text-shadow:calc(var(--glitch-rgb, 3px) * -1) 0 0 var(--hero-fx-glitch-warm, rgba(255, 0, 100, .9)),var(--glitch-rgb, 3px) 0 0 var(--hero-fx-glitch-cool, rgba(0, 255, 255, .85));clip-path:inset(0 0 0 0)}.hero-fx-fade-title.svelte-1gxvhiz{animation:svelte-1gxvhiz-hero-fx-fade-up var(--fade-dur, .7s) ease-out both}.hero-fx-fade-sub.svelte-1gxvhiz{animation:svelte-1gxvhiz-hero-fx-fade-up var(--fade-dur, .7s) ease-out both;animation-delay:var(--fade-stagger, .18s)}.hero-fx-sparkle.svelte-1gxvhiz{background-image:radial-gradient(circle at 12% 22%,color-mix(in srgb,var(--hero-fx-spark-1, var(--color-primary)) 50%,transparent) 0,transparent calc(var(--spark-size, 3px) * 2)),radial-gradient(circle at 78% 18%,color-mix(in srgb,var(--hero-fx-spark-2, var(--color-ring)) 45%,transparent) 0,transparent calc(var(--spark-size, 3px) * 2.2)),radial-gradient(circle at 44% 68%,color-mix(in srgb,var(--hero-fx-spark-3, var(--color-primary-foreground)) 25%,transparent) 0,transparent calc(var(--spark-size, 3px) * 1.8)),radial-gradient(circle at 88% 72%,color-mix(in srgb,var(--hero-fx-spark-1, var(--color-primary)) 35%,transparent) 0,transparent calc(var(--spark-size, 3px) * 2)),radial-gradient(circle at 22% 88%,color-mix(in srgb,var(--hero-fx-spark-2, var(--color-ring)) 40%,transparent) 0,transparent calc(var(--spark-size, 3px) * 2));animation:svelte-1gxvhiz-hero-fx-sparkle 3.2s ease-in-out infinite;mix-blend-mode:screen}.dark .hero-fx-sparkle.svelte-1gxvhiz{mix-blend-mode:plus-lighter}.hero-fx-border-beam.svelte-1gxvhiz .hero-fx-beam:where(.svelte-1gxvhiz){border-radius:inherit;padding:var(--beam-w, 2px);background:conic-gradient(from 0deg,transparent 0 25%,color-mix(in srgb,var(--hero-fx-beam-1, var(--color-primary)) 85%,transparent) 40%,color-mix(in srgb,var(--hero-fx-beam-2, var(--color-ring)) 75%,transparent) 50%,transparent 65% 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:svelte-1gxvhiz-hero-fx-beam-spin var(--beam-dur, 5s) linear infinite}.hero-fx-border-beam.svelte-1gxvhiz .hero-fx-beam.hero-fx-beam:where(.svelte-1gxvhiz){top:-2px;right:-2px;bottom:-2px;left:-2px}@media(prefers-reduced-motion:reduce){.hero-fx-sine-svg.svelte-1gxvhiz .hero-fx-sine-motion:where(.svelte-1gxvhiz),.hero-fx-sparkle.svelte-1gxvhiz,.hero-fx-border-beam.svelte-1gxvhiz .hero-fx-beam:where(.svelte-1gxvhiz){animation:none!important}.hero-fx-fade-title.svelte-1gxvhiz,.hero-fx-fade-sub.svelte-1gxvhiz{animation:none!important;opacity:1!important;transform:none!important}.hero-fx-shimmer.svelte-1gxvhiz:before{animation:none!important}}.profile-banner--gradient{background:linear-gradient(135deg,hsl(var(--primary) / .35),hsl(var(--muted)),hsl(var(--primary) / .2))}
