@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--vds-ink: #100e25;--vds-ink-soft: #1a1540;--vds-ink-deep: #0a0918;--vds-violet: #8877ee;--vds-violet-press: #6b5ce7;--vds-violet-hover: #7766dd;--vds-violet-bright: #a08cff;--vds-lavender: #e4e0fb;--vds-lavender-tint: #f5f3ff;--vds-lavender-faint: #faf9ff;--vds-lavender-line: #c4bfef;--vds-white: #ffffff;--vds-text-heading: #100e25;--vds-text-body: #3a3660;--vds-text-on-dark: #ffffff;--vds-text-on-dark-muted: rgba(255, 255, 255, .72);--vds-cyan: #00d4ff;--vds-indigo: #6366f1;--vds-info: #8877ee;--vds-info-surface: #f5f3ff;--vds-success: #16a34a;--vds-success-surface: #f0fdf4;--vds-success-shadow: #bbf7d0;--vds-warning: #d97706;--vds-warning-surface: #fffbeb;--vds-warning-shadow: #fde68a;--vds-danger: #ef4444;--surface-page: var(--vds-white);--surface-card: var(--vds-white);--surface-tinted: var(--vds-lavender-tint);--surface-dark: var(--vds-ink);--text-heading: var(--vds-text-heading);--text-body: var(--vds-text-body);--text-link: var(--vds-violet);--border-strong: var(--vds-ink);--shadow-color: var(--vds-lavender);--font-display: "Space Grotesk", "Atkinson", sans-serif;--font-body: "Atkinson", "Space Grotesk", sans-serif;--weight-regular: 400;--weight-bold: 700;--weight-black: 800;--text-display: clamp(2.5rem, 5vw, 3.5rem);--text-h1: clamp(2rem, 4.5vw, 3rem);--text-h2: clamp(1.75rem, 4vw, 2.75rem);--text-h3: clamp(1.5rem, 3.2vw, 2.25rem);--text-h4: clamp(1.25rem, 2.2vw, 1.75rem);--text-lead: 1.15rem;--text-body-size: 1.1rem;--leading-tight: 1.1;--leading-heading: 1.2;--leading-body: 1.7;--tracking-label: .05em;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--section-pad-y: 5rem;--container-wide: 80vw;--container-max: 1200px;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-pill: 999px;--border-width: 3px;--border-width-lg: 4px;--pop-shadow: 5px 5px 0 var(--shadow-color);--pop-shadow-hover: 8px 8px 0 var(--shadow-color);--pop-shadow-lg: 8px 8px 0 var(--shadow-color);--pop-shadow-ink: 5px 5px 0 var(--vds-ink);--pop-shadow-ink-hover: 8px 8px 0 var(--vds-ink);--pop-shadow-violet: 5px 5px 0 var(--vds-violet);--pop-lift: translate(-3px, -3px);--transition-pop: all .2s ease;--halftone-dot: rgba(136, 119, 238, .2);--halftone-size: 12px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-body);font-size:var(--text-body-size);line-height:var(--leading-body);color:var(--text-body);background-color:var(--surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;font-family:var(--font-display);font-weight:var(--weight-bold);line-height:var(--leading-heading);color:var(--text-heading)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4)}p{margin:0 0 1rem}a{color:var(--text-link);text-decoration:none;transition:color .2s ease}a:hover{color:var(--vds-violet-press)}strong,b{font-weight:var(--weight-bold)}img{max-width:100%;height:auto;display:block}.pop-container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:1.5rem}.pop-section{padding:var(--section-pad-y) 0;background:var(--surface-page)}.pop-section--tinted{background:var(--surface-tinted)}.pop-section--dark{background:var(--surface-dark);position:relative;overflow:hidden}.pop-halftone{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,var(--halftone-dot) 1px,transparent 1px);background-size:var(--halftone-size) var(--halftone-size)}.pop-eyebrow{display:inline-block;font-family:var(--font-display);font-weight:var(--weight-black);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--vds-violet);margin:0 0 .75rem}.pop-eyebrow--on-dark{color:var(--vds-violet-bright)}.pop-heading{display:inline-block;font-family:var(--font-display);font-weight:var(--weight-bold);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--text-heading);margin:0 0 1.5rem}.pop-heading--on-dark{color:var(--vds-white)}.pop-heading:after{content:"";display:block;width:60px;height:4px;margin-top:.5rem;border-radius:2px;background:var(--vds-violet)}.pop-card{background:var(--surface-card);border:var(--border-width) solid var(--vds-ink);border-radius:var(--radius-lg);box-shadow:var(--pop-shadow);transition:var(--transition-pop)}.pop-card--lg{border-width:var(--border-width-lg);box-shadow:var(--pop-shadow-lg)}a.pop-card:hover,.pop-card--interactive:hover{transform:var(--pop-lift);box-shadow:var(--pop-shadow-hover);border-color:var(--vds-violet)}.pop-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:var(--weight-bold);font-size:.95rem;text-transform:uppercase;letter-spacing:var(--tracking-label);padding:.7rem 1.4rem;border:var(--border-width) solid var(--vds-ink);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-pop);text-decoration:none}.pop-btn--primary{background:var(--vds-violet);color:var(--vds-white);box-shadow:var(--pop-shadow-ink)}.pop-btn--primary:hover{color:var(--vds-white);transform:var(--pop-lift);box-shadow:var(--pop-shadow-ink-hover);background:var(--vds-violet-press)}.pop-btn--secondary{background:var(--vds-white);color:var(--vds-ink);box-shadow:var(--pop-shadow)}.pop-btn--secondary:hover{color:var(--vds-ink);transform:var(--pop-lift);box-shadow:var(--pop-shadow-hover);border-color:var(--vds-violet)}.pop-btn--on-dark{background:transparent;color:var(--vds-white);border-color:var(--vds-white);box-shadow:5px 5px #fff3}.pop-btn--on-dark:hover{color:var(--vds-ink);background:var(--vds-white);transform:var(--pop-lift);box-shadow:8px 8px #ffffff40}.pop-btn--lg{font-size:1.05rem;padding:.9rem 1.8rem}.pop-pill{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-weight:var(--weight-bold);font-size:.8rem;letter-spacing:.03em;padding:.35rem .85rem;border:2px solid var(--vds-ink);border-radius:var(--radius-pill);background:var(--vds-white);color:var(--vds-ink)}.pop-badge{display:inline-block;font-family:var(--font-display);font-weight:var(--weight-black);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .6rem;border-radius:var(--radius-sm);background:var(--vds-lavender-tint);color:var(--vds-violet-press);border:2px solid var(--vds-lavender-line)}.pop-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.pop-reveal.is-visible{opacity:1;transform:translateY(0)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--vds-violet);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pop-reveal{opacity:1;transform:none;transition:none}.pop-card,.pop-btn{transition:none}}.site-header:where(.astro-ctg3m53h){position:sticky;top:0;z-index:50;background:#fff;border-bottom:3px solid var(--vds-ink);transition:background .3s ease,border-color .3s ease}.site-header--transparent:where(.astro-ctg3m53h){position:absolute;top:0;left:0;right:0;background:transparent;border-bottom-color:transparent}.site-header--transparent:where(.astro-ctg3m53h).is-solid{position:fixed;background:#fff;border-bottom-color:var(--vds-ink);box-shadow:0 2px #100e250a}.site-header__nav:where(.astro-ctg3m53h){display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--container-max);margin:0 auto;padding:.85rem 1.5rem}.site-header__brand:where(.astro-ctg3m53h){display:flex;align-items:center;gap:.65rem;text-decoration:none}.site-header__logo:where(.astro-ctg3m53h){height:28px;width:auto}.site-header__logo--white:where(.astro-ctg3m53h){display:none}.site-header--transparent:where(.astro-ctg3m53h) .site-header__logo--dark-ink:where(.astro-ctg3m53h){display:none}.site-header--transparent:where(.astro-ctg3m53h) .site-header__logo--white:where(.astro-ctg3m53h){display:block}.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__logo--dark-ink:where(.astro-ctg3m53h){display:block}.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__logo--white:where(.astro-ctg3m53h){display:none}.site-header__tag:where(.astro-ctg3m53h){font-family:var(--font-display);font-weight:800;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:var(--vds-violet);border:2px solid var(--vds-violet);border-radius:.5rem;padding:.12rem .45rem;white-space:nowrap}.site-header__links:where(.astro-ctg3m53h){display:flex;align-items:center;gap:1.6rem}.site-header__link:where(.astro-ctg3m53h){font-family:var(--font-display);font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--vds-ink);border-bottom:4px solid transparent;padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.site-header__link:where(.astro-ctg3m53h):hover,.site-header__link:where(.astro-ctg3m53h).is-active{color:var(--vds-violet);border-bottom-color:var(--vds-violet)}.site-header--transparent:where(.astro-ctg3m53h) .site-header__link:where(.astro-ctg3m53h){color:#fff}.site-header--transparent:where(.astro-ctg3m53h) .site-header__link:where(.astro-ctg3m53h):hover,.site-header--transparent:where(.astro-ctg3m53h) .site-header__link:where(.astro-ctg3m53h).is-active{color:var(--vds-violet-bright);border-bottom-color:var(--vds-violet-bright)}.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__link:where(.astro-ctg3m53h){color:var(--vds-ink)}.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__link:where(.astro-ctg3m53h):hover,.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__link:where(.astro-ctg3m53h).is-active{color:var(--vds-violet);border-bottom-color:var(--vds-violet)}.site-header__lang:where(.astro-ctg3m53h){font-family:var(--font-display);font-weight:700;font-size:.78rem;color:var(--vds-ink);border:2px solid var(--vds-ink);border-radius:var(--radius-sm);padding:.2rem .55rem;text-decoration:none;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.site-header__lang:where(.astro-ctg3m53h):hover{color:#fff;background:var(--vds-violet);border-color:var(--vds-violet)}.site-header--transparent:where(.astro-ctg3m53h):not(.is-solid) .site-header__lang:where(.astro-ctg3m53h):hover{color:var(--vds-ink);background:#fff;border-color:#fff}.site-header--transparent:where(.astro-ctg3m53h) .site-header__lang:where(.astro-ctg3m53h){color:#fff;border-color:#ffffff80}.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__lang:where(.astro-ctg3m53h){color:var(--vds-ink);border-color:var(--vds-ink)}.site-header__auth:where(.astro-ctg3m53h){position:relative;display:flex;align-items:center}.site-header__signin:where(.astro-ctg3m53h){font-family:var(--font-display);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--vds-violet);border:2px solid var(--vds-ink);border-radius:var(--radius-md);padding:.35rem .85rem;box-shadow:3px 3px 0 var(--vds-ink);transition:var(--transition-pop)}.site-header__signin:where(.astro-ctg3m53h):hover{color:#fff;background:var(--vds-violet-press);transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--vds-ink)}.site-header--transparent:where(.astro-ctg3m53h):not(.is-solid) .site-header__signin:where(.astro-ctg3m53h){box-shadow:3px 3px #ffffff40}.site-header__avatar:where(.astro-ctg3m53h){width:2.1rem;height:2.1rem;border-radius:999px;border:2px solid var(--vds-ink);background:var(--vds-violet);color:#fff;font-family:var(--font-display);font-weight:800;font-size:.9rem;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:var(--transition-pop)}.site-header__avatar:where(.astro-ctg3m53h):hover{transform:translate(-1px,-1px);box-shadow:2px 2px 0 var(--vds-ink)}.site-header--transparent:where(.astro-ctg3m53h):not(.is-solid) .site-header__avatar:where(.astro-ctg3m53h){border-color:#fff}.site-header__menu:where(.astro-ctg3m53h){position:absolute;top:calc(100% + .6rem);right:0;min-width:220px;background:#fff;border:3px solid var(--vds-ink);border-radius:var(--radius-lg);box-shadow:5px 5px 0 var(--vds-lavender);padding:.5rem;display:flex;flex-direction:column;z-index:60}.site-header__auth:where(.astro-ctg3m53h) :where(.astro-ctg3m53h)[hidden],.site-header__menu:where(.astro-ctg3m53h)[hidden],.site-header__profile:where(.astro-ctg3m53h)[hidden]{display:none!important}.site-header__menu-email:where(.astro-ctg3m53h){font-size:.8rem;color:var(--vds-text-body);padding:.4rem .6rem .6rem;border-bottom:2px solid var(--vds-lavender);margin-bottom:.3rem;word-break:break-all}.site-header__menu-item:where(.astro-ctg3m53h){font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--vds-ink);padding:.5rem .6rem;border-radius:var(--radius-sm)}.site-header__menu-item:where(.astro-ctg3m53h):hover{background:var(--vds-lavender-tint);color:var(--vds-violet-press)}.site-header__menu-item--danger:where(.astro-ctg3m53h){color:var(--vds-danger)}.site-header__menu-item--danger:where(.astro-ctg3m53h):hover{background:#fef2f2;color:var(--vds-danger)}.site-header__toggle:where(.astro-ctg3m53h){display:none;background:transparent;border:none;color:var(--vds-ink);cursor:pointer;padding:.25rem}.site-header--transparent:where(.astro-ctg3m53h) .site-header__toggle:where(.astro-ctg3m53h){color:#fff}.site-header--transparent:where(.astro-ctg3m53h).is-solid .site-header__toggle:where(.astro-ctg3m53h){color:var(--vds-ink)}@media(max-width:52rem){.site-header__toggle:where(.astro-ctg3m53h){display:inline-flex}.site-header__links:where(.astro-ctg3m53h){position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;gap:1rem;background:#fff;border-bottom:3px solid var(--vds-ink);padding:1.25rem 1.5rem;display:none}.site-header__links:where(.astro-ctg3m53h).is-open{display:flex}.site-header__link:where(.astro-ctg3m53h){color:var(--vds-ink)}.site-header__lang:where(.astro-ctg3m53h){color:var(--vds-ink);border-color:var(--vds-ink)}.site-header--transparent:where(.astro-ctg3m53h):not(.is-solid) .site-header__signin:where(.astro-ctg3m53h){box-shadow:3px 3px 0 var(--vds-ink)}.site-header__menu:where(.astro-ctg3m53h){right:auto;left:0}}.site-footer:where(.astro-gcn2mc3v){background:#fff;border-top:6px solid transparent;border-image:linear-gradient(to right,#87e,#a48cff,#87e) 1}.site-footer__grid:where(.astro-gcn2mc3v){display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-top:3.5rem;padding-bottom:2.5rem}.site-footer__logo:where(.astro-gcn2mc3v){height:30px;width:auto;margin-bottom:1rem}.site-footer__tagline:where(.astro-gcn2mc3v){color:var(--vds-text-body);font-size:.95rem;line-height:1.6;max-width:40ch;margin:0 0 1rem}.site-footer__aigcev:where(.astro-gcn2mc3v){display:flex;flex-direction:column;gap:.4rem;align-items:flex-start;font-size:.82rem;color:var(--vds-text-body);max-width:40ch;margin:0}.site-footer__col-title:where(.astro-gcn2mc3v){font-family:var(--font-display);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vds-ink);margin:0 0 .9rem}.site-footer__col:where(.astro-gcn2mc3v) ul:where(.astro-gcn2mc3v){list-style:none;margin:0;padding:0}.site-footer__col:where(.astro-gcn2mc3v) li:where(.astro-gcn2mc3v){margin-bottom:.55rem}.site-footer__col:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v){color:var(--vds-text-body);font-size:.92rem}.site-footer__col:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v):hover{color:var(--vds-violet)}.site-footer__base:where(.astro-gcn2mc3v){border-top:1px solid var(--vds-lavender);padding:1.25rem 0}.site-footer__base-inner:where(.astro-gcn2mc3v){display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.82rem;color:var(--vds-text-body)}@media(max-width:60rem){.site-footer__grid:where(.astro-gcn2mc3v){grid-template-columns:1fr 1fr}.site-footer__brand:where(.astro-gcn2mc3v){grid-column:1 / -1}}@media(max-width:36rem){.site-footer__grid:where(.astro-gcn2mc3v){grid-template-columns:1fr}}
