*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--qy-bg);color:var(--qy-text);font-family:var(--qy-font-sans);font-size:16px;line-height:1.6;font-synthesis-weight:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,p,figure,ul,ol{margin:0}h1,h2,h3,h4{font-weight:500}ul,ol{padding:0;list-style:none}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}:focus-visible{outline:2px solid var(--qy-accent);outline-offset:3px;border-radius:4px}::selection{background:var(--qy-amber);color:var(--qy-ink)}.qy-shell{width:100%;max-width:var(--qy-container);margin-inline:auto;padding-inline:var(--qy-gutter)}.qy-eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .8rem .3rem .32rem;background:var(--qy-bg-raised);border:1px solid rgba(0,0,0,.04);border-radius:999px;box-shadow:0 1px 2px #1018280d;font-size:13px;font-weight:500;color:var(--qy-text-muted)}.qy-eyebrow:before{content:"›";display:grid;place-items:center;width:1.25rem;height:1.25rem;border-radius:999px;background:var(--qy-ink);color:var(--qy-amber);font-size:11px;font-weight:700;line-height:1}:root[data-theme=dark] .qy-eyebrow{border-color:var(--qy-border)}.qy-mono{font-family:var(--qy-font-mono);font-size:.75rem;letter-spacing:.02em;color:var(--qy-text-muted)}.qy-badge{display:inline-flex;align-items:center;gap:.5em;padding:.28rem .7rem;background:var(--qy-bg-raised);border:1px solid rgba(0,0,0,.05);border-radius:999px;font-family:var(--qy-font-mono);font-size:.625rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--qy-text-muted);white-space:nowrap}:root[data-theme=dark] .qy-badge{border-color:var(--qy-border)}.qy-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.qy-badge[data-tone=gated]:before{background:var(--qy-pop)}.qy-badge[data-tone=open]:before{background:var(--qy-ok)}.qy-badge[data-tone=partner]:before{background:var(--qy-brand)}.qy-btn{display:inline-flex;align-items:center;gap:.55rem;border-radius:999px;border:1px solid transparent;padding:.72rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1;transition:transform .2s var(--qy-ease),background-color .2s var(--qy-ease),border-color .2s var(--qy-ease),box-shadow .2s var(--qy-ease)}.qy-btn:hover{transform:translateY(-1px)}.qy-btn--primary{background:var(--qy-ink);color:#fff;padding:.42rem 1.4rem .42rem .42rem;box-shadow:0 1px 1px #10182842}.qy-btn--primary:before{content:"›";display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:var(--qy-amber);color:var(--qy-ink);font-size:16px;font-weight:700}.qy-btn--primary:hover{box-shadow:0 12px 28px #1018284d}:root[data-theme=dark] .qy-btn--primary{background:var(--qy-accent)}.qy-btn--ghost{background:var(--qy-bg-raised);color:var(--qy-text);border-color:#0000000f;padding:.5rem 1.1rem;font-size:.875rem;box-shadow:0 1px 1px #1018280f}.qy-btn--ghost:hover{box-shadow:0 8px 22px #1018281a}:root[data-theme=dark] .qy-btn--ghost{border-color:var(--qy-border)}.qy-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:var(--qy-accent)}.qy-link svg{transition:transform .24s var(--qy-ease-out)}.qy-link:hover svg{transform:translate(3px)}.qy-sparkle{display:inline-block;width:15px;height:15px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c.6 6.5 5 10.9 11.5 11.5v1C17 13.1 12.6 17.5 12 24h-1C10.4 17.5 6 13.1-.5 12.5v-1C6 10.9 10.4 6.5 11 0h1z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c.6 6.5 5 10.9 11.5 11.5v1C17 13.1 12.6 17.5 12 24h-1C10.4 17.5 6 13.1-.5 12.5v-1C6 10.9 10.4 6.5 11 0h1z'/%3E%3C/svg%3E") center / contain no-repeat}.qy-hr{border:0;border-top:1px solid var(--qy-border);margin:0}.qy-panel{border-radius:28px;border:1px solid rgba(0,0,0,.05)}:root[data-theme=dark] .qy-panel{border-color:var(--qy-border)}@keyframes qy-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.qy-rise{animation:qy-rise .66s var(--qy-ease-out) both}@keyframes qy-crosshair{0%,to{box-shadow:0 0 0 4px #ffffff73}50%{box-shadow:0 0 0 7px #ffffff40}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.qy-rise{animation:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.nav:where(.astro-4lunwx2e){position:sticky;top:0;z-index:40;padding-top:12px}.nav__pill:where(.astro-4lunwx2e){display:flex;align-items:center;justify-content:space-between;gap:1.25rem;height:var(--qy-nav-h);padding-inline:.85rem;border-radius:999px;background:color-mix(in srgb,var(--qy-bg-raised) 82%,transparent);box-shadow:0 8px 30px #1018280f,0 0 0 1px #0000000d;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px)}:root[data-theme=dark] .nav__pill:where(.astro-4lunwx2e){box-shadow:0 8px 30px #00000059,0 0 0 1px var(--qy-border)}.nav__brand:where(.astro-4lunwx2e){display:flex;align-items:center;gap:.55rem;padding-inline-start:.35rem;color:var(--qy-text)}.nav__slash:where(.astro-4lunwx2e){color:var(--qy-border-strong);font-size:1rem;line-height:1;transform:translateY(-1px)}.nav__tag:where(.astro-4lunwx2e){font-family:var(--qy-font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--qy-text-muted)}.nav__links:where(.astro-4lunwx2e){display:flex;align-items:center;gap:1.6rem;margin-inline-start:auto}.nav__link:where(.astro-4lunwx2e){position:relative;font-size:.9375rem;color:var(--qy-text-soft);padding-block:.4rem;transition:color .16s var(--qy-ease)}.nav__link:where(.astro-4lunwx2e):hover,.nav__link:where(.astro-4lunwx2e)[aria-current=page]{color:var(--qy-text)}.nav__link:where(.astro-4lunwx2e)[aria-current=page]:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-2px;width:4px;height:4px;border-radius:50%;background:var(--qy-pop)}.nav__actions:where(.astro-4lunwx2e){display:flex;align-items:center;gap:.6rem}.nav__cta:where(.astro-4lunwx2e){font-size:.875rem;padding:.35rem 1.1rem .35rem .35rem}.nav__cta:where(.astro-4lunwx2e):before{width:1.75rem;height:1.75rem;font-size:14px}.nav__cta:where(.astro-4lunwx2e) .qy-sparkle:where(.astro-4lunwx2e){width:12px;height:12px;opacity:.9}@media(max-width:34em){.nav__tag:where(.astro-4lunwx2e),.nav__slash:where(.astro-4lunwx2e){display:none}.nav__links:where(.astro-4lunwx2e){gap:1rem}.nav__cta:where(.astro-4lunwx2e) .qy-sparkle:where(.astro-4lunwx2e){display:none}}.footer:where(.astro-gcn2mc3v){position:relative;z-index:1;border-top:1px solid var(--qy-border);background:var(--qy-bg)}.footer__inner:where(.astro-gcn2mc3v){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:clamp(2rem,6vw,5rem);padding-block:clamp(3rem,6vw,4.5rem) 2.75rem}.footer__brand:where(.astro-gcn2mc3v){color:var(--qy-text);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.footer__blurb:where(.astro-gcn2mc3v){max-width:30ch;font-size:.875rem;line-height:1.65;color:var(--qy-text-faint);text-wrap:pretty}.footer__cols:where(.astro-gcn2mc3v){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.footer__title:where(.astro-gcn2mc3v){margin-bottom:1rem;font-family:var(--qy-font-mono);font-size:.6875rem;font-weight:500;letter-spacing:var(--qy-tracking-label);text-transform:uppercase;color:var(--qy-text-faint)}.footer__col:where(.astro-gcn2mc3v) li:where(.astro-gcn2mc3v)+li:where(.astro-gcn2mc3v){margin-top:.6rem}.footer__col:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v){font-size:.875rem;color:var(--qy-text-muted);transition:color .16s var(--qy-ease)}.footer__col:where(.astro-gcn2mc3v) a:where(.astro-gcn2mc3v):hover{color:var(--qy-accent)}.footer__base:where(.astro-gcn2mc3v){display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.15rem;border-top:1px solid var(--qy-border);font-size:.6875rem}.footer__paths:where(.astro-gcn2mc3v){color:var(--qy-text-faint)}@media(max-width:54em){.footer__inner:where(.astro-gcn2mc3v){grid-template-columns:minmax(0,1fr);gap:2.5rem}.footer__cols:where(.astro-gcn2mc3v){grid-template-columns:repeat(auto-fit,minmax(9rem,1fr))}.footer__base:where(.astro-gcn2mc3v){flex-direction:column;align-items:flex-start;gap:.4rem}}body.is-full{display:flex;flex-direction:column;min-height:100vh}body.is-full main:where(.astro-37fxchfa){flex:1 1 auto;min-height:0;display:flex;flex-direction:column}main:where(.astro-37fxchfa){position:relative;z-index:1}
