@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }:root{--background: oklch(.07 .018 270);--foreground: oklch(.93 .018 200);--primary: oklch(.7 .3 328);--primary-foreground: oklch(.04 .01 0);--primary-glow: oklch(.7 .3 328 / .35);--primary-glow-soft: oklch(.7 .3 328 / .12);--secondary: oklch(.78 .22 195);--secondary-foreground: oklch(.04 .01 0);--secondary-glow: oklch(.78 .22 195 / .35);--accent: oklch(.62 .28 292);--accent-foreground: oklch(.96 .01 0);--accent-glow: oklch(.62 .28 292 / .35);--card: oklch(.11 .022 268);--card-foreground: oklch(.93 .018 200);--popover: oklch(.13 .025 265);--popover-foreground: oklch(.93 .018 200);--muted: oklch(.17 .022 265);--muted-foreground: oklch(.52 .045 220);--border: oklch(.26 .065 265);--input: oklch(.14 .022 265);--ring: oklch(.7 .3 328);--destructive: oklch(.62 .26 22);--destructive-foreground: oklch(.96 .01 0);--sidebar: oklch(.09 .02 265);--sidebar-foreground: oklch(.93 .018 200);--sidebar-primary: oklch(.7 .3 328);--sidebar-primary-foreground: oklch(.04 .01 0);--sidebar-accent: oklch(.62 .28 292);--sidebar-accent-foreground: oklch(.96 .01 0);--sidebar-border: oklch(.26 .065 265);--sidebar-ring: oklch(.7 .3 328);--chart-1: oklch(.7 .3 328);--chart-2: oklch(.78 .22 195);--chart-3: oklch(.62 .28 292);--chart-4: oklch(.74 .22 160);--chart-5: oklch(.8 .22 75);--radius: .25rem}.dark{--background: oklch(.07 .018 270);--foreground: oklch(.93 .018 200);--card: oklch(.11 .022 268);--card-foreground: oklch(.93 .018 200);--popover: oklch(.13 .025 265);--popover-foreground: oklch(.93 .018 200);--muted: oklch(.17 .022 265);--muted-foreground: oklch(.52 .045 220);--border: oklch(.26 .065 265);--input: oklch(.14 .022 265)}*{border-color:var(--border)}::selection{background:#f82df947;color:#fbf2f5}body{background-color:var(--background);color:var(--foreground);font-family:Rajdhani,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500;font-size:1rem;line-height:1.6;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,oklch(.78 .22 195 / .012) 2px,oklch(.78 .22 195 / .012) 3px)}h1,h2,h3,.font-display{font-family:Orbitron,Rajdhani,sans-serif;font-weight:700;letter-spacing:.06em;line-height:1.2}h4,h5,h6{font-family:Rajdhani,sans-serif;font-weight:600;letter-spacing:.04em}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.375rem,3vw,1.875rem)}h3{font-size:1.25rem}h4{font-size:1.1rem}kbd,code,.font-mono,pre{font-family:Share Tech Mono,Courier New,monospace;letter-spacing:.02em}a{color:var(--secondary);transition:color .15s ease,text-shadow .2s ease;text-decoration:none}a:hover{color:var(--primary);text-shadow:0 0 10px var(--primary-glow),0 0 20px var(--primary-glow-soft)}button,[role=button]{border-radius:var(--radius);transition:all .18s ease;font-family:Rajdhani,sans-serif;font-weight:600;letter-spacing:.05em}button.bg-primary:hover,[class*=bg-primary]:hover{box-shadow:0 0 16px var(--primary-glow),0 0 32px var(--primary-glow-soft);transform:translateY(-1px)}.card{border-radius:var(--radius);background-color:var(--card);color:var(--card-foreground);border:1px solid var(--border);box-shadow:0 0 0 0 transparent,inset 0 1px #00d2d214,0 4px 24px #01010499;box-shadow:0 0 0 0 transparent,inset 0 1px oklch(.78 .22 195 / .08),0 4px 24px #01010499;transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:#142243cc;box-shadow:0 0 20px #8e5fff14,inset 0 1px #00d2d21f,0 8px 32px #010104cc;box-shadow:0 0 20px oklch(.62 .28 292 / .08),inset 0 1px oklch(.78 .22 195 / .12),0 8px 32px #010104cc}:focus-visible{outline:none;box-shadow:0 0 0 1px var(--background),0 0 0 2px var(--ring),0 0 12px #f82df973}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#14224399;border-radius:2px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--primary);box-shadow:0 0 8px var(--primary-glow)}hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--border) 20%,oklch(.78 .22 195 / .3) 50%,var(--border) 80%,transparent)}.container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}.flex{min-width:0;min-height:0}.text-gradient{background:linear-gradient(135deg,#f82df9,#ef49f8,#e65cf7 5%,#d279f4 10%,#9ea2ef 20%,#79b3ec 25%,#5fbbeb,#36c3e9 30%,#24c5e9 30.62%,#15c6e8,#00c6e8,#00c7e7,#00c7e5 31.88%,#01c8e3 32.5%,#01ccdb 35%,#00d2d2 40%,#00bee4 47.5%,#00b8eb,#00b2f5 51.25%,#00aefb 52.19%,#13acfd,#22aafe 53.12%,#44a2ff 55%,#6692ff,#7982ff 62.5%,#8e60ff 70%,#c154ff,#f82df9);background:linear-gradient(135deg,#f82df9,#ef49f8,#e65cf7 5%,#d279f4 10%,#9ea2ef 20%,#79b3ec 25%,#5fbbeb,#36c3e9 30%,color(xyz 0.348 0.464 0.836),color(xyz 0.339 0.472 0.833) 32.5%,color(xyz 0.322 0.489 0.825) 35%,color(xyz 0.287 0.522 0.809) 40%,color(xyz 0.312 0.427 0.914) 47.5%,color(xyz 0.318 0.405 0.94),color(xyz 0.324 0.384 0.966) 51.25%,color(xyz 0.327 0.374 0.979),#22aafe 53.12%,color(xyz 0.335 0.343 1.018) 55%,color(xyz 0.346 0.305 1.069),color(xyz 0.356 0.268 1.121) 62.5%,color(xyz 0.374 0.203 1.223) 70%,color(xyz 0.455 0.244 1.07),#f82df9);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 4s ease infinite}.text-glow-primary{text-shadow:0 0 8px oklch(.7 .3 328 / .7),0 0 20px oklch(.7 .3 328 / .35),0 0 40px oklch(.7 .3 328 / .15)}.text-glow-secondary{text-shadow:0 0 8px oklch(.78 .22 195 / .7),0 0 20px oklch(.78 .22 195 / .35),0 0 40px oklch(.78 .22 195 / .15)}.border-glow-primary{border-color:#f82df999!important;box-shadow:0 0 8px #f82df940,inset 0 0 8px #f82df90d}.border-glow-secondary{border-color:#00d2d299!important;border-color:oklch(.78 .22 195 / .6)!important;box-shadow:0 0 8px #00d2d240,inset 0 0 8px #00d2d20d;box-shadow:0 0 8px oklch(.78 .22 195 / .25),inset 0 0 8px oklch(.78 .22 195 / .05)}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,oklch(.78 .22 195 / .08) 50%,transparent 60%);background-size:200% 100%;animation:shimmer-sweep 2.5s ease infinite}.ring-glow-primary{box-shadow:0 0 0 2px #f82df980,0 0 12px #f82df94d,0 0 24px #f82df91a}.ring-glow-secondary{box-shadow:0 0 0 2px #00d2d280,0 0 12px #00d2d24d,0 0 24px #00d2d21a;box-shadow:0 0 0 2px oklch(.78 .22 195 / .5),0 0 12px oklch(.78 .22 195 / .3),0 0 24px oklch(.78 .22 195 / .1)}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 8px 32px #010104cc}.neon-underline{position:relative}.neon-underline:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,var(--primary),var(--secondary));box-shadow:0 0 6px var(--primary-glow);transition:width .3s ease}.neon-underline:hover:after{width:100%}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes shimmer-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes neon-pulse{0%,to{box-shadow:0 0 6px var(--primary-glow),0 0 12px var(--primary-glow-soft)}50%{box-shadow:0 0 16px var(--primary-glow),0 0 32px var(--primary-glow-soft),0 0 48px #f82df914}}@keyframes cyan-pulse{0%,to{box-shadow:0 0 6px var(--secondary-glow),0 0 12px #00d2d21f;box-shadow:0 0 6px var(--secondary-glow),0 0 12px oklch(.78 .22 195 / .12)}50%{box-shadow:0 0 16px var(--secondary-glow),0 0 32px #00d2d21f;box-shadow:0 0 16px var(--secondary-glow),0 0 32px oklch(.78 .22 195 / .12)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes border-shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.animate-neon-pulse{animation:neon-pulse 2.5s ease-in-out infinite}.animate-cyan-pulse{animation:cyan-pulse 2.5s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-fade-in-up{animation:fade-in-up .4s ease forwards}.animate-shimmer{animation:shimmer-sweep 2.5s ease infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}nav a.active,nav a[aria-current=page]{color:var(--primary);text-shadow:0 0 8px var(--primary-glow)}.badge-founding{animation:neon-pulse 3s ease-in-out infinite}.badge-spark{animation:cyan-pulse 3s ease-in-out infinite}.badge-seen,.badge-inner{animation:neon-pulse 3s ease-in-out infinite}@media (max-width: 640px){body{font-size:.95rem}body{background-image:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
