.cursor-clone{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--cursor-bg);color:var(--cursor-text);transition:background-color .2s,color .2s;--color-bg: var(--cursor-bg);--color-bg-alt: var(--cursor-surface-card);--color-sidebar: var(--cursor-surface-card);--color-surface: var(--cursor-surface);--color-border: var(--cursor-border);--color-border-hover: var(--cursor-text-faint);--color-text: var(--cursor-text);--color-text-secondary: var(--cursor-text-body);--color-text-tertiary: var(--cursor-text-faint);--color-text-muted: var(--cursor-text-body);--color-text-subtle: var(--cursor-text-faint);--color-accent: var(--cursor-cta-bg);--color-accent-hover: var(--cursor-cta-bg);--color-secondary: var(--cursor-surface);--color-elevated: var(--cursor-surface-card);--color-elevated-active: var(--cursor-surface-hover);--cursor-bg: #0a0a0a;--cursor-bg-nav: rgba(10, 10, 10, .9);--cursor-text: #fff;--cursor-text-muted: rgba(255, 255, 255, .9);--cursor-text-dim: rgba(255, 255, 255, .8);--cursor-text-body: rgba(255, 255, 255, .7);--cursor-text-faint: rgba(255, 255, 255, .5);--cursor-text-extra-faint: rgba(255, 255, 255, .4);--cursor-border: rgba(255, 255, 255, .08);--cursor-surface: rgba(255, 255, 255, .05);--cursor-surface-hover: rgba(255, 255, 255, .02);--cursor-surface-card: rgba(255, 255, 255, .02);--cursor-cta-bg: #fff;--cursor-cta-text: #000;--cursor-logo-invert: 1;--cursor-company-logo-filter: brightness(0) invert(1);--cursor-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);--cursor-hero-blur: blur(80px) saturate(.5) brightness(.35)}@media(prefers-color-scheme:light){.cursor-clone:not([data-theme=dark]){--cursor-bg: #fff;--cursor-bg-nav: rgba(255, 255, 255, .9);--cursor-text: #000;--cursor-text-muted: rgba(0, 0, 0, .9);--cursor-text-dim: rgba(0, 0, 0, .8);--cursor-text-body: rgba(0, 0, 0, .7);--cursor-text-faint: rgba(0, 0, 0, .5);--cursor-text-extra-faint: rgba(0, 0, 0, .4);--cursor-border: rgba(0, 0, 0, .08);--cursor-surface: rgba(0, 0, 0, .05);--cursor-surface-hover: rgba(0, 0, 0, .03);--cursor-surface-card: rgba(0, 0, 0, .02);--cursor-cta-bg: #000;--cursor-cta-text: #fff;--cursor-logo-invert: 0;--cursor-company-logo-filter: brightness(0);--cursor-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);--cursor-hero-blur: blur(80px) saturate(.5) brightness(.85)}}.cursor-clone[data-theme=light]{--cursor-bg: #fff;--cursor-bg-nav: rgba(255, 255, 255, .9);--cursor-text: #000;--cursor-text-muted: rgba(0, 0, 0, .9);--cursor-text-dim: rgba(0, 0, 0, .8);--cursor-text-body: rgba(0, 0, 0, .7);--cursor-text-faint: rgba(0, 0, 0, .5);--cursor-text-extra-faint: rgba(0, 0, 0, .4);--cursor-border: rgba(0, 0, 0, .08);--cursor-surface: rgba(0, 0, 0, .05);--cursor-surface-hover: rgba(0, 0, 0, .03);--cursor-surface-card: rgba(0, 0, 0, .02);--cursor-cta-bg: #000;--cursor-cta-text: #fff;--cursor-logo-invert: 0;--cursor-company-logo-filter: brightness(0);--cursor-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);--cursor-hero-blur: blur(80px) saturate(.5) brightness(.85)}.cursor-clone[data-theme=dark]{--cursor-bg: #0a0a0a;--cursor-bg-nav: rgba(10, 10, 10, .9);--cursor-text: #fff;--cursor-text-muted: rgba(255, 255, 255, .9);--cursor-text-dim: rgba(255, 255, 255, .8);--cursor-text-body: rgba(255, 255, 255, .7);--cursor-text-faint: rgba(255, 255, 255, .5);--cursor-text-extra-faint: rgba(255, 255, 255, .4);--cursor-border: rgba(255, 255, 255, .08);--cursor-surface: rgba(255, 255, 255, .05);--cursor-surface-hover: rgba(255, 255, 255, .02);--cursor-surface-card: rgba(255, 255, 255, .02);--cursor-cta-bg: #fff;--cursor-cta-text: #000;--cursor-logo-invert: 1;--cursor-company-logo-filter: brightness(0) invert(1);--cursor-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);--cursor-hero-blur: blur(80px) saturate(.5) brightness(.35)}.cursor-clone .cursor-nav{height:48px;padding-left:80px;padding-right:80px;background:var(--cursor-bg-nav);border-color:var(--cursor-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.cursor-clone .cursor-nav-link{font-size:14px;font-weight:500;color:var(--cursor-text-body)}.cursor-clone .cursor-nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;padding-top:8px;min-width:280px;background:var(--cursor-bg);border:1px solid var(--cursor-border);border-radius:8px;box-shadow:var(--cursor-shadow);z-index:100}.cursor-clone .cursor-nav-dropdown-link{font-size:14px;font-weight:500;color:var(--cursor-text-body);padding:6px 8px;border-radius:4px;transition:color .15s,background .15s}.cursor-clone .cursor-nav-btn{font-size:13px;font-weight:500;padding:5px 12px;border-radius:9999px;transition:opacity .2s}.cursor-clone .cursor-nav-btn-outline{background:transparent;color:var(--cursor-text-dim);border:1px solid var(--cursor-border)}.cursor-clone .cursor-nav-btn-primary{background:var(--cursor-cta-bg);color:var(--cursor-cta-text);border:none;opacity:.92}.cursor-clone .cursor-logo{font-size:18px;font-weight:600;letter-spacing:-.02em}.cursor-clone .cursor-hero-h1{font-size:clamp(40px,5vw,72px);font-weight:400;line-height:1.08;letter-spacing:-.03em;max-width:640px;text-align:left;color:var(--cursor-text)}.cursor-clone .cursor-download-btn{font-size:14px;font-weight:500;padding:12px 24px;border-radius:9999px;background:var(--cursor-cta-bg);color:var(--cursor-cta-text)}.cursor-clone .cursor-hero-cta{font-size:16px;font-weight:500;padding:14px 28px;border-radius:9999px;background:var(--cursor-cta-bg);color:var(--cursor-cta-text)}.cursor-clone .cursor-provider-panel{border:1px solid var(--cursor-border);border-radius:24px;padding:28px;background:linear-gradient(180deg,var(--cursor-surface),var(--cursor-surface-card))}.cursor-clone .cursor-provider-grid{display:flex;flex-wrap:wrap;gap:12px}.cursor-clone .cursor-provider-badge{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 18px;border:1px solid var(--cursor-border);border-radius:9999px;background:var(--cursor-bg)}.cursor-clone .cursor-provider-logo{height:18px;width:auto;max-width:96px;filter:var(--cursor-company-logo-filter);opacity:.92}.cursor-clone .cursor-provider-text{font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--cursor-text)}.cursor-clone .cursor-h2{font-size:32px;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:var(--cursor-text)}.cursor-clone .cursor-h3{font-size:24px;font-weight:400;line-height:1.3;letter-spacing:-.02em;color:var(--cursor-text)}.cursor-clone .cursor-body{font-size:18px;line-height:1.6;color:var(--cursor-text-body)}.cursor-clone .cursor-caption{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--cursor-text-faint)}.cursor-clone .cursor-code-block{font-family:ui-monospace,monospace;font-size:14px;color:var(--cursor-text-body)}.cursor-clone .cursor-hero-visual{border-radius:4px;box-shadow:var(--cursor-shadow);overflow:hidden}.cursor-clone .cursor-company-logo{height:24px;width:auto;opacity:.6;filter:var(--cursor-company-logo-filter)}.cursor-clone .cursor-university-logo{height:32px;opacity:1;filter:grayscale(100%)}.cursor-clone .cursor-university-logo-row{display:flex;align-items:center;gap:8px}.cursor-clone .cursor-university-logo-name{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#000}.cursor-clone .cursor-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.cursor-clone .cursor-testimonial-card{border:1px solid var(--cursor-border);border-radius:4px;padding:16px;background:var(--cursor-surface-card)}.cursor-clone .cursor-testimonial{font-size:12px;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:var(--cursor-text-muted)}.cursor-clone .cursor-testimonial-author{font-size:12px;font-weight:600;color:var(--cursor-text)}.cursor-clone .cursor-testimonial-role{font-size:10px;color:var(--cursor-text-faint)}.cursor-clone .cursor-blog-title{font-size:16px;font-weight:500;color:var(--cursor-text)}.cursor-clone .cursor-blog-desc{font-size:14px;line-height:1.5;color:var(--cursor-text-dim)}.cursor-clone .cursor-blog-meta{font-size:11px;color:var(--cursor-text-extra-faint)}.cursor-clone .cursor-changelog-date{font-size:14px;color:var(--cursor-text-faint)}.cursor-clone .cursor-changelog-title{font-size:14px;color:var(--cursor-text-dim)}.cursor-clone .cursor-pricing-toggle-wrap{display:inline-flex;padding:4px;border-radius:9999px;background:var(--cursor-surface);border:1px solid var(--cursor-border);position:relative}.cursor-clone .cursor-pricing-toggle-pill{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:9999px;background:var(--cursor-cta-bg);transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:0}.cursor-clone .cursor-pricing-toggle{background:transparent;color:var(--cursor-text-body);border:none;padding:8px 20px;border-radius:9999px;flex:1;min-width:0}.cursor-clone .cursor-pricing-toggle-active,.cursor-clone .cursor-pricing-toggle-active:hover{background:transparent;color:var(--cursor-cta-text)}.cursor-clone .cursor-pricing-card{background:var(--cursor-surface);border:1px solid var(--cursor-border);position:relative;transition:border-color .2s,background .2s}.cursor-clone .cursor-pricing-badge{position:absolute;top:12px;right:12px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;background:var(--cursor-surface);color:var(--cursor-text-dim)}.cursor-clone .cursor-pricing-btn-outline{font-size:14px;font-weight:500;padding:12px 24px;border-radius:9999px;background:var(--cursor-surface);color:var(--cursor-text);border:1px solid var(--cursor-border);transition:background .2s,border-color .2s}@media(max-width:768px){.cursor-clone .cursor-nav,.cursor-clone .cursor-container{padding-left:24px;padding-right:24px}.cursor-clone .cursor-hero-h1{font-size:36px;text-align:center}.cursor-clone .cursor-h2{font-size:28px}.cursor-clone .cursor-h3{font-size:20px}.cursor-clone .cursor-pricing-card{min-height:auto}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-mask-linear:linear-gradient(#fff, #fff);--tw-mask-radial:linear-gradient(#fff, #fff);--tw-mask-conic:linear-gradient(#fff, #fff);--tw-mask-left:linear-gradient(#fff, #fff);--tw-mask-right:linear-gradient(#fff, #fff);--tw-mask-bottom:linear-gradient(#fff, #fff);--tw-mask-top:linear-gradient(#fff, #fff);--tw-mask-bottom-from-position:0%;--tw-mask-bottom-to-position:100%;--tw-mask-bottom-from-color:black;--tw-mask-bottom-to-color:transparent;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "SF Mono", monospace;--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-red-800:oklch(44.4% .177 26.899);--color-red-900:oklch(39.6% .141 25.723);--color-orange-500:oklch(70.5% .213 47.604);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-amber-800:oklch(47.3% .137 46.201);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-emerald-500:oklch(69.6% .17 162.48);--color-sky-500:oklch(68.5% .169 237.323);--color-sky-600:oklch(58.8% .158 241.966);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-violet-500:oklch(60.6% .25 292.717);--color-violet-600:oklch(54.1% .281 293.009);--color-purple-500:oklch(62.7% .265 303.9);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-900:oklch(21% .034 264.665);--color-neutral-400:oklch(70.8% 0 0);--color-neutral-500:oklch(55.6% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--text-8xl:6rem;--text-8xl--line-height:1;--text-9xl:8rem;--text-9xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--animate-bounce:bounce 1s infinite;--blur-sm:8px;--blur-xl:24px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--animate-appear:appear .5s ease-out forwards;--animate-appear-zoom:appear-zoom .5s ease-out forwards;--color-bg:#fafaf9;--color-bg-alt:#edeceb;--color-surface:#fff;--color-border:#e7e5e4;--color-border-hover:#d6d3d1;--color-text:#1c1917;--color-text-secondary:#78716c;--color-text-tertiary:#a8a29e;--color-text-muted:#78716c;--color-text-subtle:#a8a29e;--color-accent:#1c1917;--color-accent-hover:#57534e;--color-secondary:#edeceb;--color-elevated:#00000008;--color-elevated-active:#0000000f;--color-success:#16a34a;--color-error:#ff3535;--color-warning:#f59e0b}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\[container-type\:size\]{container-type:size}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.-inset-full{inset:-100%}.\[inset\:var\(--cut\)\]{inset:var(--cut)}.inset-0{inset:calc(var(--spacing) * 0)}.inset-4{inset:calc(var(--spacing) * 4)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.\!top-0{top:calc(var(--spacing) * 0)!important}.-top-0{top:calc(var(--spacing) * 0)}.-top-0\.5{top:calc(var(--spacing) * -.5)}.-top-1{top:calc(var(--spacing) * -1)}.-top-2{top:calc(var(--spacing) * -2)}.-top-\[3\.9\%\]{top:-3.9%}.-top-\[40\%\]{top:-40%}.-top-\[128px\]{top:-128px}.top-0{top:calc(var(--spacing) * 0)}.top-1{top:calc(var(--spacing) * 1)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing) * 2)}.top-3{top:calc(var(--spacing) * 3)}.top-4{top:calc(var(--spacing) * 4)}.top-8{top:calc(var(--spacing) * 8)}.top-11{top:calc(var(--spacing) * 11)}.top-12{top:calc(var(--spacing) * 12)}.top-\[32px\]{top:32px}.top-\[50\%\]{top:50%}.top-\[55px\]{top:55px}.top-\[64px\]{top:64px}.top-full{top:100%}.\!right-0{right:calc(var(--spacing) * 0)!important}.-right-0\.5{right:calc(var(--spacing) * -.5)}.-right-\[2px\]{right:-2px}.right-0{right:calc(var(--spacing) * 0)}.right-1{right:calc(var(--spacing) * 1)}.right-2{right:calc(var(--spacing) * 2)}.right-2\.5{right:calc(var(--spacing) * 2.5)}.right-3{right:calc(var(--spacing) * 3)}.right-4{right:calc(var(--spacing) * 4)}.-bottom-0\.5{bottom:calc(var(--spacing) * -.5)}.-bottom-\[128px\]{bottom:-128px}.bottom-0{bottom:calc(var(--spacing) * 0)}.bottom-4{bottom:calc(var(--spacing) * 4)}.bottom-20{bottom:calc(var(--spacing) * 20)}.\!left-auto{left:auto!important}.-left-\[2px\]{left:-2px}.-left-\[10\%\]{left:-10%}.left-0{left:calc(var(--spacing) * 0)}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing) * 2)}.left-2\.5{left:calc(var(--spacing) * 2.5)}.left-4{left:calc(var(--spacing) * 4)}.left-\[50\%\]{left:50%}.-z-20{z-index:-20}.-z-30{z-index:-30}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[60\]{z-index:60}.z-\[99999\]{z-index:99999}.z-\[999999\]{z-index:999999}.order-1{order:1}.order-2{order:2}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.-mx-4{margin-inline:calc(var(--spacing) * -4)}.-mx-6{margin-inline:calc(var(--spacing) * -6)}.mx-1{margin-inline:calc(var(--spacing) * 1)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-4{margin-inline:calc(var(--spacing) * 4)}.mx-auto{margin-inline:auto}.my-1\.5{margin-block:calc(var(--spacing) * 1.5)}.my-2{margin-block:calc(var(--spacing) * 2)}.my-2\.5{margin-block:calc(var(--spacing) * 2.5)}.-mt-1{margin-top:calc(var(--spacing) * -1)}.-mt-6{margin-top:calc(var(--spacing) * -6)}.mt-0{margin-top:calc(var(--spacing) * 0)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-2\.5{margin-top:calc(var(--spacing) * 2.5)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mt-14{margin-top:calc(var(--spacing) * 14)}.mt-16{margin-top:calc(var(--spacing) * 16)}.mt-\[1px\]{margin-top:1px}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mr-4{margin-right:calc(var(--spacing) * 4)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.mb-14{margin-bottom:calc(var(--spacing) * 14)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-1\.5{margin-left:calc(var(--spacing) * 1.5)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-2\.5{margin-left:calc(var(--spacing) * 2.5)}.ml-5{margin-left:calc(var(--spacing) * 5)}.ml-auto{margin-left:auto}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!flex{display:flex!important}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.\[aspect-ratio\:1\],.aspect-\[1\/1\]{aspect-ratio:1}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-square{aspect-ratio:1}.size-2{width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.size-3\.5{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-5{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-20{width:calc(var(--spacing) * 20);height:calc(var(--spacing) * 20)}.size-24{width:calc(var(--spacing) * 24);height:calc(var(--spacing) * 24)}.size-\[15px\]{width:15px;height:15px}.size-full{width:100%;height:100%}.h-0{height:calc(var(--spacing) * 0)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2{height:calc(var(--spacing) * 2)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-4\.5{height:calc(var(--spacing) * 4.5)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-28{height:calc(var(--spacing) * 28)}.h-48{height:calc(var(--spacing) * 48)}.h-\[1\.625rem\]{height:1.625rem}.h-\[2px\]{height:2px}.h-\[8\%\]{height:8%}.h-\[10px\]{height:10px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[20px\]{height:20px}.h-\[26px\]{height:26px}.h-\[30px\]{height:30px}.h-\[33px\]{height:33px}.h-\[44px\]{height:44px}.h-\[90\%\]{height:90%}.h-\[100cqh\]{height:100cqh}.h-\[120px\]{height:120px}.h-\[128px\]{height:128px}.h-\[200px\]{height:200px}.h-\[220px\]{height:220px}.h-\[240px\]{height:240px}.h-\[256px\]{height:256px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-40{max-height:calc(var(--spacing) * 40)}.max-h-\[80vh\]{max-height:80vh}.max-h-\[100px\]{max-height:100px}.max-h-\[200px\]{max-height:200px}.max-h-\[260px\]{max-height:260px}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[380px\]{max-height:380px}.max-h-\[400px\]{max-height:400px}.max-h-\[min\(800px\,_80vh\)\]{max-height:min(800px,80vh)}.max-h-full{max-height:100%}.\!min-h-\[44px\]{min-height:44px!important}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-\[44px\]{min-height:44px}.min-h-\[80vh\]{min-height:80vh}.min-h-\[82px\]{min-height:82px}.min-h-\[420px\]{min-height:420px}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-0\.5{width:calc(var(--spacing) * .5)}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-2{width:calc(var(--spacing) * 2)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-3{width:calc(var(--spacing) * 3)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-10{width:calc(var(--spacing) * 10)}.w-12{width:calc(var(--spacing) * 12)}.w-16{width:calc(var(--spacing) * 16)}.w-28{width:calc(var(--spacing) * 28)}.w-32{width:calc(var(--spacing) * 32)}.w-48{width:calc(var(--spacing) * 48)}.w-56{width:calc(var(--spacing) * 56)}.w-\[1\.5px\]{width:1.5px}.w-\[1\.625rem\]{width:1.625rem}.w-\[2px\]{width:2px}.w-\[11px\]{width:11px}.w-\[24\%\]{width:24%}.w-\[30px\]{width:30px}.w-\[33px\]{width:33px}.w-\[40\%\]{width:40%}.w-\[42px\]{width:42px}.w-\[44px\]{width:44px}.w-\[45\%\]{width:45%}.w-\[46px\]{width:46px}.w-\[50\%\]{width:50%}.w-\[55\%\]{width:55%}.w-\[60\%\]{width:60%}.w-\[60px\]{width:60px}.w-\[65\%\]{width:65%}.w-\[70\%\]{width:70%}.w-\[75\%\]{width:75%}.w-\[80\%\]{width:80%}.w-\[85\%\]{width:85%}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[118px\]{width:118px}.w-\[120px\]{width:120px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[380px\]{width:380px}.w-\[540px\]{width:540px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-\[85\%\]{max-width:85%}.max-w-\[90vw\]{max-width:90vw}.max-w-\[130px\]{max-width:130px}.max-w-\[160px\]{max-width:160px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[400px\]{max-width:400px}.max-w-\[480px\]{max-width:480px}.max-w-\[520px\]{max-width:520px}.max-w-\[540px\]{max-width:540px}.max-w-\[640px\]{max-width:640px}.max-w-\[720px\]{max-width:720px}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.\!min-w-\[44px\]{min-width:44px!important}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[100px\]{min-width:100px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[280px\]{min-width:280px}.min-w-max{min-width:max-content}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\[1rem\]{--tw-translate-y:1rem;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-full{--tw-translate-y:100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.\[translate\:0_0\]{translate:0}.scale-95{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x) var(--tw-scale-y)}.scale-\[2\.5\]{scale:2.5}.scale-\[2\]{scale:2}.rotate-0{rotate:none}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.transform-gpu{transform:translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-appear{animation:var(--animate-appear)}.animate-appear-zoom{animation:var(--animate-appear-zoom)}.animate-bounce{animation:var(--animate-bounce)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize{resize:both}.resize-none{resize:none}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.grid-cols-\[1fr_repeat\(3\,minmax\(0\,1fr\)\)\]{grid-template-columns:1fr repeat(3,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-\[1fr_auto_1fr\]{grid-template-rows:1fr auto 1fr}.flex-col{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.\!items-center{align-items:center!important}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.\!justify-center{justify-content:center!important}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0{gap:calc(var(--spacing) * 0)}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-12{gap:calc(var(--spacing) * 12)}.gap-16{gap:calc(var(--spacing) * 16)}.gap-px{gap:1px}:where(.space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-12>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)))}.gap-x-4{column-gap:calc(var(--spacing) * 4)}.gap-x-6{column-gap:calc(var(--spacing) * 6)}.gap-x-8{column-gap:calc(var(--spacing) * 8)}.gap-y-1{row-gap:calc(var(--spacing) * 1)}.gap-y-1\.5{row-gap:calc(var(--spacing) * 1.5)}.gap-y-2{row-gap:calc(var(--spacing) * 2)}.gap-y-4{row-gap:calc(var(--spacing) * 4)}.self-center{align-self:center}.self-end{align-self:flex-end}.self-start{align-self:flex-start}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.\[border-radius\:0\]{border-radius:0}.\[border-radius\:var\(--radius\)\]{border-radius:var(--radius)}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[100\%\]{border-radius:100%}.rounded-\[100px\]{border-radius:100px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-lg{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-\[8px\]{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.rounded-b-lg{border-bottom-right-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.rounded-br-\[4px\]{border-bottom-right-radius:4px}.rounded-br-sm{border-bottom-right-radius:var(--radius-sm)}.rounded-bl-\[4px\]{border-bottom-left-radius:4px}.rounded-bl-sm{border-bottom-left-radius:var(--radius-sm)}.\!border-0{border-style:var(--tw-border-style)!important;border-width:0!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-\[\#1EAEDB\]{border-color:#1eaedb}.border-\[\#52525b\]{border-color:#52525b}.border-\[\#111111\]{border-color:#111}.border-\[var\(--color-accent\)\]{border-color:var(--color-accent)}.border-\[var\(--color-border\)\]{border-color:var(--color-border)}.border-\[var\(--color-border\)\]\/30{border-color:#e7e5e44d}@supports (color:color-mix(in lab,red,red)){.border-\[var\(--color-border\)\]\/30{border-color:color-mix(in oklab,var(--color-border) 30%,transparent)}}.border-\[var\(--color-border\)\]\/50{border-color:#e7e5e480}@supports (color:color-mix(in lab,red,red)){.border-\[var\(--color-border\)\]\/50{border-color:color-mix(in oklab,var(--color-border) 50%,transparent)}}.border-\[var\(--color-border-hover\)\]{border-color:var(--color-border-hover)}.border-\[var\(--color-error\)\]{border-color:var(--color-error)}.border-\[var\(--color-success\)\]{border-color:var(--color-success)}.border-\[var\(--color-text\)\]{border-color:var(--color-text)}.border-\[var\(--color-text-secondary\)\]{border-color:var(--color-text-secondary)}.border-\[var\(--cursor-border\)\]{border-color:var(--cursor-border)}.border-\[var\(--cursor-text\)\]{border-color:var(--cursor-text)}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/30{border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.border-black\/10{border-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.border-black\/10{border-color:color-mix(in oklab,var(--color-black) 10%,transparent)}}.border-black\/\[0\.08\]{border-color:#00000014}@supports (color:color-mix(in lab,red,red)){.border-black\/\[0\.08\]{border-color:color-mix(in oklab,var(--color-black) 8%,transparent)}}.border-current{border-color:currentColor}.border-gray-400{border-color:var(--color-gray-400)}.border-green-500\/30{border-color:#00c7584d}@supports (color:color-mix(in lab,red,red)){.border-green-500\/30{border-color:color-mix(in oklab,var(--color-green-500) 30%,transparent)}}.border-green-500\/60{border-color:#00c75899}@supports (color:color-mix(in lab,red,red)){.border-green-500\/60{border-color:color-mix(in oklab,var(--color-green-500) 60%,transparent)}}.border-red-500\/20{border-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.border-red-500\/20{border-color:color-mix(in oklab,var(--color-red-500) 20%,transparent)}}.border-red-500\/30{border-color:#fb2c364d}@supports (color:color-mix(in lab,red,red)){.border-red-500\/30{border-color:color-mix(in oklab,var(--color-red-500) 30%,transparent)}}.border-red-500\/70{border-color:#fb2c36b3}@supports (color:color-mix(in lab,red,red)){.border-red-500\/70{border-color:color-mix(in oklab,var(--color-red-500) 70%,transparent)}}.border-transparent{border-color:#0000}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.border-white\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\/20{border-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}.border-t-\[var\(--color-text-tertiary\)\]{border-top-color:var(--color-text-tertiary)}.border-t-transparent{border-top-color:#0000}.border-t-white{border-top-color:var(--color-white)}.\!bg-white{background-color:var(--color-white)!important}.bg-\[\#0a0a0a\]{background-color:#0a0a0a}.bg-\[\#0e1621\]{background-color:#0e1621}.bg-\[\#000000\]{background-color:#000}.bg-\[\#1EAEDB\]\/15{background-color:#1eaedb26}.bg-\[\#1a1a2e\]{background-color:#1a1a2e}.bg-\[\#1b1c21\]{background-color:#1b1c21}.bg-\[\#2b3a4a\]{background-color:#2b3a4a}.bg-\[\#3A76F0\]{background-color:#3a76f0}.bg-\[\#6b8ba4\]{background-color:#6b8ba4}.bg-\[\#007AFF\]{background-color:#007aff}.bg-\[\#7c5ce0\]{background-color:#7c5ce0}.bg-\[\#8e8e93\]{background-color:#8e8e93}.bg-\[\#25D366\]{background-color:#25d366}.bg-\[\#26A5E4\]{background-color:#26a5e4}.bg-\[\#34C759\]{background-color:#34c759}.bg-\[\#5865F2\]{background-color:#5865f2}.bg-\[\#17212b\]{background-color:#17212b}.bg-\[\#52525b\]{background-color:#52525b}.bg-\[\#111111\]{background-color:#111}.bg-\[\#D4A27F\]{background-color:#d4a27f}.bg-\[\#b91c1c\]{background-color:#b91c1c}.bg-\[\#efeae2\]{background-color:#efeae2}.bg-\[\#f3f4f6\]{background-color:#f3f4f6}.bg-\[var\(--color-accent\)\]{background-color:var(--color-accent)}.bg-\[var\(--color-accent\)\]\/5{background-color:#1c19170d}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-accent\)\]\/5{background-color:color-mix(in oklab,var(--color-accent) 5%,transparent)}}.bg-\[var\(--color-accent\)\]\/10{background-color:#1c19171a}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-accent\)\]\/10{background-color:color-mix(in oklab,var(--color-accent) 10%,transparent)}}.bg-\[var\(--color-bg\)\]{background-color:var(--color-bg)}.bg-\[var\(--color-bg-alt\)\]{background-color:var(--color-bg-alt)}.bg-\[var\(--color-bg-alt\)\]\/50{background-color:#edeceb80}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-bg-alt\)\]\/50{background-color:color-mix(in oklab,var(--color-bg-alt) 50%,transparent)}}.bg-\[var\(--color-bg-surface\)\]\/80{background-color:var(--color-bg-surface)}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-bg-surface\)\]\/80{background-color:color-mix(in oklab,var(--color-bg-surface) 80%,transparent)}}.bg-\[var\(--color-border\)\]{background-color:var(--color-border)}.bg-\[var\(--color-code-bg\)\]{background-color:var(--color-code-bg)}.bg-\[var\(--color-elevated\)\]{background-color:var(--color-elevated)}.bg-\[var\(--color-elevated-active\)\]{background-color:var(--color-elevated-active)}.bg-\[var\(--color-error\)\]{background-color:var(--color-error)}.bg-\[var\(--color-error\)\]\/10{background-color:#ff35351a}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-error\)\]\/10{background-color:color-mix(in oklab,var(--color-error) 10%,transparent)}}.bg-\[var\(--color-secondary\)\]{background-color:var(--color-secondary)}.bg-\[var\(--color-success\)\]{background-color:var(--color-success)}.bg-\[var\(--color-success\)\]\/10{background-color:#16a34a1a}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-success\)\]\/10{background-color:color-mix(in oklab,var(--color-success) 10%,transparent)}}.bg-\[var\(--color-surface\)\]{background-color:var(--color-surface)}.bg-\[var\(--color-surface\)\]\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-\[var\(--color-surface\)\]\/95{background-color:color-mix(in oklab,var(--color-surface) 95%,transparent)}}.bg-\[var\(--color-surface\,\#fff\)\]{background-color:var(--color-surface,#fff)}.bg-\[var\(--color-text\)\]{background-color:var(--color-text)}.bg-\[var\(--color-text-muted\)\]{background-color:var(--color-text-muted)}.bg-\[var\(--color-warning\)\]{background-color:var(--color-warning)}.bg-\[var\(--cursor-bg\)\]{background-color:var(--cursor-bg)}.bg-\[var\(--cursor-surface-card\)\]{background-color:var(--cursor-surface-card)}.bg-\[var\(--cursor-text\)\]{background-color:var(--cursor-text)}.bg-\[var\(--cursor-text-faint\)\]{background-color:var(--cursor-text-faint)}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/5{background-color:#f99c000d}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/5{background-color:color-mix(in oklab,var(--color-amber-500) 5%,transparent)}}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-amber-500\/15{background-color:#f99c0026}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/15{background-color:color-mix(in oklab,var(--color-amber-500) 15%,transparent)}}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500) 20%,transparent)}}.bg-amber-800{background-color:var(--color-amber-800)}.bg-black{background-color:var(--color-black)}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black) 30%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black) 60%,transparent)}}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab,red,red)){.bg-black\/70{background-color:color-mix(in oklab,var(--color-black) 70%,transparent)}}.bg-blue-500\/15{background-color:#3080ff26}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/15{background-color:color-mix(in oklab,var(--color-blue-500) 15%,transparent)}}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-500\/10{background-color:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/10{background-color:color-mix(in oklab,var(--color-emerald-500) 10%,transparent)}}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/10{background-color:#00c7581a}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/10{background-color:color-mix(in oklab,var(--color-green-500) 10%,transparent)}}.bg-green-500\/15{background-color:#00c75826}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/15{background-color:color-mix(in oklab,var(--color-green-500) 15%,transparent)}}.bg-neutral-400{background-color:var(--color-neutral-400)}.bg-neutral-500\/10{background-color:#7373731a}@supports (color:color-mix(in lab,red,red)){.bg-neutral-500\/10{background-color:color-mix(in oklab,var(--color-neutral-500) 10%,transparent)}}.bg-neutral-500\/15{background-color:#73737326}@supports (color:color-mix(in lab,red,red)){.bg-neutral-500\/15{background-color:color-mix(in oklab,var(--color-neutral-500) 15%,transparent)}}.bg-red-400{background-color:var(--color-red-400)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/5{background-color:#fb2c360d}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/5{background-color:color-mix(in oklab,var(--color-red-500) 5%,transparent)}}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500) 10%,transparent)}}.bg-red-500\/15{background-color:#fb2c3626}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/15{background-color:color-mix(in oklab,var(--color-red-500) 15%,transparent)}}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500) 20%,transparent)}}.bg-red-800{background-color:var(--color-red-800)}.bg-sky-500\/15{background-color:#00a5ef26}@supports (color:color-mix(in lab,red,red)){.bg-sky-500\/15{background-color:color-mix(in oklab,var(--color-sky-500) 15%,transparent)}}.bg-transparent{background-color:#0000}.bg-violet-500\/15{background-color:#8d54ff26}@supports (color:color-mix(in lab,red,red)){.bg-violet-500\/15{background-color:color-mix(in oklab,var(--color-violet-500) 15%,transparent)}}.bg-white{background-color:var(--color-white)}.bg-white\/5{background-color:#ffffff0d}@supports (color:color-mix(in lab,red,red)){.bg-white\/5{background-color:color-mix(in oklab,var(--color-white) 5%,transparent)}}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.bg-white\/50{background-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.bg-white\/50{background-color:color-mix(in oklab,var(--color-white) 50%,transparent)}}.bg-white\/70{background-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.bg-white\/70{background-color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-white\/95{background-color:color-mix(in oklab,var(--color-white) 95%,transparent)}}.bg-yellow-400{background-color:var(--color-yellow-400)}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-yellow-500\/15{background-color:#edb20026}@supports (color:color-mix(in lab,red,red)){.bg-yellow-500\/15{background-color:color-mix(in oklab,var(--color-yellow-500) 15%,transparent)}}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[linear-gradient\(110deg\,\#404040\,35\%\,\#fff\,50\%\,\#404040\,75\%\,\#404040\)\]{background-image:linear-gradient(110deg,#404040,35%,#fff,#404040,75%,#404040)}.bg-\[radial-gradient\(ellipse_at_center\,_rgba\(120\,113\,108\,0\.25\)_10\%\,_rgba\(168\,162\,158\,0\)_60\%\)\]{background-image:radial-gradient(#78716c40 10%,#a8a29e00 60%)}.bg-\[radial-gradient\(ellipse_at_center\,_rgba\(168\,162\,158\,0\.4\)_10\%\,_rgba\(168\,162\,158\,0\)_60\%\)\]{background-image:radial-gradient(#a8a29e66 10%,#a8a29e00 60%)}.bg-none{background-image:none}.from-\[\#e4e4e8\]{--tw-gradient-from:#e4e4e8;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.via-\[\#9b87f5\]\/70{--tw-gradient-via:oklab(68.895% .0539849 -.148644/.7);--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-white\/60{--tw-gradient-via:#fff9}@supports (color:color-mix(in lab,red,red)){.via-white\/60{--tw-gradient-via:color-mix(in oklab, var(--color-white) 60%, transparent)}}.via-white\/60{--tw-gradient-via-stops:var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.mask-b-from-20\%{-webkit-mask-image:var(--tw-mask-linear),var(--tw-mask-radial),var(--tw-mask-conic);mask-image:var(--tw-mask-linear),var(--tw-mask-radial),var(--tw-mask-conic);--tw-mask-linear:var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);--tw-mask-bottom:linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));--tw-mask-bottom-from-position:20%;-webkit-mask-composite:source-in;mask-composite:intersect}.mask-b-to-80\%{-webkit-mask-image:var(--tw-mask-linear),var(--tw-mask-radial),var(--tw-mask-conic);mask-image:var(--tw-mask-linear),var(--tw-mask-radial),var(--tw-mask-conic);--tw-mask-linear:var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);--tw-mask-bottom:linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));--tw-mask-bottom-to-position:80%;-webkit-mask-composite:source-in;mask-composite:intersect}.bg-\[length\:200\%_100\%\]{background-size:200% 100%}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-black{fill:var(--color-black)}.fill-white{fill:var(--color-white)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-top{object-position:top}.\!p-0{padding:calc(var(--spacing) * 0)!important}.p-0{padding:calc(var(--spacing) * 0)}.p-0\.5{padding:calc(var(--spacing) * .5)}.p-1{padding:calc(var(--spacing) * 1)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-2\.5{padding:calc(var(--spacing) * 2.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-3\.5{padding:calc(var(--spacing) * 3.5)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-0\.5{padding-inline:calc(var(--spacing) * .5)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-20{padding-block:calc(var(--spacing) * 20)}.py-28{padding-block:calc(var(--spacing) * 28)}.py-\[3px\]{padding-block:3px}.py-\[30px\]{padding-block:30px}.py-px{padding-block:1px}.pt-0{padding-top:calc(var(--spacing) * 0)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-1\.5{padding-top:calc(var(--spacing) * 1.5)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-2\.5{padding-top:calc(var(--spacing) * 2.5)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pt-12{padding-top:calc(var(--spacing) * 12)}.pt-14{padding-top:calc(var(--spacing) * 14)}.pt-16{padding-top:calc(var(--spacing) * 16)}.pt-20{padding-top:calc(var(--spacing) * 20)}.pt-24{padding-top:calc(var(--spacing) * 24)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pr-9{padding-right:calc(var(--spacing) * 9)}.pr-10{padding-right:calc(var(--spacing) * 10)}.pb-0\.5{padding-bottom:calc(var(--spacing) * .5)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-1\.5{padding-bottom:calc(var(--spacing) * 1.5)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-5{padding-bottom:calc(var(--spacing) * 5)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pb-10{padding-bottom:calc(var(--spacing) * 10)}.pb-12{padding-bottom:calc(var(--spacing) * 12)}.pb-16{padding-bottom:calc(var(--spacing) * 16)}.pb-20{padding-bottom:calc(var(--spacing) * 20)}.pl-3{padding-left:calc(var(--spacing) * 3)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-5{padding-left:calc(var(--spacing) * 5)}.pl-7{padding-left:calc(var(--spacing) * 7)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-7xl{font-size:var(--text-7xl);line-height:var(--tw-leading,var(--text-7xl--line-height))}.text-8xl{font-size:var(--text-8xl);line-height:var(--tw-leading,var(--text-8xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-sm\/relaxed{font-size:var(--text-sm);line-height:var(--leading-relaxed)}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[2rem\]{font-size:2rem}.text-\[6px\]{font-size:6px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-\[clamp\(40px\,5vw\,72px\)\]{font-size:clamp(40px,5vw,72px)}.text-\[clamp\(44px\,6vw\,84px\)\]{font-size:clamp(44px,6vw,84px)}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.leading-\[1\.02\]{--tw-leading:1.02;line-height:1.02}.leading-\[1\.08\]{--tw-leading:1.08;line-height:1.08}.leading-\[1\.15\]{--tw-leading:1.15;line-height:1.15}.leading-\[1\],.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[var\(--font-sans\)\]{--tw-font-weight:var(--font-sans);font-weight:var(--font-sans)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.02em\]{--tw-tracking:-.02em;letter-spacing:-.02em}.tracking-\[-0\.03em\]{--tw-tracking:-.03em;letter-spacing:-.03em}.tracking-\[-0\.04em\]{--tw-tracking:-.04em;letter-spacing:-.04em}.tracking-\[-0\.029375rem\]{--tw-tracking:-.029375rem;letter-spacing:-.029375rem}.tracking-\[0\.12em\]{--tw-tracking:.12em;letter-spacing:.12em}.tracking-\[0\.16em\]{--tw-tracking:.16em;letter-spacing:.16em}.tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.overflow-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-\[\#1EAEDB\]{color:#1eaedb}.text-\[\#6b6b73\]{color:#6b6b73}.text-\[\#6b8ba4\]{color:#6b8ba4}.text-\[\#8b8b93\]{color:#8b8b93}.text-\[\#8e8e93\]{color:#8e8e93}.text-\[\#25D366\]{color:#25d366}.text-\[\#26A5E4\]{color:#26a5e4}.text-\[\#34C759\]{color:#34c759}.text-\[\#111b21\]{color:#111b21}.text-\[\#5865F2\]{color:#5865f2}.text-\[\#667781\]{color:#667781}.text-\[var\(--color-accent\)\]{color:var(--color-accent)}.text-\[var\(--color-bg\)\]{color:var(--color-bg)}.text-\[var\(--color-code-text\)\]{color:var(--color-code-text)}.text-\[var\(--color-error\)\]{color:var(--color-error)}.text-\[var\(--color-success\)\]{color:var(--color-success)}.text-\[var\(--color-text\)\]{color:var(--color-text)}.text-\[var\(--color-text-muted\)\]{color:var(--color-text-muted)}.text-\[var\(--color-text-secondary\)\]{color:var(--color-text-secondary)}.text-\[var\(--color-text-secondary\)\]\/60{color:#78716c99}@supports (color:color-mix(in lab,red,red)){.text-\[var\(--color-text-secondary\)\]\/60{color:color-mix(in oklab,var(--color-text-secondary) 60%,transparent)}}.text-\[var\(--color-text-subtle\)\]{color:var(--color-text-subtle)}.text-\[var\(--color-text-tertiary\)\]{color:var(--color-text-tertiary)}.text-\[var\(--cursor-cta-text\)\]{color:var(--cursor-cta-text)}.text-\[var\(--cursor-text\)\]{color:var(--cursor-text)}.text-\[var\(--cursor-text-body\)\]{color:var(--cursor-text-body)}.text-\[var\(--cursor-text-dim\)\]{color:var(--cursor-text-dim)}.text-\[var\(--cursor-text-faint\)\]{color:var(--cursor-text-faint)}.text-accent{color:var(--color-accent)}.text-amber-400{color:var(--color-amber-400)}.text-amber-500{color:var(--color-amber-500)}.text-amber-500\/90{color:#f99c00e6}@supports (color:color-mix(in lab,red,red)){.text-amber-500\/90{color:color-mix(in oklab,var(--color-amber-500) 90%,transparent)}}.text-amber-600{color:var(--color-amber-600)}.text-black{color:var(--color-black)}.text-black\/50{color:#00000080}@supports (color:color-mix(in lab,red,red)){.text-black\/50{color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.text-blue-400{color:var(--color-blue-400)}.text-blue-500{color:var(--color-blue-500)}.text-current{color:currentColor}.text-error{color:var(--color-error)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-900{color:var(--color-gray-900)}.text-green-400{color:var(--color-green-400)}.text-green-400\/80{color:#05df72cc}@supports (color:color-mix(in lab,red,red)){.text-green-400\/80{color:color-mix(in oklab,var(--color-green-400) 80%,transparent)}}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-inherit{color:inherit}.text-neutral-400{color:var(--color-neutral-400)}.text-orange-500{color:var(--color-orange-500)}.text-purple-500{color:var(--color-purple-500)}.text-red-400{color:var(--color-red-400)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-sky-600{color:var(--color-sky-600)}.text-transparent{color:#0000}.text-violet-600{color:var(--color-violet-600)}.text-white{color:var(--color-white)}.text-white\/40{color:#fff6}@supports (color:color-mix(in lab,red,red)){.text-white\/40{color:color-mix(in oklab,var(--color-white) 40%,transparent)}}.text-white\/50{color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.text-white\/50{color:color-mix(in oklab,var(--color-white) 50%,transparent)}}.text-white\/60{color:#fff9}@supports (color:color-mix(in lab,red,red)){.text-white\/60{color:color-mix(in oklab,var(--color-white) 60%,transparent)}}.text-white\/80{color:#fffc}@supports (color:color-mix(in lab,red,red)){.text-white\/80{color:color-mix(in oklab,var(--color-white) 80%,transparent)}}.text-yellow-300{color:var(--color-yellow-300)}.text-yellow-400{color:var(--color-yellow-400)}.text-yellow-500{color:var(--color-yellow-500)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-\[var\(--color-text-tertiary\)\]::placeholder{color:var(--color-text-tertiary)}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-100{opacity:1}.opacity-\[0\.05\]{opacity:.05}.opacity-\[0\.06\]{opacity:.06}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow:0 2px 12px var(--tw-shadow-color,#0000000f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 10px 30px var(--tw-shadow-color,#0f172a0d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_12px_32px_rgba\(15\,23\,42\,0\.12\)\]{--tw-shadow:0 12px 32px var(--tw-shadow-color,#0f172a1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[inset_0_-8px_10px_\#ffffff1f\]{--tw-shadow:inset 0 -8px 10px var(--tw-shadow-color,#ffffff1f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[inset_0_0_2px_1px_\#71717a\,inset_0_0_0_2px_\#3f3f46\]{--tw-shadow:inset 0 0 2px 1px var(--tw-shadow-color,#71717a), inset 0 0 0 2px var(--tw-shadow-color,#3f3f46);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--shadow-border-medium\)\]{--tw-shadow:var(--shadow-border-medium);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--shadow-modal\)\]{--tw-shadow:var(--shadow-modal);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[var\(--shadow-tooltip\)\]{--tw-shadow:var(--shadow-tooltip);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-black\/5{--tw-shadow-color:#0000000d}@supports (color:color-mix(in lab,red,red)){.shadow-black\/5{--tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent)}}.shadow-border{--tw-shadow-color:#e7e5e4}@supports (color:color-mix(in lab,red,red)){.shadow-border{--tw-shadow-color:color-mix(in oklab, var(--color-border) var(--tw-shadow-alpha), transparent)}}.ring-\[var\(--color-border\)\]\/50{--tw-ring-color:#e7e5e480}@supports (color:color-mix(in lab,red,red)){.ring-\[var\(--color-border\)\]\/50{--tw-ring-color:color-mix(in oklab, var(--color-border) 50%, transparent)}}.ring-\[var\(--color-surface\)\]{--tw-ring-color:var(--color-surface)}.ring-amber-500\/25{--tw-ring-color:#f99c0040}@supports (color:color-mix(in lab,red,red)){.ring-amber-500\/25{--tw-ring-color:color-mix(in oklab, var(--color-amber-500) 25%, transparent)}}.ring-green-500\/25{--tw-ring-color:#00c75840}@supports (color:color-mix(in lab,red,red)){.ring-green-500\/25{--tw-ring-color:color-mix(in oklab, var(--color-green-500) 25%, transparent)}}.ring-sky-500\/25{--tw-ring-color:#00a5ef40}@supports (color:color-mix(in lab,red,red)){.ring-sky-500\/25{--tw-ring-color:color-mix(in oklab, var(--color-sky-500) 25%, transparent)}}.ring-violet-500\/25{--tw-ring-color:#8d54ff40}@supports (color:color-mix(in lab,red,red)){.ring-violet-500\/25{--tw-ring-color:color-mix(in oklab, var(--color-violet-500) 25%, transparent)}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-0{outline-style:var(--tw-outline-style);outline-width:0}.outline-offset-2{outline-offset:2px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.blur-\[2px\]{--tw-blur:blur(2px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.delay-75{transition-delay:75ms}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.\[background\:conic-gradient\(from_calc\(270deg-\(var\(--spread\)\*0\.5\)\)\,transparent_0\,var\(--shimmer-color\)_var\(--spread\)\,transparent_var\(--spread\)\)\]{background:conic-gradient(from calc(270deg - (var(--spread) * .5)),transparent 0,var(--shimmer-color) var(--spread),transparent var(--spread))}.\[background\:var\(--bg\)\]{background:var(--bg)}.\[mask\:none\]{-webkit-mask:none;mask:none}.group-open\:rotate-180:is(:where(.group):is([open],:popover-open,:open) *){rotate:180deg}@media(hover:hover){.group-hover\:visible:is(:where(.group):hover *){visibility:visible}.group-hover\:translate-y-\[-2rem\]:is(:where(.group):hover *){--tw-translate-y:-2rem;translate:var(--tw-translate-x) var(--tw-translate-y)}.group-hover\:translate-y-\[1rem\]:is(:where(.group):hover *){--tw-translate-y:1rem;translate:var(--tw-translate-x) var(--tw-translate-y)}.group-hover\:text-\[var\(--color-text\)\]:is(:where(.group):hover *){color:var(--color-text)}.group-hover\:opacity-0:is(:where(.group):hover *){opacity:0}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\:shadow-\[inset_0_-6px_10px_\#ffffff3f\]:is(:where(.group):hover *){--tw-shadow:inset 0 -6px 10px var(--tw-shadow-color,#ffffff3f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.group-active\:shadow-\[inset_0_-10px_10px_\#ffffff3f\]:is(:where(.group):active *){--tw-shadow:inset 0 -10px 10px var(--tw-shadow-color,#ffffff3f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.placeholder\:text-\[var\(--color-text-secondary\)\]\/50::placeholder{color:#78716c80}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-\[var\(--color-text-secondary\)\]\/50::placeholder{color:color-mix(in oklab,var(--color-text-secondary) 50%,transparent)}}.placeholder\:text-\[var\(--color-text-subtle\)\]::placeholder{color:var(--color-text-subtle)}.placeholder\:text-\[var\(--color-text-tertiary\)\]::placeholder{color:var(--color-text-tertiary)}.placeholder\:text-\[var\(--cursor-text-faint\)\]::placeholder{color:var(--cursor-text-faint)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\:border-\[var\(--color-border\)\]:hover{border-color:var(--color-border)}.hover\:border-\[var\(--color-border-hover\)\]:hover{border-color:var(--color-border-hover)}.hover\:border-\[var\(--color-text-muted\)\]:hover{border-color:var(--color-text-muted)}.hover\:border-\[var\(--color-text-secondary\)\]:hover{border-color:var(--color-text-secondary)}.hover\:border-\[var\(--color-text-tertiary\)\]:hover{border-color:var(--color-text-tertiary)}.hover\:border-\[var\(--cursor-text-faint\)\]:hover{border-color:var(--cursor-text-faint)}.hover\:border-green-500\/50:hover{border-color:#00c75880}@supports (color:color-mix(in lab,red,red)){.hover\:border-green-500\/50:hover{border-color:color-mix(in oklab,var(--color-green-500) 50%,transparent)}}.hover\:bg-\[var\(--color-accent\)\]\/10:hover{background-color:#1c19171a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[var\(--color-accent\)\]\/10:hover{background-color:color-mix(in oklab,var(--color-accent) 10%,transparent)}}.hover\:bg-\[var\(--color-accent-hover\)\]:hover{background-color:var(--color-accent-hover)}.hover\:bg-\[var\(--color-bg-alt\)\]:hover{background-color:var(--color-bg-alt)}.hover\:bg-\[var\(--color-bg-alt\)\]\/50:hover{background-color:#edeceb80}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[var\(--color-bg-alt\)\]\/50:hover{background-color:color-mix(in oklab,var(--color-bg-alt) 50%,transparent)}}.hover\:bg-\[var\(--color-bg-alt\)\]\/80:hover{background-color:#edecebcc}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[var\(--color-bg-alt\)\]\/80:hover{background-color:color-mix(in oklab,var(--color-bg-alt) 80%,transparent)}}.hover\:bg-\[var\(--color-border\)\]:hover{background-color:var(--color-border)}.hover\:bg-\[var\(--color-border\)\]\/30:hover{background-color:#e7e5e44d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[var\(--color-border\)\]\/30:hover{background-color:color-mix(in oklab,var(--color-border) 30%,transparent)}}.hover\:bg-\[var\(--color-elevated\)\]:hover{background-color:var(--color-elevated)}.hover\:bg-\[var\(--color-elevated-active\)\]:hover{background-color:var(--color-elevated-active)}.hover\:bg-\[var\(--color-error\)\]\/90:hover{background-color:#ff3535e6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[var\(--color-error\)\]\/90:hover{background-color:color-mix(in oklab,var(--color-error) 90%,transparent)}}.hover\:bg-\[var\(--color-secondary\)\]\/80:hover{background-color:#edecebcc}@supports (color:color-mix(in lab,red,red)){.hover\:bg-\[var\(--color-secondary\)\]\/80:hover{background-color:color-mix(in oklab,var(--color-secondary) 80%,transparent)}}.hover\:bg-\[var\(--color-surface\)\]:hover{background-color:var(--color-surface)}.hover\:bg-\[var\(--color-surface-hover\)\]:hover{background-color:var(--color-surface-hover)}.hover\:bg-\[var\(--cursor-bg-hover\)\]:hover{background-color:var(--cursor-bg-hover)}.hover\:bg-\[var\(--cursor-surface-hover\)\]:hover{background-color:var(--cursor-surface-hover)}.hover\:bg-emerald-500\/15:hover{background-color:#00bb7f26}@supports (color:color-mix(in lab,red,red)){.hover\:bg-emerald-500\/15:hover{background-color:color-mix(in oklab,var(--color-emerald-500) 15%,transparent)}}.hover\:bg-red-500\/5:hover{background-color:#fb2c360d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/5:hover{background-color:color-mix(in oklab,var(--color-red-500) 5%,transparent)}}.hover\:bg-red-500\/10:hover{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/10:hover{background-color:color-mix(in oklab,var(--color-red-500) 10%,transparent)}}.hover\:bg-red-500\/30:hover{background-color:#fb2c364d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-red-500\/30:hover{background-color:color-mix(in oklab,var(--color-red-500) 30%,transparent)}}.hover\:bg-red-600:hover{background-color:var(--color-red-600)}.hover\:bg-red-900:hover{background-color:var(--color-red-900)}.hover\:bg-transparent:hover{background-color:#0000}.hover\:bg-white\/10:hover{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/10:hover{background-color:color-mix(in oklab,var(--color-white) 10%,transparent)}}.hover\:bg-white\/15:hover{background-color:#ffffff26}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/15:hover{background-color:color-mix(in oklab,var(--color-white) 15%,transparent)}}.hover\:bg-white\/90:hover{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-white\/90:hover{background-color:color-mix(in oklab,var(--color-white) 90%,transparent)}}.hover\:text-\[var\(--color-text\)\]:hover{color:var(--color-text)}.hover\:text-\[var\(--color-text-muted\)\]:hover{color:var(--color-text-muted)}.hover\:text-\[var\(--color-text-secondary\)\]:hover{color:var(--color-text-secondary)}.hover\:text-\[var\(--cursor-text\)\]:hover{color:var(--cursor-text)}.hover\:text-\[var\(--cursor-text-body\)\]:hover{color:var(--cursor-text-body)}.hover\:text-red-300:hover{color:var(--color-red-300)}.hover\:text-red-400:hover{color:var(--color-red-400)}.hover\:text-red-500:hover{color:var(--color-red-500)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}}.focus\:border-\[var\(--color-accent\)\]:focus{border-color:var(--color-accent)}.focus\:border-\[var\(--color-border-hover\)\]:focus{border-color:var(--color-border-hover)}.focus\:border-\[var\(--color-text-secondary\)\]:focus{border-color:var(--color-text-secondary)}.focus\:border-\[var\(--cursor-text-dim\)\]:focus{border-color:var(--cursor-text-dim)}.focus\:border-transparent:focus{border-color:#0000}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-\[\#b91c1c\]:focus{--tw-ring-color:#b91c1c}.focus\:ring-\[var\(--color-accent\)\]:focus{--tw-ring-color:var(--color-accent)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\:outline-0:focus{outline-style:var(--tw-outline-style);outline-width:0}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[var\(--color-accent\)\]:focus-visible{--tw-ring-color:var(--color-accent)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\:outline:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:translate-y-px:active{--tw-translate-y:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.data-\[state\=active\]\:bg-\[var\(--color-surface\)\][data-state=active]{background-color:var(--color-surface)}.data-\[state\=active\]\:text-\[var\(--color-text\)\][data-state=active]{color:var(--color-text)}.data-\[state\=active\]\:opacity-100[data-state=active]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media(min-width:40rem){.sm\:right-auto{right:auto}.sm\:bottom-6{bottom:calc(var(--spacing) * 6)}.sm\:left-6{left:calc(var(--spacing) * 6)}.sm\:-mx-6{margin-inline:calc(var(--spacing) * -6)}.sm\:mx-5{margin-inline:calc(var(--spacing) * 5)}.sm\:mt-8{margin-top:calc(var(--spacing) * 8)}.sm\:mb-6{margin-bottom:calc(var(--spacing) * 6)}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:inline{display:inline}.sm\:inline-flex{display:inline-flex}.sm\:h-\[142px\]{height:142px}.sm\:h-\[256px\]{height:256px}.sm\:h-\[512px\]{height:512px}.sm\:w-\[400px\]{width:400px}.sm\:max-w-\[360px\]{max-width:360px}.sm\:min-w-\[320px\]{min-width:320px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-\[minmax\(0\,1fr\)_160px\]{grid-template-columns:minmax(0,1fr) 160px}.sm\:justify-end{justify-content:flex-end}.sm\:gap-6{gap:calc(var(--spacing) * 6)}.sm\:gap-8{gap:calc(var(--spacing) * 8)}.sm\:gap-10{gap:calc(var(--spacing) * 10)}.sm\:p-3{padding:calc(var(--spacing) * 3)}.sm\:p-4{padding:calc(var(--spacing) * 4)}.sm\:p-6{padding:calc(var(--spacing) * 6)}.sm\:p-8{padding:calc(var(--spacing) * 8)}.sm\:px-0{padding-inline:calc(var(--spacing) * 0)}.sm\:px-5{padding-inline:calc(var(--spacing) * 5)}.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.sm\:py-5{padding-block:calc(var(--spacing) * 5)}.sm\:py-10{padding-block:calc(var(--spacing) * 10)}.sm\:py-14{padding-block:calc(var(--spacing) * 14)}.sm\:py-36{padding-block:calc(var(--spacing) * 36)}.sm\:pt-20{padding-top:calc(var(--spacing) * 20)}.sm\:pt-24{padding-top:calc(var(--spacing) * 24)}.sm\:pb-14{padding-bottom:calc(var(--spacing) * 14)}.sm\:pb-24{padding-bottom:calc(var(--spacing) * 24)}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.sm\:text-9xl{font-size:var(--text-9xl);line-height:var(--tw-leading,var(--text-9xl--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.sm\:text-\[2\.6rem\]{font-size:2.6rem}.sm\:text-\[9px\]{font-size:9px}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[30px\]{font-size:30px}}@media(min-width:48rem){.md\:top-5{top:calc(var(--spacing) * 5)}.md\:left-5{left:calc(var(--spacing) * 5)}.md\:block{display:block}.md\:hidden{display:none}.md\:max-w-\[800px\]{max-width:800px}.md\:grid-cols-\[180px_minmax\(0\,1fr\)\]{grid-template-columns:180px minmax(0,1fr)}.md\:items-center{align-items:center}.md\:gap-0\.5{gap:calc(var(--spacing) * .5)}.md\:gap-1{gap:calc(var(--spacing) * 1)}.md\:p-6{padding:calc(var(--spacing) * 6)}.md\:p-12{padding:calc(var(--spacing) * 12)}.md\:pt-0{padding-top:calc(var(--spacing) * 0)}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}@media(min-width:64rem){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:justify-stretch{justify-content:stretch}.lg\:gap-14{gap:calc(var(--spacing) * 14)}.lg\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}@media(prefers-color-scheme:dark){.dark\:\!bg-\[\#0a0a0a\]{background-color:#0a0a0a!important}.dark\:bg-emerald-500\/15{background-color:#00bb7f26}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-500\/15{background-color:color-mix(in oklab,var(--color-emerald-500) 15%,transparent)}}.dark\:text-amber-400{color:var(--color-amber-400)}.dark\:text-black{color:var(--color-black)}.dark\:text-red-400{color:var(--color-red-400)}@media(hover:hover){.dark\:hover\:bg-emerald-500\/20:hover{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-emerald-500\/20:hover{background-color:color-mix(in oklab,var(--color-emerald-500) 20%,transparent)}}}}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:decoration-\[var\(--cursor-border\)\] a{-webkit-text-decoration-color:var(--cursor-border);text-decoration-color:var(--cursor-border)}.\[\&_a\]\:underline-offset-4 a{text-underline-offset:4px}.\[\&_a\]\:transition-colors a{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(hover:hover){.hover\:\[\&_a\]\:decoration-\[var\(--cursor-text-body\)\]:hover a{-webkit-text-decoration-color:var(--cursor-text-body);text-decoration-color:var(--cursor-text-body)}}.\[\&_h2\]\:mt-12 h2{margin-top:calc(var(--spacing) * 12)}.\[\&_h2\]\:mb-4 h2{margin-bottom:calc(var(--spacing) * 4)}.\[\&_h2\]\:text-2xl h2{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.\[\&_h2\]\:font-normal h2{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.\[\&_h2\]\:tracking-\[-0\.02em\] h2{--tw-tracking:-.02em;letter-spacing:-.02em}.\[\&_h2\]\:text-\[var\(--cursor-text\)\] h2{color:var(--cursor-text)}.\[\&_li\]\:text-base li{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.\[\&_li\]\:leading-8 li{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.\[\&_p\]\:text-base p{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.\[\&_p\]\:leading-8 p{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 svg:not([class*=size-]){width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}:where(.\[\&_ul\]\:space-y-3 ul>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}.\[\&\>a\]\:underline>a{text-decoration-line:underline}.\[\&\>a\]\:underline-offset-4>a{text-underline-offset:4px}}.cursor-clone{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--cursor-bg);color:var(--cursor-text);--color-bg:var(--cursor-bg);--color-bg-alt:var(--cursor-surface-card);--color-sidebar:var(--cursor-surface-card);--color-surface:var(--cursor-surface);--color-border:var(--cursor-border);--color-border-hover:var(--cursor-text-faint);--color-text:var(--cursor-text);--color-text-secondary:var(--cursor-text-body);--color-text-tertiary:var(--cursor-text-faint);--color-text-muted:var(--cursor-text-body);--color-text-subtle:var(--cursor-text-faint);--color-accent:var(--cursor-cta-bg);--color-accent-hover:var(--cursor-cta-bg);--color-secondary:var(--cursor-surface);--color-elevated:var(--cursor-surface-card);--color-elevated-active:var(--cursor-surface-hover);--cursor-bg:#0a0a0a;--cursor-bg-nav:#0a0a0ae6;--cursor-text:#fff;--cursor-text-muted:#ffffffe6;--cursor-text-dim:#fffc;--cursor-text-body:#ffffffb3;--cursor-text-faint:#ffffff80;--cursor-text-extra-faint:#fff6;--cursor-border:#ffffff14;--cursor-surface:#ffffff0d;--cursor-surface-hover:#ffffff05;--cursor-surface-card:#ffffff05;--cursor-cta-bg:#fff;--cursor-cta-text:#000;--cursor-logo-invert:1;--cursor-company-logo-filter:brightness(0) invert(1);--cursor-shadow:0 25px 50px -12px #00000080;--cursor-hero-blur:blur(80px) saturate(.5) brightness(.35);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;transition:background-color .2s,color .2s}@media(prefers-color-scheme:light){.cursor-clone:not([data-theme=dark]){--cursor-bg:#fff;--cursor-bg-nav:#ffffffe6;--cursor-text:#000;--cursor-text-muted:#000000e6;--cursor-text-dim:#000c;--cursor-text-body:#000000b3;--cursor-text-faint:#00000080;--cursor-text-extra-faint:#0006;--cursor-border:#00000014;--cursor-surface:#0000000d;--cursor-surface-hover:#00000008;--cursor-surface-card:#00000005;--cursor-cta-bg:#000;--cursor-cta-text:#fff;--cursor-logo-invert:0;--cursor-company-logo-filter:brightness(0);--cursor-shadow:0 25px 50px -12px #00000026;--cursor-hero-blur:blur(80px) saturate(.5) brightness(.85)}}.cursor-clone[data-theme=light]{--cursor-bg:#fff;--cursor-bg-nav:#ffffffe6;--cursor-text:#000;--cursor-text-muted:#000000e6;--cursor-text-dim:#000c;--cursor-text-body:#000000b3;--cursor-text-faint:#00000080;--cursor-text-extra-faint:#0006;--cursor-border:#00000014;--cursor-surface:#0000000d;--cursor-surface-hover:#00000008;--cursor-surface-card:#00000005;--cursor-cta-bg:#000;--cursor-cta-text:#fff;--cursor-logo-invert:0;--cursor-company-logo-filter:brightness(0);--cursor-shadow:0 25px 50px -12px #00000026;--cursor-hero-blur:blur(80px) saturate(.5) brightness(.85)}.cursor-clone[data-theme=dark]{--cursor-bg:#0a0a0a;--cursor-bg-nav:#0a0a0ae6;--cursor-text:#fff;--cursor-text-muted:#ffffffe6;--cursor-text-dim:#fffc;--cursor-text-body:#ffffffb3;--cursor-text-faint:#ffffff80;--cursor-text-extra-faint:#fff6;--cursor-border:#ffffff14;--cursor-surface:#ffffff0d;--cursor-surface-hover:#ffffff05;--cursor-surface-card:#ffffff05;--cursor-cta-bg:#fff;--cursor-cta-text:#000;--cursor-logo-invert:1;--cursor-company-logo-filter:brightness(0) invert(1);--cursor-shadow:0 25px 50px -12px #00000080;--cursor-hero-blur:blur(80px) saturate(.5) brightness(.35)}.cursor-clone .cursor-nav{background:var(--cursor-bg-nav);border-color:var(--cursor-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);height:48px;padding-left:80px;padding-right:80px}@media(max-width:1280px){.cursor-clone .cursor-nav{padding-left:40px;padding-right:40px}}.cursor-clone .cursor-nav-link{color:var(--cursor-text-body);font-size:14px;font-weight:500}.cursor-clone .cursor-nav-link:hover{color:var(--cursor-text)}.cursor-clone .cursor-nav-dropdown{background:var(--cursor-bg);border:1px solid var(--cursor-border);min-width:280px;box-shadow:var(--cursor-shadow);z-index:100;border-radius:8px;margin-top:8px;padding-top:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.cursor-clone .cursor-nav-dropdown-link{color:var(--cursor-text-body);border-radius:4px;padding:6px 8px;font-size:14px;font-weight:500;transition:color .15s,background .15s}.cursor-clone .cursor-nav-dropdown-link:hover{color:var(--cursor-text);background:var(--cursor-surface-hover)}.cursor-clone .cursor-nav-dropdown-link-extend{width:calc(100% + 1.75rem)}.cursor-clone .cursor-nav-btn{border-radius:9999px;padding:5px 12px;font-size:13px;font-weight:500;transition:opacity .2s}.cursor-clone .cursor-nav-btn-outline{color:var(--cursor-text-dim);border:1px solid var(--cursor-border);background:0 0}.cursor-clone .cursor-nav-btn-outline:hover{background:var(--cursor-surface-hover);color:var(--cursor-text);border-color:var(--cursor-text-faint)}.cursor-clone .cursor-nav-btn-primary{background:var(--cursor-cta-bg);color:var(--cursor-cta-text);opacity:.92;border:none}.cursor-clone .cursor-nav-btn-primary:hover{opacity:1}.cursor-clone .cursor-logo{letter-spacing:-.02em;font-size:18px;font-weight:600}.cursor-clone .cursor-hero-h1{letter-spacing:-.03em;text-align:left;max-width:640px;color:var(--cursor-text);font-size:clamp(40px,5vw,72px);font-weight:400;line-height:1.08}.cursor-clone .cursor-download-btn{background:var(--cursor-cta-bg);color:var(--cursor-cta-text);border-radius:9999px;padding:12px 24px;font-size:14px;font-weight:500}.cursor-clone .cursor-download-btn:hover{opacity:.9}.cursor-clone .cursor-hero-cta{background:var(--cursor-cta-bg);color:var(--cursor-cta-text);border-radius:9999px;padding:14px 28px;font-size:16px;font-weight:500}.cursor-clone .cursor-hero-cta:hover{opacity:.9}.cursor-clone .cursor-provider-panel{border:1px solid var(--cursor-border);background:linear-gradient(180deg,var(--cursor-surface),var(--cursor-surface-card));border-radius:24px;padding:28px}.cursor-clone .cursor-provider-grid{flex-wrap:wrap;gap:12px;display:flex}.cursor-clone .cursor-provider-badge{border:1px solid var(--cursor-border);background:var(--cursor-bg);border-radius:9999px;justify-content:center;align-items:center;min-height:56px;padding:14px 18px;display:inline-flex}.cursor-clone .cursor-provider-logo{width:auto;max-width:96px;height:18px;filter:var(--cursor-company-logo-filter);opacity:.92}.cursor-clone .cursor-provider-text{letter-spacing:-.01em;color:var(--cursor-text);font-size:15px;font-weight:500}.cursor-clone .cursor-h2{letter-spacing:-.02em;color:var(--cursor-text);font-size:32px;font-weight:400;line-height:1.2}.cursor-clone .cursor-h3{letter-spacing:-.02em;color:var(--cursor-text);font-size:24px;font-weight:400;line-height:1.3}.cursor-clone .cursor-body{color:var(--cursor-text-body);font-size:18px;line-height:1.6}.cursor-clone .cursor-body-sm{font-size:14px;line-height:1.5}.cursor-clone .cursor-caption{letter-spacing:.1em;text-transform:uppercase;color:var(--cursor-text-faint);font-size:12px}.cursor-clone .cursor-link-muted{color:var(--cursor-text-dim)}.cursor-clone .cursor-link-muted:hover{color:var(--cursor-text)}.cursor-clone .cursor-card{background:var(--cursor-surface);border:1px solid var(--cursor-border)}.cursor-clone .cursor-hover-subtle:hover{background:var(--cursor-surface-hover)}.cursor-clone .cursor-pill{background:var(--cursor-surface);color:var(--cursor-text-dim)}.cursor-clone .cursor-footer-link{color:var(--cursor-text-faint)}.cursor-clone .cursor-footer-link:hover{color:var(--cursor-text)}.cursor-clone .cursor-mobile-menu{background:var(--cursor-bg);border-color:var(--cursor-border)}.cursor-clone .cursor-border-t{border-top:1px solid var(--cursor-border)}.cursor-clone .cursor-border-b{border-bottom:1px solid var(--cursor-border)}.cursor-clone .cursor-code-block{color:var(--cursor-text-body);font-family:ui-monospace,monospace;font-size:14px}.cursor-clone .cursor-nav-icon{color:var(--cursor-text-body)}.cursor-clone .cursor-container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:80px;padding-right:80px}.cursor-clone .cursor-section{padding-top:80px;padding-bottom:80px}.cursor-clone .cursor-hero-visual{box-shadow:var(--cursor-shadow);border-radius:4px;overflow:hidden}.cursor-clone .cursor-company-logo{opacity:.6;width:auto;height:24px;filter:var(--cursor-company-logo-filter)}.cursor-clone .cursor-company-logo:hover{opacity:.9}.cursor-clone .cursor-university-logo{opacity:1;filter:grayscale();height:32px}@media(min-width:768px){.cursor-clone .cursor-university-logo{height:clamp(28px,2vw,44px)}}.cursor-clone .cursor-university-logo-row{align-items:center;gap:8px;display:flex}.cursor-clone .cursor-university-logo-name{letter-spacing:.1em;text-transform:uppercase;color:#000;font-size:12px}@media(min-width:768px){.cursor-clone .cursor-university-logo-name{font-size:clamp(11px,.85vw,14px)}}.cursor-clone .cursor-logo-img{filter:invert(var(--cursor-logo-invert))}.cursor-clone .cursor-logo-svg{width:95.75px;height:auto}.cursor-clone .cursor-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.cursor-clone .cursor-testimonials-section{padding-top:48px;padding-bottom:48px}.cursor-clone .cursor-testimonials-h2{margin-bottom:24px}.cursor-clone .cursor-testimonials-grid{gap:16px}.cursor-clone .cursor-testimonial-card{border:1px solid var(--cursor-border);background:var(--cursor-surface-card);border-radius:4px;padding:16px}.cursor-clone .cursor-testimonial-card .cursor-avatar{margin-bottom:12px}.cursor-clone .cursor-testimonial{-webkit-line-clamp:4;color:var(--cursor-text-muted);-webkit-box-orient:vertical;margin-bottom:12px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.cursor-clone .cursor-testimonial-author{color:var(--cursor-text);font-size:12px;font-weight:600}.cursor-clone .cursor-testimonial-role{color:var(--cursor-text-faint);font-size:10px}.cursor-clone .cursor-blog-title{color:var(--cursor-text);font-size:16px;font-weight:500}.cursor-clone .cursor-blog-desc{color:var(--cursor-text-dim);font-size:14px;line-height:1.5}.cursor-clone .cursor-blog-meta{color:var(--cursor-text-extra-faint);font-size:11px}.cursor-clone .cursor-changelog-date{color:var(--cursor-text-faint);font-size:14px}.cursor-clone .cursor-changelog-title{color:var(--cursor-text-dim);font-size:14px}.cursor-clone .cursor-pricing-toggle-wrap{background:var(--cursor-surface);border:1px solid var(--cursor-border);border-radius:9999px;padding:4px;display:inline-flex;position:relative}.cursor-clone .cursor-pricing-toggle-pill{background:var(--cursor-cta-bg);z-index:0;border-radius:9999px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px}.cursor-clone .cursor-pricing-toggle{color:var(--cursor-text-body);background:0 0;border:none;border-radius:9999px;flex:1;min-width:0;padding:8px 20px}.cursor-clone .cursor-pricing-toggle:hover{color:var(--cursor-text)}.cursor-clone .cursor-pricing-toggle-active,.cursor-clone .cursor-pricing-toggle-active:hover{color:var(--cursor-cta-text);background:0 0}.cursor-clone .cursor-pricing-card{background:var(--cursor-surface);border:1px solid var(--cursor-border);transition:border-color .2s,background .2s;position:relative}.cursor-clone .cursor-pricing-card:hover{background:var(--cursor-surface-hover)}.cursor-clone .cursor-pricing-card-highlighted{border-color:var(--cursor-text-faint)}.cursor-clone .cursor-pricing-badge{background:var(--cursor-surface);color:var(--cursor-text-dim);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.cursor-clone .cursor-pricing-btn-outline{background:var(--cursor-surface);color:var(--cursor-text);border:1px solid var(--cursor-border);border-radius:9999px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s}.cursor-clone .cursor-pricing-btn-outline:hover{background:var(--cursor-surface-hover);border-color:var(--cursor-text-faint)}.cursor-clone .cursor-pricing-faq summary::-webkit-details-marker{display:none}@media(max-width:768px){.cursor-clone .cursor-nav,.cursor-clone .cursor-container{padding-left:24px;padding-right:24px}.cursor-clone .cursor-hero-h1{text-align:center;font-size:36px}.cursor-clone .cursor-h2{font-size:28px}.cursor-clone .cursor-h3{font-size:20px}.cursor-clone .cursor-pricing-card{min-height:auto}}html,body,#root{background:var(--color-bg);width:100%;height:100%;color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}@keyframes indeterminate{0%{transform:translate(-100%)}50%{transform:translate(200%)}to{transform:translate(-100%)}}@keyframes appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes appear-zoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer-slide{to{transform:translate(calc(100cqw - 100%))}}@keyframes spin-around{0%{transform:translateZ(0)rotate(0)}15%,35%{transform:translateZ(0)rotate(90deg)}65%,85%{transform:translateZ(0)rotate(270deg)}to{transform:translateZ(0)rotate(360deg)}}.animate-appear{animation:.5s ease-out forwards appear}.animate-appear-zoom{animation:.5s ease-out forwards appear-zoom}.animate-shimmer-slide{animation:shimmer-slide var(--speed) ease-in-out infinite alternate}.animate-spin-around{animation:spin-around calc(var(--speed) * 2) infinite linear}.delay-75{animation-delay:75ms}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}@keyframes breathe{0%,to{transform:scale(1);box-shadow:0 0 #94a3b800}50%{transform:scale(1.03);box-shadow:0 0 25px 8px #94a3b826}}@keyframes breathe-inner{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.6;transform:scale(1.02)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)rotate(45deg)}to{transform:translate(200%)rotate(45deg)}}@keyframes lightning-flash{0%,to{opacity:1;filter:drop-shadow(0 0 #94a3b800)}15%{opacity:1;filter:drop-shadow(0 0 8px #94a3b899)}20%{opacity:.85;filter:drop-shadow(0 0 12px #94a3b8cc)}25%{opacity:1;filter:drop-shadow(0 0 4px #94a3b866)}30%,90%{opacity:1;filter:drop-shadow(0 0 #94a3b800)}}@keyframes spark{0%,to{opacity:0;transform:scale(0)}50%{opacity:.7;transform:scale(1)}}@keyframes border-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-breathe{animation:3s ease-in-out infinite breathe}.animate-breathe-inner{animation:3s ease-in-out infinite breathe-inner}.animate-shimmer-sweep{animation:4s ease-in-out infinite shimmer-sweep}.animate-lightning-flash{animation:3s ease-in-out infinite lightning-flash}.animate-spark{animation:2s ease-in-out infinite spark}.animate-border-rotate{animation:12s linear infinite border-rotate}.dashboard-dark{--color-bg:#1a1a1a;--color-sidebar:#1e1e1e;--color-surface:#252525;--color-border:#ffffff14;--color-border-hover:#ffffff26;--color-text:#e8e8e8;--color-text-muted:#888;--color-text-subtle:#555;--color-accent:#fff;--color-accent-hover:#ffffffd9;--color-secondary:#2a2a2a;--color-elevated:#ffffff0a;--color-elevated-active:#ffffff14;--color-success:#22c55e;--color-error:#ef4444;--color-warning:#f59e0b}.dashboard-dark ::selection{background:#2563eb66}.dashboard-dark ::-webkit-scrollbar{width:3px;height:3px}.dashboard-dark ::-webkit-scrollbar-track{background:0 0}.dashboard-dark ::-webkit-scrollbar-thumb{background:0 0;border-radius:1.5px}.dashboard-dark :hover::-webkit-scrollbar-thumb{background:#ffffff14}.dashboard-dark :hover::-webkit-scrollbar-thumb:hover{background:#ffffff26}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}::selection{background-color:var(--color-accent);color:#fff}a{text-decoration:none}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-mask-linear{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-radial{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-conic{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-left{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-right{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-bottom{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-top{syntax:"*";inherits:false;initial-value:linear-gradient(#fff,#fff)}@property --tw-mask-bottom-from-position{syntax:"*";inherits:false;initial-value:0%}@property --tw-mask-bottom-to-position{syntax:"*";inherits:false;initial-value:100%}@property --tw-mask-bottom-from-color{syntax:"*";inherits:false;initial-value:black}@property --tw-mask-bottom-to-color{syntax:"*";inherits:false;initial-value:transparent}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}
