@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--background: #ffffff;--foreground: oklch(.145 0 0);--card: #ffffff;--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: #030213;--primary-foreground: oklch(1 0 0);--secondary: oklch(.95 .0058 264.53);--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: #030213;--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.145 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.145 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.269 0 0);--input: oklch(.269 0 0);--ring: oklch(.439 0 0);--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.269 0 0);--sidebar-ring: oklch(.439 0 0)}@theme inline{ --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-input-background: var(--input-background); --color-switch-background: var(--switch-background); --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); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --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); }@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))){h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}}html{font-size:var(--font-size);scroll-behavior:smooth}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:oklch(.65 .15 280 / .5) transparent}.scrollbar-thin::-webkit-scrollbar{height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#7f82e880;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#615ed6b3}*{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.home-hero{position:relative;overflow-x:visible;overflow-y:hidden}.home-hero__bg{position:absolute;inset:0;z-index:-1}.home-hero__blur{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(48px);animation:pulse 2s ease-in-out infinite}.home-hero__blur--1{top:0;left:25%;background:#a855f71a}.home-hero__blur--2{bottom:0;right:25%;background:#ec48991a;animation-delay:1s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.home-hero__content{max-width:1280px;margin-left:auto;margin-right:auto;padding:5rem 1rem 8rem;overflow-x:visible;box-sizing:border-box}@media(min-width:640px){.home-hero__content{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.home-hero__content{padding-left:2rem;padding-right:2rem}}.home-hero__social{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.home-hero__social-icon{width:3rem;height:3rem;border-radius:1rem;background:linear-gradient(135deg,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-hero__social-icon-svg{width:1.5rem;height:1.5rem;color:#fff;stroke:currentColor}.home-hero__social-text{color:#4b5563;font-weight:500;font-size:1rem}.dark .home-hero__social-text{color:#d1d5db}.home-hero__social-highlight{color:#9333ea;font-weight:700}.dark .home-hero__social-highlight{color:#c084fc}.home-hero__title-wrap{text-align:center;margin-bottom:1rem;margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;max-width:80rem}@media(min-width:640px){.home-hero__title-wrap{margin-bottom:1.5rem}}.home-hero__title,.home-hero__title-suffix{display:inline;font-weight:700;line-height:1.2;color:#7c3aed;font-size:2.25rem}.dark .home-hero__title,.dark .home-hero__title-suffix{color:#c084fc}@media(min-width:640px){.home-hero__title,.home-hero__title-suffix{font-size:3rem}}@media(min-width:768px){.home-hero__title,.home-hero__title-suffix{font-size:4.5rem}}@media(min-width:1024px){.home-hero__title,.home-hero__title-suffix{font-size:5rem}}@media(min-width:1280px){.home-hero__title,.home-hero__title-suffix{font-size:6rem}}.home-hero__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563;text-align:center;max-width:56rem;margin:0 auto;padding-left:.25rem;padding-right:.25rem}@media(min-width:640px){.home-hero__subtitle{font-size:1.25rem}}@media(min-width:768px){.home-hero__subtitle{font-size:1.5rem}}.dark .home-hero__subtitle{color:#d1d5db}.home-hero__subtitle-highlight{color:#9333ea;font-weight:700}.dark .home-hero__subtitle-highlight{color:#c084fc}.home-ctas{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.75rem;width:100%;max-width:100%;min-width:0;margin:1rem auto 5rem;box-sizing:border-box}@media(min-width:640px){.home-ctas{flex-direction:row;align-items:center;gap:1rem;width:auto;max-width:none}}.home-cta-link{display:inline-flex;align-items:center;justify-content:center;height:3rem;padding:0 1.2em;border-radius:.75rem;font-size:clamp(.75rem,2.2vw + .6rem,1rem);font-weight:600;text-align:center;text-decoration:none;transition:box-shadow .2s,transform .2s;box-sizing:border-box;min-width:0;max-width:100%}@media(min-width:640px){.home-cta-link{padding:0 1.5em;width:auto;min-width:0;max-width:none}}.home-cta-link--primary{background:linear-gradient(to right,#a855f7,#ec4899);color:#fff;box-shadow:0 10px 15px -3px #a855f733}.home-cta-link--primary:hover{box-shadow:0 10px 15px -3px #a855f74d}.home-cta-link--secondary{background:transparent;color:#374151;border:1px solid rgb(229,231,235)}.home-cta-link--secondary:hover{border-color:#c084fc}.dark .home-cta-link--secondary{color:#f3f4f6;border-color:#37414f}.dark .home-cta-link--secondary:hover{border-color:#c084fc}@media(max-width:639px){.home-cta-link{white-space:nowrap}}.home-brand-strip-wrap{margin-top:2rem;margin-bottom:4rem}.home-brand-strip{position:relative;border-radius:1.5rem;background:#fff6;backdrop-filter:blur(4px);box-shadow:0 10px 15px -3px #a855f70d;padding:1rem 1.5rem;box-sizing:border-box}.dark .home-brand-strip{background:#1f293766}@media(min-width:640px){.home-brand-strip{padding:1rem 1.5rem}}.home-brand-strip__overlay{position:absolute;inset:0;border-radius:1.5rem;background:linear-gradient(to right,#a855f70d,#ec48990d,#f973160d);pointer-events:none}.home-brand-strip__inner{position:relative;display:flex;align-items:center;justify-content:center;gap:3rem;overflow-x:auto;overflow-y:hidden;padding:.25rem .5rem}@media(min-width:1024px){.home-brand-strip__inner{scrollbar-width:none;-ms-overflow-style:none}.home-brand-strip__inner::-webkit-scrollbar{display:none}}@media(min-width:640px){.home-brand-strip__inner{gap:4rem;padding:0 1rem}}.home-brand-strip__logo{display:flex;align-items:center;justify-content:center;height:3rem;padding:0 1rem;flex-shrink:0}@media(min-width:640px){.home-brand-strip__logo{height:3.5rem;padding:0 1.5rem}}.home-brand-strip__logo img{height:100%;width:auto;max-height:3rem;object-fit:contain;object-position:center}@media(min-width:640px){.home-brand-strip__logo img{max-height:3.5rem}}@media(max-width:1023px){.home-brand-strip{padding:.75rem 1rem;border-radius:1rem}.home-brand-strip__overlay{border-radius:1rem}.home-brand-strip__inner{gap:1.5rem;padding:.25rem .5rem;justify-content:flex-start;-webkit-overflow-scrolling:touch}.home-brand-strip__inner::-webkit-scrollbar{height:4px}.home-brand-strip__inner::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:4px}.home-brand-strip__logo{height:2.5rem;min-width:3rem;padding:0 .75rem}.home-brand-strip__logo img{height:2.5rem;max-height:2.5rem}}.partners-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media(min-width:768px){.partners-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.partners-grid{grid-template-columns:repeat(3,1fr)}}.partners-grid>*{height:100%}.partners-card-outer{height:100%;display:flex;flex-direction:column}.partners-card-inner{flex:1;display:flex;flex-direction:column;min-height:0}.partners-card-content{flex:1;min-height:0}.partners-card-cta{margin-top:auto;flex-shrink:0}.aifinder-filters{width:100vw;position:relative;left:50%;transform:translate(-50%);box-sizing:border-box}.aifinder-filters__inner{display:flex;align-items:center;justify-content:center;gap:.75rem;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;flex-wrap:wrap}@media(min-width:768px){.aifinder-filters__inner{max-width:96rem;padding-left:0;padding-right:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.aifinder-filters__inner::-webkit-scrollbar{display:none}}.aifinder-filters__icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#6b727e}.dark .aifinder-filters__icon{color:#979fab}.aifinder-filters__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:1px solid oklch(.88 .01 260);border-radius:.75rem;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s;flex-shrink:0;background:transparent;color:#343b45}.aifinder-filters__btn:hover{border-color:#8c34e9;background:oklch(.97 .08 300);color:#6928b0}.dark .aifinder-filters__btn{border-color:#343b45;color:#d4d8de}.dark .aifinder-filters__btn:hover{border-color:#955be3;background:#2f1d4a;color:oklch(.85 .1 300)}.aifinder-filters__btn--active{border-color:#8c34e9;background:oklch(.97 .08 300);color:#7a31ca}.aifinder-filters__btn--active:hover{border-color:oklch(.5 .27 300);background:oklch(.95 .1 300);color:oklch(.45 .25 300)}.dark .aifinder-filters__btn--active{border-color:#955be3;background:#2f1d4a;color:oklch(.8 .12 300)}.dark .aifinder-filters__btn--active:hover{border-color:#a664fe;background:#3b235d}.aifinder-filters__btn .aifinder-filters__btn-chevron{width:1rem;height:1rem;flex-shrink:0}
