.pg{--pg-canvas:#eef1f6;--pg-canvas-raised:#fff;--pg-ink:#10131c;--pg-ink-raised:#181c29;--pg-text:#14161f;--pg-text-muted:#4b5165;--pg-text-dim:#838ba3;--pg-text-on-ink:#f2f4f9;--pg-text-on-ink-muted:#9aa2ba;--pg-border:#12151f1a;--pg-border-strong:#12151f2e;--pg-border-on-ink:#ffffff1a;--pg-border-on-ink-strong:#ffffff2e;--pg-cobalt:#2f5fa8;--pg-cobalt-dim:#1f3f70;--pg-cobalt-light:#dbe6f5;--pg-amber:#d98e2c;--pg-amber-dim:#a86a1c;--pg-amber-light:#f7e6c8;--pg-radius-sm:.6rem;--pg-radius-md:1rem;--pg-radius-lg:1.75rem;--pg-radius-pill:999px;--pg-shadow-sm:0 2px 10px #10131c0f;--pg-shadow-md:0 12px 32px #10131c1a;--pg-shadow-lg:0 28px 64px #10131c29;--pg-shadow-ink-sm:0 4px 18px #00000059;--pg-shadow-ink-lg:0 32px 80px #0000008c;--pg-ease:cubic-bezier(.16, 1, .3, 1);--pg-ease-spring:cubic-bezier(.34, 1.56, .64, 1);--pg-font-display:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--pg-font-body:"Inter", ui-sans-serif, system-ui, sans-serif;--pg-font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;background:var(--pg-canvas);color:var(--pg-text);font-family:var(--pg-font-body);position:relative;overflow-x:clip}.pg-grid{background-image:linear-gradient(#2f5fa80e 1px,#0000 1px),linear-gradient(90deg,#2f5fa80e 1px,#0000 1px);background-size:56px 56px}.pg-grid--ink{background-image:linear-gradient(#f2f4f90d 1px,#0000 1px),linear-gradient(90deg,#f2f4f90d 1px,#0000 1px)}.pg-section{padding:6rem 1.5rem;position:relative}.pg-section--ink{background:var(--pg-ink);color:var(--pg-text-on-ink)}.pg-section__inner{max-width:72rem;margin:0 auto}.pg-section__inner--narrow{max-width:52rem}@media (width>=768px){.pg-section{padding:8rem 2rem}}.pg-eyebrow{font-family:var(--pg-font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--pg-cobalt);align-items:center;gap:.55rem;font-size:.75rem;font-weight:500;display:inline-flex}.pg-section--ink .pg-eyebrow{color:var(--pg-amber)}.pg-heading{font-family:var(--pg-font-display);letter-spacing:-.02em;color:var(--pg-text);font-weight:600;line-height:1.08}.pg-section--ink .pg-heading{color:var(--pg-text-on-ink)}.pg-body{color:var(--pg-text-muted);font-size:1.0625rem;line-height:1.65}.pg-section--ink .pg-body{color:var(--pg-text-on-ink-muted)}.pg-btn{border-radius:var(--pg-radius-pill);font-family:var(--pg-font-body);white-space:nowrap;transition:transform .2s var(--pg-ease-spring), box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.35rem;font-size:.9rem;font-weight:600;display:inline-flex}.pg-btn:hover{transform:translateY(-1px)}.pg-btn:active{transform:translateY(0)}.pg-btn--lg{padding:.9rem 1.7rem;font-size:.975rem}.pg-btn--primary{background:var(--pg-cobalt);color:#fff;box-shadow:var(--pg-shadow-sm)}.pg-btn--primary:hover{box-shadow:0 0 0 1px var(--pg-cobalt), 0 8px 28px color-mix(in srgb, var(--pg-cobalt) 45%, transparent)}.pg-btn--outline{border:1px solid var(--pg-border-strong);color:var(--pg-text);background:var(--pg-canvas-raised)}.pg-btn--outline:hover{border-color:var(--pg-cobalt);color:var(--pg-cobalt)}.pg-section--ink .pg-btn--outline{border-color:var(--pg-border-on-ink-strong);color:var(--pg-text-on-ink);background:#ffffff0a}.pg-section--ink .pg-btn--outline:hover{border-color:var(--pg-amber);color:var(--pg-amber)}.pg-card{background:var(--pg-canvas-raised);border:1px solid var(--pg-border);box-shadow:var(--pg-shadow-sm);border-radius:var(--pg-radius-md);transition:border-color .3s ease, box-shadow .3s ease, transform .3s var(--pg-ease)}.pg-card:hover{border-color:color-mix(in srgb, var(--pg-cobalt) 35%, var(--pg-border));box-shadow:var(--pg-shadow-md)}.pg-panel--ink{background:var(--pg-ink-raised);border:1px solid var(--pg-border-on-ink);box-shadow:var(--pg-shadow-ink-sm);border-radius:var(--pg-radius-lg)}.pg-badge{border-radius:var(--pg-radius-pill);border:1px solid var(--pg-border);background:var(--pg-canvas-raised);font-family:var(--pg-font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--pg-cobalt);align-items:center;gap:.5rem;padding:.4rem .85rem;font-size:.7rem;display:inline-flex}.pg-section--ink .pg-badge{border-color:var(--pg-border-on-ink);color:var(--pg-amber);background:#ffffff0d}.pg-live-dot{border-radius:var(--pg-radius-pill);background:var(--pg-amber);width:.5rem;height:.5rem;box-shadow:0 0 8px color-mix(in srgb, var(--pg-amber) 70%, transparent);animation:2.4s cubic-bezier(.4,0,.6,1) infinite pg-pulse;display:inline-block}@keyframes pg-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.82)}}.pg-parallax{transform:translate3d(0, var(--parallax-y,0), 0);will-change:transform}.pg-reveal{opacity:0;transition:opacity .7s var(--pg-ease), translate .7s var(--pg-ease);transition-delay:var(--reveal-delay,0s);translate:0 1.5rem}.pg-reveal.is-visible{opacity:1;translate:0}.pg-signal-divider{background:var(--pg-border-strong);width:100%;max-width:72rem;height:1px;margin:0 auto;position:relative;overflow:visible}.pg-section--ink .pg-signal-divider{background:var(--pg-border-on-ink-strong)}.pg-signal-divider:after{content:"";border-radius:var(--pg-radius-pill);background:linear-gradient(90deg, transparent, var(--pg-amber), transparent);width:5rem;height:3px;box-shadow:0 0 14px color-mix(in srgb, var(--pg-amber) 70%, transparent);opacity:0;margin-top:-1px;position:absolute;top:50%;left:0}.pg-signal-divider.is-visible:after{animation:pg-signal-travel 2.6s var(--pg-ease) .2s 1}@keyframes pg-signal-travel{0%{opacity:0;left:-5%}12%{opacity:1}88%{opacity:1}to{opacity:0;left:100%}}@media (prefers-reduced-motion:reduce){.pg-signal-divider:after{display:none}.pg-parallax{transform:none}.pg-live-dot{animation:none}}.pg-header.svelte-1sns496{z-index:50;pointer-events:none;flex-direction:column;align-items:center;padding:1.25rem 1.5rem 0;display:flex;position:fixed;top:0;left:0;right:0}.pg-header__bar.svelte-1sns496{pointer-events:auto;border-radius:var(--pg-radius-pill);border:1px solid var(--pg-border-on-ink);-webkit-backdrop-filter:blur(20px)saturate(140%);width:100%;max-width:72rem;box-shadow:var(--pg-shadow-ink-sm);transition:box-shadow .3s var(--pg-ease), background .3s var(--pg-ease);background:#10131cb8;align-items:center;gap:1.5rem;padding:.6rem .75rem .6rem 1.1rem;display:flex}.pg-header--scrolled.svelte-1sns496 .pg-header__bar:where(.svelte-1sns496){background:#10131ceb}.pg-header__brand.svelte-1sns496{font-family:var(--pg-font-display);letter-spacing:-.01em;color:var(--pg-text-on-ink);white-space:nowrap;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:600;display:flex}.pg-header__mark.svelte-1sns496{border-radius:var(--pg-radius-sm);background:var(--pg-amber);color:#241804;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.pg-header__nav.svelte-1sns496{color:var(--pg-text-on-ink-muted);align-items:center;gap:1.75rem;margin:0 auto;font-size:.875rem;display:none}.pg-header__nav.svelte-1sns496 a:where(.svelte-1sns496){transition:color .15s}.pg-header__nav.svelte-1sns496 a:where(.svelte-1sns496):hover{color:var(--pg-amber)}.pg-header__actions.svelte-1sns496{align-items:center;gap:.5rem;margin-left:auto;display:none}.pg-header.svelte-1sns496 .pg-btn--outline{border-color:var(--pg-border-on-ink-strong);color:var(--pg-text-on-ink);background:#ffffff0f}.pg-header.svelte-1sns496 .pg-btn--outline:hover{border-color:var(--pg-amber);color:var(--pg-amber)}.pg-header__toggle.svelte-1sns496{border-radius:var(--pg-radius-pill);width:2.25rem;height:2.25rem;color:var(--pg-text-on-ink);justify-content:center;align-items:center;margin-left:auto;display:flex}.pg-header__mobile.svelte-1sns496{pointer-events:auto;border-radius:var(--pg-radius-md);border:1px solid var(--pg-border-on-ink);-webkit-backdrop-filter:blur(20px)saturate(140%);width:100%;max-width:72rem;box-shadow:var(--pg-shadow-ink-lg);background:#10131cf0;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:1rem 1.25rem 1.25rem;display:flex}.pg-header__mobile.svelte-1sns496 a:where(.svelte-1sns496){color:var(--pg-text-on-ink);border-bottom:1px solid var(--pg-border-on-ink);padding:.65rem .25rem;font-size:.95rem}.pg-header__mobile-actions.svelte-1sns496{flex-direction:column;gap:.6rem;margin-top:.75rem;display:flex}@media (width>=768px){.pg-header__nav.svelte-1sns496,.pg-header__actions.svelte-1sns496{display:flex}.pg-header__toggle.svelte-1sns496{display:none}}.diagram.svelte-1u19q5d{position:relative}.diagram__svg.svelte-1u19q5d{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.diagram__line.svelte-1u19q5d{stroke:color-mix(in srgb, var(--pg-amber) 45%, transparent);stroke-width:1.5px;stroke-linecap:round;stroke-dasharray:var(--len);stroke-dashoffset:var(--len);transition:stroke-dashoffset 1s var(--pg-ease) var(--delay), stroke .3s ease}.diagram.svelte-1u19q5d.is-visible .diagram__line:where(.svelte-1u19q5d){stroke-dashoffset:0}.diagram__core-ring.svelte-1u19q5d{fill:none;stroke:var(--pg-amber);stroke-width:1.5px;opacity:.4}.diagram__core.svelte-1u19q5d{border-radius:var(--pg-radius-pill);background:var(--pg-amber);color:#241804;box-shadow:0 0 0 8px color-mix(in srgb, var(--pg-amber) 16%, transparent);opacity:0;transition:opacity .6s var(--pg-ease) .1s, transform .7s var(--pg-ease-spring) .1s;justify-content:center;align-items:center;animation:4s ease-in-out infinite paused svelte-1u19q5d-diagram-pulse;display:flex;position:absolute;transform:translate(-50%,-50%)scale(.7)}.diagram.svelte-1u19q5d.is-visible .diagram__core:where(.svelte-1u19q5d){opacity:1;animation-play-state:running;transform:translate(-50%,-50%)scale(1)}.diagram__node.svelte-1u19q5d{border-radius:var(--pg-radius-pill);background:var(--pg-ink-raised);color:var(--pg-text-on-ink-muted);box-shadow:var(--pg-shadow-ink-sm);border:1px solid var(--pg-border-on-ink);opacity:0;transition:opacity .5s var(--pg-ease) var(--delay), transform .6s var(--pg-ease-spring) var(--delay), left .9s var(--pg-ease-spring), top .9s var(--pg-ease-spring), color .5s ease, border-color .5s ease;animation:6s ease-in-out infinite svelte-1u19q5d-diagram-bob;animation-delay:var(--bob-delay);justify-content:center;align-items:center;animation-play-state:paused;display:flex;position:absolute;transform:translate(-50%,-50%)scale(.5)}.diagram--connected.svelte-1u19q5d .diagram__node:where(.svelte-1u19q5d){color:var(--pg-amber);border-color:color-mix(in srgb, var(--pg-amber) 30%, var(--pg-border-on-ink))}.diagram.svelte-1u19q5d.is-visible .diagram__node:where(.svelte-1u19q5d){opacity:1;animation-play-state:running;transform:translate(-50%,-50%)scale(1)}@keyframes svelte-1u19q5d-diagram-pulse{0%,to{box-shadow:0 0 0 8px color-mix(in srgb, var(--pg-amber) 16%, transparent)}50%{box-shadow:0 0 0 14px color-mix(in srgb, var(--pg-amber) 6%, transparent)}}@keyframes svelte-1u19q5d-diagram-bob{0%,to{translate:0}50%{translate:0 -6px}}@media (prefers-reduced-motion:reduce){.diagram__line.svelte-1u19q5d{transition:none}.diagram__core.svelte-1u19q5d,.diagram__node.svelte-1u19q5d{animation:none}}.hero.svelte-4ole8z{align-items:center;min-height:100svh;padding-top:9rem;padding-bottom:5rem;display:flex}.hero__inner.svelte-4ole8z{align-items:center;gap:3rem;display:grid}.hero__title.svelte-4ole8z{margin-top:1rem;font-size:clamp(2.5rem,6vw,4rem)}.hero__subtitle.svelte-4ole8z{max-width:32rem;margin-top:1.5rem}.hero__actions.svelte-4ole8z{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero__note.svelte-4ole8z{font-family:var(--pg-font-mono);letter-spacing:.02em;color:var(--pg-text-on-ink-muted);margin-top:1rem;font-size:.75rem}.hero__diagram-wrap.svelte-4ole8z{justify-content:center;display:flex}.hero__enter.svelte-4ole8z{animation:svelte-4ole8z-hero-enter .8s var(--pg-ease) both;animation-delay:var(--enter-delay,0s)}@keyframes svelte-4ole8z-hero-enter{0%{opacity:0;translate:0 1.25rem}to{opacity:1;translate:0}}@media (prefers-reduced-motion:reduce){.hero__enter.svelte-4ole8z{animation:none}}@media (width>=1024px){.hero__inner.svelte-4ole8z{grid-template-columns:minmax(0,1fr) auto;gap:2rem}}.shift.svelte-1ymc3si{gap:3.5rem;display:grid}.shift__title.svelte-1ymc3si{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.shift__lede.svelte-1ymc3si{max-width:28rem;margin-top:1.25rem}.shift__chips.svelte-1ymc3si{flex-wrap:wrap;gap:.75rem;margin-top:2.5rem;display:flex}.shift__chip.svelte-1ymc3si{border-radius:var(--pg-radius-sm);border:1px solid var(--pg-border);background:var(--pg-canvas-raised);color:var(--pg-text-dim);box-shadow:var(--pg-shadow-sm);rotate:var(--base-rotate);animation:4.5s ease-in-out infinite svelte-1ymc3si-shift-chip-sway;animation-delay:var(--sway-delay,0s);padding:.55rem .9rem;font-size:.875rem;display:inline-block}@keyframes svelte-1ymc3si-shift-chip-sway{0%,to{rotate:var(--base-rotate)}50%{rotate:calc(var(--base-rotate) * -1)}}.shift__panel.svelte-1ymc3si{padding:2rem}.shift__panel-title.svelte-1ymc3si{font-family:var(--pg-font-display);letter-spacing:-.015em;color:var(--pg-text);margin-top:.75rem;font-size:1.5rem;font-weight:600}.shift__benefits.svelte-1ymc3si{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.shift__benefits.svelte-1ymc3si li:where(.svelte-1ymc3si){color:var(--pg-text-muted);align-items:flex-start;gap:.75rem;display:flex}.shift__check.svelte-1ymc3si{border-radius:var(--pg-radius-pill);background:var(--pg-cobalt-light);width:1.25rem;height:1.25rem;color:var(--pg-cobalt);flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;display:flex}@media (prefers-reduced-motion:reduce){.shift__chip.svelte-1ymc3si{animation:none}}@media (width>=1024px){.shift.svelte-1ymc3si{grid-template-columns:1fr 1fr;align-items:center;gap:3rem}}.modules__intro.svelte-1j5dqqc{text-align:center;max-width:34rem;margin:0 auto}.modules__title.svelte-1j5dqqc{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.modules__lede.svelte-1j5dqqc{margin-top:1.25rem}.modules__grid.svelte-1j5dqqc{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3.5rem;display:grid}.modules__card.svelte-1j5dqqc{transition:transform .3s var(--pg-ease), border-color .3s ease, box-shadow .3s ease;padding:1.5rem}.modules__card.svelte-1j5dqqc:hover{transform:translateY(-3px)}.modules__icon.svelte-1j5dqqc{border-radius:var(--pg-radius-sm);background:var(--pg-cobalt-light);width:2.5rem;height:2.5rem;color:var(--pg-cobalt);transition:transform .3s var(--pg-ease-spring);justify-content:center;align-items:center;display:flex}.modules__card.svelte-1j5dqqc:hover .modules__icon:where(.svelte-1j5dqqc){transform:rotate(6deg)scale(1.08)}.modules__card-title.svelte-1j5dqqc{color:var(--pg-text);margin-top:.85rem;font-size:.9rem;font-weight:600}.modules__card-desc.svelte-1j5dqqc{color:var(--pg-text-dim);margin-top:.4rem;font-size:.8rem;line-height:1.5}@media (width>=640px){.modules__grid.svelte-1j5dqqc{grid-template-columns:repeat(4,minmax(0,1fr))}}.stats__panel.svelte-106pvcg{gap:2.5rem;padding:2.5rem 2rem;display:grid}.stats__title.svelte-106pvcg{color:var(--pg-text-on-ink);margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.stats__lede.svelte-106pvcg{margin-top:1rem}.stats__grid.svelte-106pvcg{border-top:1px solid var(--pg-border-on-ink);gap:2rem;padding-top:2rem;display:grid}.stats__value.svelte-106pvcg{font-family:var(--pg-font-mono);color:var(--pg-amber);font-variant-numeric:tabular-nums;font-size:1.875rem;font-weight:600}.stats__label.svelte-106pvcg{color:var(--pg-text-on-ink-muted);margin-top:.5rem;font-size:.9375rem;line-height:1.5}@media (width>=768px){.stats__grid.svelte-106pvcg{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.stats__panel.svelte-106pvcg{grid-template-columns:1fr 1.3fr;align-items:center;gap:4rem;padding:3rem}.stats__grid.svelte-106pvcg{border-top:none;border-left:1px solid var(--pg-border-on-ink);padding-top:0;padding-left:4rem}}.realtime.svelte-sf76ks{gap:3.5rem;display:grid}.realtime__title.svelte-sf76ks{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.realtime__lede.svelte-sf76ks{max-width:28rem;margin-top:1.25rem}.realtime__lede.svelte-sf76ks+.realtime__lede:where(.svelte-sf76ks){margin-top:1rem}.realtime__feed.svelte-sf76ks{padding:1.5rem}.realtime__feed-head.svelte-sf76ks{border-bottom:1px solid var(--pg-border-on-ink);color:var(--pg-text-on-ink);justify-content:space-between;align-items:center;padding-bottom:1rem;font-size:.875rem;font-weight:600;display:flex}.realtime__live.svelte-sf76ks{font-family:var(--pg-font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--pg-amber);align-items:center;gap:.4rem;font-size:.65rem;display:inline-flex}.realtime__list.svelte-sf76ks{flex-direction:column;gap:.25rem;margin-top:1rem;display:flex}.realtime__list.svelte-sf76ks li:where(.svelte-sf76ks){border-radius:var(--pg-radius-sm);align-items:center;gap:.75rem;padding:.65rem .5rem;display:flex}.realtime__avatar.svelte-sf76ks{border-radius:var(--pg-radius-pill);background:color-mix(in srgb, var(--pg-amber) 20%, transparent);width:2rem;height:2rem;color:var(--pg-amber);flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex}.realtime__item-text.svelte-sf76ks{flex:1;min-width:0}.realtime__item-text.svelte-sf76ks p:where(.svelte-sf76ks){text-overflow:ellipsis;white-space:nowrap;color:var(--pg-text-on-ink-muted);font-size:.875rem;overflow:hidden}.realtime__item-text.svelte-sf76ks p:where(.svelte-sf76ks) span:where(.svelte-sf76ks){color:var(--pg-text-on-ink);font-weight:500}.realtime__time.svelte-sf76ks{font-family:var(--pg-font-mono);color:var(--pg-text-on-ink-muted);flex-shrink:0;font-size:.65rem}@media (width>=1024px){.realtime.svelte-sf76ks{grid-template-columns:1fr 1fr;align-items:center;gap:3rem}}.steps__intro.svelte-1b1khju{max-width:32rem}.steps__title.svelte-1b1khju{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.steps__grid.svelte-1b1khju{gap:1.5rem;margin-top:4rem;display:grid;position:relative}.steps__line.svelte-1b1khju{background:linear-gradient(90deg, transparent, var(--pg-border-strong), transparent);height:1px;display:none;position:absolute;top:2.25rem;left:12.5%;right:12.5%}.steps__card.svelte-1b1khju{transition:transform .3s var(--pg-ease), border-color .3s ease, box-shadow .3s ease;padding:1.5rem;position:relative}.steps__card.svelte-1b1khju:hover{border-color:var(--pg-cobalt);transform:translateY(-4px)}.steps__number.svelte-1b1khju{font-family:var(--pg-font-mono);color:var(--pg-text-dim);font-size:.75rem;position:absolute;top:1rem;right:1rem}.steps__icon.svelte-1b1khju{z-index:1;border-radius:var(--pg-radius-pill);background:var(--pg-cobalt-light);width:3.25rem;height:3.25rem;color:var(--pg-cobalt);justify-content:center;align-items:center;animation:5s ease-in-out infinite svelte-1b1khju-steps-icon-float;display:flex;position:relative}.steps__card.svelte-1b1khju:hover .steps__icon:where(.svelte-1b1khju){animation:svelte-1b1khju-steps-icon-pop .5s var(--pg-ease-spring)}.steps__card-title.svelte-1b1khju{color:var(--pg-text);margin-top:1.25rem;font-size:1.05rem;font-weight:500}.steps__card-desc.svelte-1b1khju{color:var(--pg-text-muted);margin-top:.5rem;font-size:.875rem;line-height:1.55}@keyframes svelte-1b1khju-steps-icon-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.04)}}@keyframes svelte-1b1khju-steps-icon-pop{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.steps__icon.svelte-1b1khju{animation:none}}@media (width>=640px){.steps__grid.svelte-1b1khju{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.steps__grid.svelte-1b1khju{grid-template-columns:repeat(4,minmax(0,1fr))}.steps__line.svelte-1b1khju{display:block}}.faq__intro.svelte-1drfix{text-align:center}.faq__title.svelte-1drfix{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.faq__list.svelte-1drfix{flex-direction:column;gap:.75rem;margin-top:3rem;display:flex}.faq-item.svelte-1drfix{border-radius:var(--pg-radius-md);border:1px solid var(--pg-border);background:var(--pg-canvas-raised);box-shadow:var(--pg-shadow-sm);transition:border-color .25s,box-shadow .25s}.faq-item.svelte-1drfix:hover{border-color:color-mix(in srgb, var(--pg-cobalt) 35%, var(--pg-border))}.faq-item.is-open.svelte-1drfix{border-color:var(--pg-cobalt);box-shadow:var(--pg-shadow-md)}.faq-item__trigger.svelte-1drfix{cursor:pointer;text-align:left;width:100%;color:var(--pg-text);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:500;display:flex}.faq-item__icon{color:var(--pg-text-dim);transition:transform .3s var(--pg-ease-spring), color .25s ease;flex-shrink:0}.faq-item.is-open.svelte-1drfix .faq-item__icon{color:var(--pg-cobalt);transform:rotate(45deg)}.faq-item__panel.svelte-1drfix{transition:grid-template-rows .35s var(--pg-ease);grid-template-rows:0fr;padding:0 1.25rem;display:grid}.faq-item.is-open.svelte-1drfix .faq-item__panel:where(.svelte-1drfix){grid-template-rows:1fr}.faq-item__panel-inner.svelte-1drfix{overflow:hidden}.faq-item__answer.svelte-1drfix{color:var(--pg-text-muted);padding-bottom:1.25rem;font-size:.875rem;line-height:1.6}@media (prefers-reduced-motion:reduce){.faq-item__panel.svelte-1drfix{transition:none}.faq-item__icon{transition:color .25s}}.about__intro.svelte-1ospv94{max-width:34rem}.about__title.svelte-1ospv94{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.about__grid.svelte-1ospv94{gap:3rem;margin-top:3rem;display:grid}.about__para.svelte-1ospv94{margin-top:1.25rem}.about__strong.svelte-1ospv94{color:var(--pg-text-on-ink);font-weight:600}.about__pull.svelte-1ospv94{font-family:var(--pg-font-display);letter-spacing:-.01em;color:var(--pg-amber);margin-top:2rem;font-size:1.125rem;font-weight:600}.about__values.svelte-1ospv94{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.about__value.svelte-1ospv94{background:var(--pg-ink-raised);border-color:var(--pg-border-on-ink);transition:transform .3s var(--pg-ease), border-color .3s ease;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.about__value.svelte-1ospv94:hover{transform:translateY(-3px)}.about__value-icon.svelte-1ospv94{border-radius:var(--pg-radius-sm);background:color-mix(in srgb, var(--pg-amber) 18%, transparent);width:2.75rem;height:2.75rem;color:var(--pg-amber);transition:transform .3s var(--pg-ease-spring);justify-content:center;align-items:center;display:flex}.about__value.svelte-1ospv94:hover .about__value-icon:where(.svelte-1ospv94){transform:rotate(6deg)scale(1.08)}.about__value-label.svelte-1ospv94{color:var(--pg-text-on-ink);font-size:1rem;font-weight:600}@media (width>=1024px){.about__grid.svelte-1ospv94{grid-template-columns:1.1fr .9fr;gap:4rem}}.cta__intro.svelte-19804nx{text-align:center;max-width:32rem;margin:0 auto}.cta__title.svelte-19804nx{margin-top:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.cta__lede.svelte-19804nx{margin-top:1.25rem}.cta__panel.svelte-19804nx{text-align:center;margin-top:3rem;padding:3rem 2rem;position:relative;overflow:hidden}.cta__blob.svelte-19804nx{border-radius:var(--pg-radius-pill);filter:blur(64px);pointer-events:none;width:16rem;height:16rem;animation:12s ease-in-out infinite svelte-19804nx-cta-blob-drift;position:absolute}.cta__blob--a.svelte-19804nx{background:color-mix(in srgb, var(--pg-amber) 30%, transparent);top:-6rem;right:-6rem}.cta__blob--b.svelte-19804nx{background:color-mix(in srgb, var(--pg-cobalt) 35%, transparent);animation-delay:-6s;bottom:-6rem;left:-6rem}@keyframes svelte-19804nx-cta-blob-drift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-8%,8%)scale(1.15)}}.cta__content.svelte-19804nx{position:relative}.cta__note.svelte-19804nx{color:var(--pg-text-on-ink);font-size:1.0625rem}.cta__actions.svelte-19804nx{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}@media (prefers-reduced-motion:reduce){.cta__blob.svelte-19804nx{animation:none}}@media (width>=640px){.cta__actions.svelte-19804nx{flex-direction:row}}.pg-footer.svelte-1qh48o8{background:var(--pg-ink);color:var(--pg-text-on-ink-muted);border-top:1px solid var(--pg-border-on-ink);padding:4.5rem 1.5rem 2rem}.pg-footer__inner.svelte-1qh48o8{max-width:72rem;margin:0 auto}.pg-footer__top.svelte-1qh48o8{border-bottom:1px solid var(--pg-border-on-ink);grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.pg-footer__brand.svelte-1qh48o8{max-width:20rem}.pg-footer__logo.svelte-1qh48o8{font-family:var(--pg-font-display);color:var(--pg-text-on-ink);align-items:center;gap:.55rem;font-size:1.1rem;font-weight:600;display:inline-flex}.pg-footer__mark.svelte-1qh48o8{border-radius:var(--pg-radius-sm);background:var(--pg-amber);color:#241804;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.pg-footer__tagline.svelte-1qh48o8{margin-top:.85rem;font-size:.875rem;line-height:1.5}.pg-footer__status.svelte-1qh48o8{font-family:var(--pg-font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--pg-amber);align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.7rem;display:inline-flex}.pg-footer__col-title.svelte-1qh48o8{font-family:var(--pg-font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--pg-text-on-ink);margin-bottom:1rem;font-size:.7rem;display:block}.pg-footer__col.svelte-1qh48o8 ul:where(.svelte-1qh48o8){flex-direction:column;gap:.65rem;font-size:.875rem;display:flex}.pg-footer__col.svelte-1qh48o8 a:where(.svelte-1qh48o8){transition:color .15s}.pg-footer__col.svelte-1qh48o8 a:where(.svelte-1qh48o8):hover{color:var(--pg-text-on-ink)}.pg-footer__col--cta.svelte-1qh48o8{flex-direction:column;align-items:flex-start;gap:.85rem;display:flex}.pg-footer__login.svelte-1qh48o8{text-underline-offset:3px;font-size:.8rem;text-decoration:underline}.pg-footer__bottom.svelte-1qh48o8{padding-top:1.75rem;font-size:.8rem}@media (width>=900px){.pg-footer__top.svelte-1qh48o8{grid-template-columns:1.4fr 1fr 1fr 1fr}}
