:root{--white: #ffffff;--tint: #f4f5fb;--tint-2: #eef0f9;--panel: #ffffff;--line: #e7e9f2;--line-soft: #eef0f6;--ink: #1b2150;--ink-2: #5a607a;--muted: #8a90a6;--navy: #1d2563;--navy-deep: #161c4a;--blue: #2028e6;--indigo: #4a4fe0;--indigo-soft: #eceefb;--dark-1: #0a1142;--dark-2: #161f78;--dark-card: rgba(255, 255, 255, .045);--dark-card-line: rgba(255, 255, 255, .1);--dark-ink: #eef0ff;--dark-ink-2: #aab2e6;--ok: #1a9d5a;--ok-bg: #e4f6ec;--warn: #c8821a;--warn-bg: #fbf1de;--green: #1f9d55;--amber: #e0902a;--pink: #d6489a;--purple: #6b4ee6;--radius: 14px;--radius-sm: 10px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(20, 26, 70, .05), 0 1px 1px rgba(20, 26, 70, .04);--shadow: 0 12px 36px -14px rgba(20, 26, 70, .18), 0 2px 8px rgba(20, 26, 70, .05);--shadow-lg: 0 40px 90px -36px rgba(16, 22, 80, .4), 0 8px 24px -12px rgba(16, 22, 80, .18);--serif: "EB Garamond", Georgia, "Times New Roman", serif;--sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--wrap: 1180px;--pad: clamp(20px, 5vw, 24px);--sec-y: clamp(72px, 9vw, 120px)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink-2);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:#2028e629}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}.wrap{max-width:var(--wrap);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.section{padding-top:var(--sec-y);padding-bottom:var(--sec-y);position:relative}.sec-light{background:var(--white)}.sec-tint{background:var(--tint)}.sec-tint-2{background:var(--tint-2)}.sec-dark{background:radial-gradient(120% 90% at 80% 0%,var(--dark-2) 0%,transparent 55%),linear-gradient(180deg,#0c1450 0%,var(--dark-1) 100%);color:var(--dark-ink)}.split{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(32px,5vw,72px);align-items:center}.split-rev{grid-template-columns:1.14fr .86fr}@media (max-width: 920px){.split,.split-rev{grid-template-columns:1fr;gap:36px}}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--indigo);margin:0 0 18px;display:block}.sec-dark .eyebrow{color:#8d97f0}.display{font-family:var(--serif);font-weight:500;color:var(--ink);font-size:clamp(2.7rem,6vw,4.3rem);line-height:1.02;letter-spacing:-.01em;margin:0}.h2{font-family:var(--serif);font-weight:500;color:var(--ink);font-size:clamp(2rem,4.4vw,3.05rem);line-height:1.06;letter-spacing:-.01em;margin:0}.sec-dark .h2,.sec-dark .display{color:#fff}.lead{font-size:clamp(1.02rem,1.5vw,1.16rem);line-height:1.6;color:var(--ink-2);margin:18px 0 0;max-width:34ch}.sec-dark .lead{color:var(--dark-ink-2)}.center{text-align:center;margin-left:auto;margin-right:auto}.center .lead{max-width:52ch}.btn{display:inline-flex;align-items:center;gap:.5em;font-weight:600;font-size:.94rem;padding:.72em 1.25em;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 6px 18px -8px #1d256399}.btn-primary:hover{background:#232b76}.btn-blue{background:var(--blue);color:#fff;box-shadow:0 8px 22px -8px #2028e699}.btn-blue:hover{background:#2f37f0}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}.btn-ghost:hover{border-color:#c9cde6;background:#fafbff}.sec-dark .btn-ghost{color:#fff;border-color:#ffffff38}.sec-dark .btn-ghost:hover{background:#ffffff0f}.btn-soft{background:#fff;color:var(--navy);border-color:var(--line);box-shadow:var(--shadow-sm)}.btn-sm{font-size:.85rem;padding:.55em 1em}.link-arw{display:inline-flex;align-items:center;gap:.45em;font-weight:600;color:var(--indigo)}.link-arw .arw{transition:transform .2s ease}.link-arw:hover .arw{transform:translate(3px)}.pill{display:inline-flex;align-items:center;gap:.5em;font-size:.74rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--indigo);background:var(--indigo-soft);padding:.5em .9em;border-radius:999px;margin:0 0 24px}.sec-dark .pill{color:#aeb6f7;background:#7882fa24}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm)}.feat{display:flex;gap:14px;align-items:flex-start}.feat-ic{flex:none;width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--indigo-soft);color:var(--indigo)}.feat-ic svg{width:18px;height:18px}.feat h4{margin:0 0 3px;font-size:.96rem;font-weight:600;color:var(--ink)}.feat p{margin:0;font-size:.86rem;color:var(--ink-2);line-height:1.45}.chip{display:inline-flex;align-items:center;gap:.4em;font-size:.7rem;font-weight:600;padding:.28em .6em;border-radius:6px;background:#f1f2f8;color:#5b6178;letter-spacing:.01em}.chip.ok{background:var(--ok-bg);color:var(--ok)}.chip.dot:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pill-s{font-size:10.5px;font-weight:600;padding:2px 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px}.pill-s:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pill-s.run{color:var(--ok);background:var(--ok-bg)}.pill-s.idle{color:#7a7f95;background:#eef0f5}.cwapp{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);font-size:13px;color:#3a4060}.cwapp-bar{display:flex;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid var(--line-soft);background:#fff}.cwapp-brand{display:flex;align-items:center;gap:6px;font-family:var(--serif);font-size:15px;color:var(--ink);font-weight:600}.cwapp-body{display:grid;grid-template-columns:188px 1fr}.cwnav{border-right:1px solid var(--line-soft);padding:12px 10px;display:flex;flex-direction:column;gap:2px;background:#fcfcfe}.cwnav .it{display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:8px;color:#5d6383;font-size:12.5px;font-weight:500}.cwnav .it.on{background:var(--indigo-soft);color:var(--indigo);font-weight:600}.cwnav .it svg{width:15px;height:15px;opacity:.85}.cwmain{padding:16px 18px;min-width:0}.cwh{font-family:var(--sans);font-weight:700;color:var(--ink);font-size:18px;margin:0}.cwsub{color:var(--muted);font-size:12.5px;margin:2px 0 0}.cwstats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.cwstat{border:1px solid var(--line);border-radius:11px;padding:11px 12px;background:#fff}.cwstat .k{font-size:11px;color:var(--muted);font-weight:600;display:flex;align-items:center;gap:6px}.cwstat .v{font-size:22px;font-weight:700;color:var(--ink);margin-top:6px;font-variant-numeric:tabular-nums}.cwstat .x{font-size:11px;color:var(--muted);margin-top:2px}.cwpanel{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.cwpanel-h{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-bottom:1px solid var(--line-soft)}.cwpanel-h .t{font-weight:600;color:var(--ink);font-size:13px}.cwpanel-h .more{color:var(--indigo);font-size:11.5px;font-weight:600}.cwli{display:flex;align-items:center;gap:10px;padding:9px 13px;border-bottom:1px solid var(--line-soft);font-size:12.5px}.cwli:last-child{border-bottom:0}.cwli .ic{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:#f3f4fb;color:#5b6183;flex:none}.cwli .ic svg{width:13px;height:13px}.cwli .nm{font-weight:600;color:var(--ink)}.cwli .meta{color:var(--muted)}.cwli .t{margin-left:auto;color:var(--muted);font-size:11.5px;white-space:nowrap}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:10.5px;font-weight:600;color:#5b6183;background:#f1f2f8;border-radius:6px;padding:3px 8px}.cwapp.dark{background:#0d1450;border-color:#ffffff1a}.cwapp.dark .cwapp-bar,.cwapp.dark .cwnav{background:transparent;border-color:#ffffff1a}.cwapp.dark .cwnav .it{color:#aab2e6}.cwapp.dark .cwnav .it.on{background:#7882fa2e;color:#cfd5ff}.cwapp.dark .cwh,.cwapp.dark .cwstat .v,.cwapp.dark .cwli .nm{color:#fff}.cwapp.dark .cwpanel,.cwapp.dark .cwstat{background:#ffffff08;border-color:#ffffff1a}.cwapp.dark .cwpanel-h,.cwapp.dark .cwli{border-color:#ffffff14}.nav{position:sticky;top:0;z-index:100;background:#ffffffdb;backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line-soft)}.nav-in{display:flex;align-items:center;gap:28px;height:66px;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}.brand{display:flex;align-items:center;gap:7px;font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--ink);text-decoration:none}.brand .wm-arc{stroke:var(--blue);fill:none}.brand .wm-node{fill:var(--blue)}.nav-links{display:flex;align-items:center;gap:26px;list-style:none;padding:0;margin:0}.nav-links li{margin-left:0}.nav-links a{font-size:.92rem;color:#4b5170;font-weight:500}.nav-links a:hover{color:var(--ink)}.nav-right{margin-left:auto;display:flex;align-items:center;gap:18px}.nav-right .login{font-size:.92rem;font-weight:500;color:#4b5170}.nav-toggle{display:none;margin-left:auto;background:none;border:0;width:42px;height:42px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav-toggle span{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .25s ease}@media (max-width: 860px){.nav-links,.nav-right .login{display:none}.nav-toggle{display:flex}.nav.open .nav-links{display:flex;position:absolute;top:66px;left:0;right:0;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);padding:14px var(--pad);gap:14px;box-shadow:0 8px 24px #141a4614}}.footer{background:#0b1142;color:#aab2e6;padding:64px 0 30px}.footer .brand{color:#fff}.footer .brand .wm-arc{stroke:#fff}.footer .brand .wm-node{fill:#fff}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}.footer-blurb{font-size:.9rem;line-height:1.6;color:#9aa2d8;margin:16px 0 0;max-width:34ch}.footer h4{color:#fff;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px}.footer-col a{display:block;font-size:.9rem;color:#9aa2d8;padding:5px 0}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:.84rem;color:#7f88c4}@media (max-width: 760px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer-top{grid-template-columns:1fr}}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}[data-reveal].in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){[data-reveal]{opacity:1;transform:none;transition:none}.btn:hover{transform:none}}.skip-link{position:absolute;left:-999px;top:0;background:var(--navy);color:#fff;padding:10px 16px;border-radius:8px;z-index:200}.skip-link:focus{left:12px;top:12px}.wm-mark[data-astro-cid-dmqpwcec]{width:18px;height:18px;overflow:visible;flex:none}#hero[data-astro-cid-bbe6dxrz]{background:#fff;padding-top:clamp(40px,6vw,76px);padding-bottom:clamp(56px,8vw,104px);overflow:hidden;position:relative}#hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;left:0;bottom:0;width:46%;height:64%;z-index:0;pointer-events:none;background:linear-gradient(120deg,#eef1fb 0%,transparent 62%)}#hero[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;left:0;bottom:0;width:46%;height:74%;z-index:0;pointer-events:none;opacity:.5;background:url(/mountains-hero.webp) left bottom / contain no-repeat}#hero[data-astro-cid-bbe6dxrz] .wrap[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:0 24px}#hero[data-astro-cid-bbe6dxrz] .hero-grid[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:minmax(340px,.98fr) 1.02fr;gap:clamp(24px,3vw,46px);align-items:center}#hero[data-astro-cid-bbe6dxrz] .hero-visual[data-astro-cid-bbe6dxrz]{min-width:0}#hero[data-astro-cid-bbe6dxrz] .cwfit[data-astro-cid-bbe6dxrz]{width:100%;overflow:hidden}#hero[data-astro-cid-bbe6dxrz] .cwfit[data-astro-cid-bbe6dxrz]>.cwdash[data-astro-cid-bbe6dxrz]{will-change:transform}#hero[data-astro-cid-bbe6dxrz] .pill[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5em;font-size:.74rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#4a4fe0;background:#eceefb;padding:.5em .9em;border-radius:999px;margin:0 0 24px}#hero[data-astro-cid-bbe6dxrz] .pill-mark[data-astro-cid-bbe6dxrz]{width:13px;height:13px}#hero[data-astro-cid-bbe6dxrz] .display[data-astro-cid-bbe6dxrz]{font-family:EB Garamond,Georgia,serif;font-weight:500;color:#1b2150;font-size:clamp(2.4rem,4vw,3.1rem);line-height:1.04;letter-spacing:-.01em;margin:4px 0 0}#hero[data-astro-cid-bbe6dxrz] .lead[data-astro-cid-bbe6dxrz]{font-size:clamp(1.02rem,1.5vw,1.16rem);line-height:1.6;color:#5a607a;margin:18px 0 0;max-width:42ch}#hero[data-astro-cid-bbe6dxrz] .hero-cta[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:14px;margin-top:clamp(26px,3vw,34px)}.btn[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;font-weight:600;font-size:.94rem;padding:.72em 1.25em;border-radius:10px;border:1px solid transparent;text-decoration:none;transition:transform .15s,background .2s,color .2s}.btn[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-1px)}.btn-primary[data-astro-cid-bbe6dxrz]{background:#1d2563;color:#fff;box-shadow:0 6px 18px -8px #1d256399}.btn-primary[data-astro-cid-bbe6dxrz]:hover{background:#232b76}.btn-ghost[data-astro-cid-bbe6dxrz]{background:transparent;color:#1d2563;border-color:#e7e9f2}.btn-ghost[data-astro-cid-bbe6dxrz]:hover{border-color:#c9cde6;background:#fafbff}#hero[data-astro-cid-bbe6dxrz] .hero-runs[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;flex-wrap:wrap;gap:9px 13px;margin-top:clamp(34px,5vw,52px)}#hero[data-astro-cid-bbe6dxrz] .hr-label[data-astro-cid-bbe6dxrz]{font-size:.7rem;font-weight:600;letter-spacing:.03em;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .hr-item[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:5px;font-size:.76rem;font-weight:500;color:#5e6585;white-space:nowrap}#hero[data-astro-cid-bbe6dxrz] .hr-logo[data-astro-cid-bbe6dxrz]{width:16px;height:16px;object-fit:contain;flex:none;display:block}#hero[data-astro-cid-bbe6dxrz] .cwdash[data-astro-cid-bbe6dxrz]{width:892px;max-width:none;font-size:13px;background:#fff;border:1px solid #e7e9f2;border-radius:16px;overflow:hidden;box-shadow:0 40px 90px -36px #10165066,0 8px 24px -12px #1016502e;color:#3a4060}#hero[data-astro-cid-bbe6dxrz] .cw3[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:236px minmax(0,1fr) 244px}#hero[data-astro-cid-bbe6dxrz] .cwc[data-astro-cid-bbe6dxrz]{border-right:1px solid #eef0f6;padding:14px 12px;background:#fcfcff;display:flex;flex-direction:column;min-width:0}#hero[data-astro-cid-bbe6dxrz] .cwc-brand[data-astro-cid-bbe6dxrz]{font-family:EB Garamond,serif;font-size:16px;font-weight:600;color:#1b2150;display:flex;align-items:center;gap:6px;padding:2px 6px 12px}#hero[data-astro-cid-bbe6dxrz] .cwc-brand[data-astro-cid-bbe6dxrz] .wm-arc[data-astro-cid-bbe6dxrz]{stroke:#2028e6}#hero[data-astro-cid-bbe6dxrz] .cwc-brand[data-astro-cid-bbe6dxrz] .wm-node[data-astro-cid-bbe6dxrz]{fill:#2028e6}#hero[data-astro-cid-bbe6dxrz] .cwc-search[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e7e9f2;border-radius:9px;padding:8px 10px;box-shadow:0 1px 2px #141a460d}#hero[data-astro-cid-bbe6dxrz] .cwc-search[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:15px;height:15px;color:#8a90a6;flex:none}#hero[data-astro-cid-bbe6dxrz] .cwc-ph[data-astro-cid-bbe6dxrz]{color:#9aa0b6;font-size:12px;flex:1}#hero[data-astro-cid-bbe6dxrz] .cwc-search[data-astro-cid-bbe6dxrz] kbd[data-astro-cid-bbe6dxrz]{font-size:10.5px;color:#9aa0b6;background:#f3f4fa;border:1px solid #e7e9f2;border-radius:5px;padding:1px 5px}#hero[data-astro-cid-bbe6dxrz] .cwc-lbl[data-astro-cid-bbe6dxrz]{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a90a6;margin:16px 6px 8px}#hero[data-astro-cid-bbe6dxrz] .cwc-item[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px}#hero[data-astro-cid-bbe6dxrz] .cwc-item[data-astro-cid-bbe6dxrz].on{background:#eceefb}#hero[data-astro-cid-bbe6dxrz] .cwc-ic[data-astro-cid-bbe6dxrz]{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex:none}#hero[data-astro-cid-bbe6dxrz] .cwc-ic[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px}#hero[data-astro-cid-bbe6dxrz] .ic-ws[data-astro-cid-bbe6dxrz]{background:#e7eafe;color:#4a4fe0}#hero[data-astro-cid-bbe6dxrz] .ic-hermes[data-astro-cid-bbe6dxrz]{background:#1d2563;color:#fff}#hero[data-astro-cid-bbe6dxrz] .ic-research[data-astro-cid-bbe6dxrz]{background:#4a4fe0;color:#fff}#hero[data-astro-cid-bbe6dxrz] .ic-mkt[data-astro-cid-bbe6dxrz]{background:#e7eafe;color:#5b63e0}#hero[data-astro-cid-bbe6dxrz] .ic-dev[data-astro-cid-bbe6dxrz]{background:#e9ebfb;color:#6b73f0}#hero[data-astro-cid-bbe6dxrz] .ic-support[data-astro-cid-bbe6dxrz]{background:#e9ebfb;color:#7079ee}#hero[data-astro-cid-bbe6dxrz] .cwc-tx[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;min-width:0;gap:1px}#hero[data-astro-cid-bbe6dxrz] .cwc-nm[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:#1b2150;line-height:1.2}#hero[data-astro-cid-bbe6dxrz] .cwc-sub[data-astro-cid-bbe6dxrz]{font-size:11px;color:#8a90a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hero[data-astro-cid-bbe6dxrz] .cwc-badge[data-astro-cid-bbe6dxrz]{margin-left:auto;flex:none;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#1d2563;color:#fff;font-size:10.5px;font-weight:700;display:grid;place-items:center}#hero[data-astro-cid-bbe6dxrz] .sd[data-astro-cid-bbe6dxrz]{width:7px;height:7px;border-radius:50%;flex:none;background:#c2c6d6}#hero[data-astro-cid-bbe6dxrz] .sd-green[data-astro-cid-bbe6dxrz]{background:#1f9d55}#hero[data-astro-cid-bbe6dxrz] .sd-amber[data-astro-cid-bbe6dxrz]{background:#e0902a}#hero[data-astro-cid-bbe6dxrz] .sd-tr[data-astro-cid-bbe6dxrz]{margin-left:auto}#hero[data-astro-cid-bbe6dxrz] .cwc-new[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:10px;padding:12px 10px;border:1px solid #e7e9f2;border-radius:11px;background:#fff;margin-top:16px}#hero[data-astro-cid-bbe6dxrz] .cwc-new-ic[data-astro-cid-bbe6dxrz]{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex:none;background:#eceefb;color:#4a4fe0}#hero[data-astro-cid-bbe6dxrz] .cwc-new-ic[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:16px;height:16px}#hero[data-astro-cid-bbe6dxrz] .cwc-new[data-astro-cid-bbe6dxrz] .cwc-nm[data-astro-cid-bbe6dxrz]{color:#4a4fe0}#hero[data-astro-cid-bbe6dxrz] .cwm[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;padding:14px 16px;border-right:1px solid #eef0f6;min-width:0}#hero[data-astro-cid-bbe6dxrz] .cwm-head[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid #eef0f6}#hero[data-astro-cid-bbe6dxrz] .cwm-ava[data-astro-cid-bbe6dxrz]{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none;background:#eceefb;color:#4a4fe0}#hero[data-astro-cid-bbe6dxrz] .cwm-ava[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px}#hero[data-astro-cid-bbe6dxrz] .cwm-htx[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:2px;min-width:0}#hero[data-astro-cid-bbe6dxrz] .cwm-hnm[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:#1b2150}#hero[data-astro-cid-bbe6dxrz] .cwm-run[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#1a9d5a}#hero[data-astro-cid-bbe6dxrz] .cwm-hsub[data-astro-cid-bbe6dxrz]{font-size:11.5px;color:#8a90a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hero[data-astro-cid-bbe6dxrz] .cwm-hbtns[data-astro-cid-bbe6dxrz]{margin-left:auto;display:flex;gap:8px;flex:none}#hero[data-astro-cid-bbe6dxrz] .cwm-hb[data-astro-cid-bbe6dxrz]{width:32px;height:32px;border:1px solid #e7e9f2;border-radius:9px;display:grid;place-items:center;color:#6b7290;background:#fff}#hero[data-astro-cid-bbe6dxrz] .cwm-hb[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:16px;height:16px}#hero[data-astro-cid-bbe6dxrz] .cwm-thread[data-astro-cid-bbe6dxrz]{flex:1;display:flex;flex-direction:column;gap:12px;padding:16px 0}#hero[data-astro-cid-bbe6dxrz] .cwm-row[data-astro-cid-bbe6dxrz].right{display:flex;justify-content:flex-end}#hero[data-astro-cid-bbe6dxrz] .bub-user[data-astro-cid-bbe6dxrz]{background:#eef0f8;color:#42485f;padding:11px 14px;font-size:12.5px;border-radius:13px 13px 4px;max-width:82%}#hero[data-astro-cid-bbe6dxrz] .bub-meta[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:5px;font-size:10.5px;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .cwm-from[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:8px}#hero[data-astro-cid-bbe6dxrz] .cwm-fav[data-astro-cid-bbe6dxrz]{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;flex:none;background:#1d2563;color:#fff}#hero[data-astro-cid-bbe6dxrz] .cwm-fav[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:15px;height:15px}#hero[data-astro-cid-bbe6dxrz] .cwm-fnm[data-astro-cid-bbe6dxrz]{font-size:12.5px;font-weight:700;color:#1b2150}#hero[data-astro-cid-bbe6dxrz] .cwm-ft[data-astro-cid-bbe6dxrz]{font-size:10.5px;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .bub-agent[data-astro-cid-bbe6dxrz]{background:#fff;border:1px solid #e7e9f2;padding:14px;border-radius:13px 13px 13px 4px;margin-left:34px}#hero[data-astro-cid-bbe6dxrz] .bub-lead[data-astro-cid-bbe6dxrz]{margin:0;font-size:12.5px;color:#3a4060}#hero[data-astro-cid-bbe6dxrz] .bub-list[data-astro-cid-bbe6dxrz]{margin:10px 0 0;padding:0 0 0 16px;display:flex;flex-direction:column;gap:7px}#hero[data-astro-cid-bbe6dxrz] .bub-list[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]{font-size:12px;color:#3a4060;line-height:1.4}#hero[data-astro-cid-bbe6dxrz] .bub-file[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:10px;margin-top:14px;padding:9px 11px;border:1px solid #e7e9f2;border-radius:10px;background:#fbfbfe}#hero[data-astro-cid-bbe6dxrz] .bf-ic[data-astro-cid-bbe6dxrz]{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:none;background:#e6f6ec;color:#1a9d5a}#hero[data-astro-cid-bbe6dxrz] .bf-ic[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px}#hero[data-astro-cid-bbe6dxrz] .bf-nm[data-astro-cid-bbe6dxrz]{font-size:11.5px;font-weight:600;color:#1b2150}#hero[data-astro-cid-bbe6dxrz] .bf-meta[data-astro-cid-bbe6dxrz]{font-size:10.5px;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .bf-dl[data-astro-cid-bbe6dxrz]{margin-left:auto;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .bf-dl[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:16px;height:16px}#hero[data-astro-cid-bbe6dxrz] .cwm-composer[data-astro-cid-bbe6dxrz]{border:1px solid #e7e9f2;border-radius:13px;padding:12px 13px;background:#fff;box-shadow:0 1px 2px #141a460d}#hero[data-astro-cid-bbe6dxrz] .cwm-ph[data-astro-cid-bbe6dxrz]{display:block;font-size:12.5px;color:#9aa0b6}#hero[data-astro-cid-bbe6dxrz] .cwm-cbar[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;margin-top:12px}#hero[data-astro-cid-bbe6dxrz] .cwm-cl[data-astro-cid-bbe6dxrz]{display:flex;gap:14px;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .cwm-cl[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px}#hero[data-astro-cid-bbe6dxrz] .cwm-send[data-astro-cid-bbe6dxrz]{margin-left:auto;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#eceefb;color:#4a4fe0}#hero[data-astro-cid-bbe6dxrz] .cwm-send[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:16px;height:16px}#hero[data-astro-cid-bbe6dxrz] .cws[data-astro-cid-bbe6dxrz]{padding:14px 14px 16px;display:flex;flex-direction:column;min-width:0;background:#fff}#hero[data-astro-cid-bbe6dxrz] .cws-card[data-astro-cid-bbe6dxrz]{background:#1f2796;border-radius:13px;padding:15px;color:#eef0ff}#hero[data-astro-cid-bbe6dxrz] .cws-ava[data-astro-cid-bbe6dxrz]{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);color:#fff;margin-bottom:10px}#hero[data-astro-cid-bbe6dxrz] .cws-ava[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:24px;height:24px}#hero[data-astro-cid-bbe6dxrz] .cws-cnm[data-astro-cid-bbe6dxrz]{font-size:16px;font-weight:700;color:#fff;line-height:1.1}#hero[data-astro-cid-bbe6dxrz] .cws-run[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#c7ccf5;margin-top:4px}#hero[data-astro-cid-bbe6dxrz] .cws-run[data-astro-cid-bbe6dxrz] .sd-green[data-astro-cid-bbe6dxrz]{background:#3ddc84}#hero[data-astro-cid-bbe6dxrz] .cws-desc[data-astro-cid-bbe6dxrz]{margin:10px 0 0;font-size:11.5px;line-height:1.45;color:#c2c8f2}#hero[data-astro-cid-bbe6dxrz] .cws-btns[data-astro-cid-bbe6dxrz]{display:flex;gap:8px;margin-top:14px}#hero[data-astro-cid-bbe6dxrz] .cws-b[data-astro-cid-bbe6dxrz]{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:10.5px;font-weight:600;white-space:nowrap;padding:8px 4px;border-radius:8px;border:1px solid rgba(255,255,255,.22);color:#fff}#hero[data-astro-cid-bbe6dxrz] .cws-b[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:13px;height:13px;flex:none}#hero[data-astro-cid-bbe6dxrz] .cws-b-fill[data-astro-cid-bbe6dxrz]{background:#fff;color:#1f2796;border-color:#fff}#hero[data-astro-cid-bbe6dxrz] .cws-sec[data-astro-cid-bbe6dxrz]{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a90a6;margin:18px 0 9px}#hero[data-astro-cid-bbe6dxrz] .cws-res[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:10px}#hero[data-astro-cid-bbe6dxrz] .cws-res[data-astro-cid-bbe6dxrz]+.cws-res[data-astro-cid-bbe6dxrz]{margin-top:12px}#hero[data-astro-cid-bbe6dxrz] .cws-rk[data-astro-cid-bbe6dxrz]{font-size:12px;font-weight:600;color:#1b2150;flex:none;width:54px}#hero[data-astro-cid-bbe6dxrz] .cws-rv[data-astro-cid-bbe6dxrz]{font-size:12px;font-weight:700;color:#1b2150}#hero[data-astro-cid-bbe6dxrz] .cws-rv[data-astro-cid-bbe6dxrz] b[data-astro-cid-bbe6dxrz]{font-weight:700}#hero[data-astro-cid-bbe6dxrz] .cws-spark[data-astro-cid-bbe6dxrz]{margin-left:auto;width:52px;height:18px;color:#6b73f0;flex:none}#hero[data-astro-cid-bbe6dxrz] .cws-res-stor[data-astro-cid-bbe6dxrz]{flex-wrap:wrap}#hero[data-astro-cid-bbe6dxrz] .cws-res-stor[data-astro-cid-bbe6dxrz] .cws-rv[data-astro-cid-bbe6dxrz]{color:#8a90a6;font-weight:500}#hero[data-astro-cid-bbe6dxrz] .cws-res-stor[data-astro-cid-bbe6dxrz] .cws-rv[data-astro-cid-bbe6dxrz] b[data-astro-cid-bbe6dxrz]{color:#1b2150}#hero[data-astro-cid-bbe6dxrz] .cws-bar[data-astro-cid-bbe6dxrz]{flex-basis:100%;height:5px;border-radius:999px;background:#eceef6;margin-top:9px;overflow:hidden}#hero[data-astro-cid-bbe6dxrz] .cws-bar[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]{display:block;height:100%;border-radius:999px;background:#1d2563}#hero[data-astro-cid-bbe6dxrz] .cws-tools[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:8px}#hero[data-astro-cid-bbe6dxrz] .cws-tool[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:7px;padding:8px 9px;border:1px solid #e7e9f2;border-radius:9px;font-size:11.5px;font-weight:600;color:#3a4060;background:#fff}#hero[data-astro-cid-bbe6dxrz] .cws-tool[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:15px;height:15px;color:#6b7290;flex:none}#hero[data-astro-cid-bbe6dxrz] .cws-tool[data-astro-cid-bbe6dxrz] .sd-tr[data-astro-cid-bbe6dxrz]{width:6px;height:6px}#hero[data-astro-cid-bbe6dxrz] .cws-tool-wide[data-astro-cid-bbe6dxrz]{grid-column:1 / -1}#hero[data-astro-cid-bbe6dxrz] .cws-tool[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{margin-left:auto;font-style:normal;font-size:10.5px;font-weight:500;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .cws-info[data-astro-cid-bbe6dxrz]>div[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid #eef0f6}#hero[data-astro-cid-bbe6dxrz] .cws-info[data-astro-cid-bbe6dxrz]>div[data-astro-cid-bbe6dxrz]:first-child{border-top:0}#hero[data-astro-cid-bbe6dxrz] .cws-info[data-astro-cid-bbe6dxrz] dt[data-astro-cid-bbe6dxrz]{font-size:11.5px;color:#8a90a6}#hero[data-astro-cid-bbe6dxrz] .cws-info[data-astro-cid-bbe6dxrz] dd[data-astro-cid-bbe6dxrz]{margin:0;font-size:11.5px;font-weight:600;color:#3a4060}@media (max-width:980px){#hero[data-astro-cid-bbe6dxrz] .hero-grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:40px}#hero[data-astro-cid-bbe6dxrz] .hero-copy[data-astro-cid-bbe6dxrz]{max-width:640px}#hero[data-astro-cid-bbe6dxrz] .cwdash[data-astro-cid-bbe6dxrz]{width:100%}#hero[data-astro-cid-bbe6dxrz]:after,#hero[data-astro-cid-bbe6dxrz]:before{width:38%;opacity:.4}}@media (max-width:740px){#hero[data-astro-cid-bbe6dxrz] .cwdash[data-astro-cid-bbe6dxrz]{font-size:11px}#hero[data-astro-cid-bbe6dxrz] .cw3[data-astro-cid-bbe6dxrz]{grid-template-columns:200px minmax(0,1fr) 200px}}@media (max-width:560px){#hero[data-astro-cid-bbe6dxrz] .cw3[data-astro-cid-bbe6dxrz]{grid-template-columns:minmax(0,1fr)}#hero[data-astro-cid-bbe6dxrz] .cwc[data-astro-cid-bbe6dxrz],#hero[data-astro-cid-bbe6dxrz] .cws[data-astro-cid-bbe6dxrz]{display:none}}#problem[data-astro-cid-l6zbxp7z]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#problem[data-astro-cid-l6zbxp7z] .head[data-astro-cid-l6zbxp7z]{max-width:580px;margin-bottom:clamp(40px,6vw,64px)}#problem[data-astro-cid-l6zbxp7z] .eyebrow[data-astro-cid-l6zbxp7z]{color:#8d97f0}#problem[data-astro-cid-l6zbxp7z] .h2[data-astro-cid-l6zbxp7z]{color:#fff}#problem[data-astro-cid-l6zbxp7z] .lead[data-astro-cid-l6zbxp7z]{color:#aab2e6}#problem[data-astro-cid-l6zbxp7z] .pg[data-astro-cid-l6zbxp7z]{display:grid;grid-template-columns:repeat(3,1fr) 36px 1.06fr;gap:14px;align-items:stretch}#problem[data-astro-cid-l6zbxp7z] .pc[data-astro-cid-l6zbxp7z]{background:#ffffff0b;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:22px 20px;display:flex;flex-direction:column;gap:14px}#problem[data-astro-cid-l6zbxp7z] .pc-hd[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;gap:10px}#problem[data-astro-cid-l6zbxp7z] .pc-x[data-astro-cid-l6zbxp7z]{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:#fff6;font-size:14px;font-weight:700;flex:none}#problem[data-astro-cid-l6zbxp7z] .pc-hd[data-astro-cid-l6zbxp7z] h3[data-astro-cid-l6zbxp7z]{margin:0;font-size:.94rem;font-weight:600;color:#fff}#problem[data-astro-cid-l6zbxp7z] .pc[data-astro-cid-l6zbxp7z] p[data-astro-cid-l6zbxp7z]{margin:0;font-size:.84rem;color:#ffffff75;line-height:1.5}#problem[data-astro-cid-l6zbxp7z] .pc-mock[data-astro-cid-l6zbxp7z]{background:#00000047;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:9px;margin-top:auto}#problem[data-astro-cid-l6zbxp7z] .pm-row[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;justify-content:space-between;font-size:11px}#problem[data-astro-cid-l6zbxp7z] .pm-left[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;gap:8px}#problem[data-astro-cid-l6zbxp7z] .pm-av[data-astro-cid-l6zbxp7z]{width:20px;height:20px;border-radius:50%;background:#3b4fd899;display:grid;place-items:center;font-size:8px;color:#fff;font-weight:700}#problem[data-astro-cid-l6zbxp7z] .pm-av[data-astro-cid-l6zbxp7z].ghost{background:transparent;border:1px dashed rgba(255,255,255,.2);color:#ffffff4d}#problem[data-astro-cid-l6zbxp7z] .pm-t[data-astro-cid-l6zbxp7z]{color:#ffffff75}#problem[data-astro-cid-l6zbxp7z] .pm-t[data-astro-cid-l6zbxp7z].dim{color:#ffffff47;font-style:italic}#problem[data-astro-cid-l6zbxp7z] .pm-ts[data-astro-cid-l6zbxp7z]{color:#ffffff38}#problem[data-astro-cid-l6zbxp7z] .pc-term[data-astro-cid-l6zbxp7z]{background:#00000073;border-radius:10px;padding:12px 13px;margin-top:auto;font-family:JetBrains Mono,monospace;font-size:10.5px;display:flex;flex-direction:column;gap:5px}#problem[data-astro-cid-l6zbxp7z] .pt-d[data-astro-cid-l6zbxp7z]{color:#ffffff6b}#problem[data-astro-cid-l6zbxp7z] .pt-e[data-astro-cid-l6zbxp7z]{color:#f28b82}#problem[data-astro-cid-l6zbxp7z] .pg-arw[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;justify-content:center;color:#ffffff38}#problem[data-astro-cid-l6zbxp7z] .pg-arw[data-astro-cid-l6zbxp7z] svg[data-astro-cid-l6zbxp7z]{width:22px;height:22px;flex:none}#problem[data-astro-cid-l6zbxp7z] .ps[data-astro-cid-l6zbxp7z]{background:#222c8f;border:1px solid rgba(141,151,240,.45);border-radius:14px;padding:22px 20px;display:flex;flex-direction:column;gap:0;box-shadow:0 0 60px -20px #6478ff66}#problem[data-astro-cid-l6zbxp7z] .ps-ava[data-astro-cid-l6zbxp7z]{width:46px;height:46px;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:#fff;margin-bottom:14px}#problem[data-astro-cid-l6zbxp7z] .ps-ava[data-astro-cid-l6zbxp7z] svg[data-astro-cid-l6zbxp7z]{width:26px;height:26px}#problem[data-astro-cid-l6zbxp7z] .ps[data-astro-cid-l6zbxp7z] h3[data-astro-cid-l6zbxp7z]{margin:0 0 6px;font-family:EB Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:#fff}#problem[data-astro-cid-l6zbxp7z] .ps[data-astro-cid-l6zbxp7z] p[data-astro-cid-l6zbxp7z]{margin:0 0 18px;font-size:.84rem;color:#ffffff9e;line-height:1.5}#problem[data-astro-cid-l6zbxp7z] .ps-list[data-astro-cid-l6zbxp7z]{display:flex;flex-direction:column;gap:10px;margin-top:auto}#problem[data-astro-cid-l6zbxp7z] .ps-li[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#fff}#problem[data-astro-cid-l6zbxp7z] .ps-ck[data-astro-cid-l6zbxp7z]{width:18px;height:18px;border-radius:50%;background:#ffffff29;display:grid;place-items:center;flex:none}#problem[data-astro-cid-l6zbxp7z] .ps-ck[data-astro-cid-l6zbxp7z] svg[data-astro-cid-l6zbxp7z]{width:10px;height:10px}#problem[data-astro-cid-l6zbxp7z] .pc-log[data-astro-cid-l6zbxp7z]{display:flex;flex-direction:column;gap:8px;margin-top:auto}#problem[data-astro-cid-l6zbxp7z] .pl-it[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;justify-content:space-between;font-size:11px}#problem[data-astro-cid-l6zbxp7z] .pl-lb[data-astro-cid-l6zbxp7z]{display:flex;align-items:center;gap:7px}#problem[data-astro-cid-l6zbxp7z] .pl-ic[data-astro-cid-l6zbxp7z]{font-size:11px;color:#ffffff47;width:14px;text-align:center}#problem[data-astro-cid-l6zbxp7z] .pl-nm[data-astro-cid-l6zbxp7z]{color:#fff6}#problem[data-astro-cid-l6zbxp7z] .pl-nm[data-astro-cid-l6zbxp7z].warn{color:#f6ad55bf}#problem[data-astro-cid-l6zbxp7z] .pl-nm[data-astro-cid-l6zbxp7z].err{color:#f87171bf}@media (max-width: 980px){#problem[data-astro-cid-l6zbxp7z] .pg[data-astro-cid-l6zbxp7z]{grid-template-columns:1fr 1fr}#problem[data-astro-cid-l6zbxp7z] .pg-arw[data-astro-cid-l6zbxp7z]{display:none}#problem[data-astro-cid-l6zbxp7z] .ps[data-astro-cid-l6zbxp7z]{grid-column:1 / -1}}@media (max-width: 600px){#problem[data-astro-cid-l6zbxp7z] .pg[data-astro-cid-l6zbxp7z]{grid-template-columns:1fr}#problem[data-astro-cid-l6zbxp7z] .ps[data-astro-cid-l6zbxp7z]{grid-column:1}}#how[data-astro-cid-cmgpsf2k]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#how[data-astro-cid-cmgpsf2k] .hd[data-astro-cid-cmgpsf2k]{text-align:center;margin-bottom:clamp(40px,5vw,60px)}#how[data-astro-cid-cmgpsf2k] .hd[data-astro-cid-cmgpsf2k] .lead[data-astro-cid-cmgpsf2k]{margin-left:auto;margin-right:auto}#how[data-astro-cid-cmgpsf2k] .steps-wrap[data-astro-cid-cmgpsf2k]{position:relative}#how[data-astro-cid-cmgpsf2k] .step-line[data-astro-cid-cmgpsf2k]{display:none}#how[data-astro-cid-cmgpsf2k] .steps-grid[data-astro-cid-cmgpsf2k]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}#how[data-astro-cid-cmgpsf2k] .step[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;align-items:center}#how[data-astro-cid-cmgpsf2k] .step-num[data-astro-cid-cmgpsf2k]{position:relative;z-index:1;width:40px;height:40px;border-radius:50%;border:1.5px solid #d6daef;background:var(--tint);display:grid;place-items:center;font-size:.88rem;font-weight:600;color:#4a4fe0;margin-bottom:18px;flex:none}#how[data-astro-cid-cmgpsf2k] .step-card[data-astro-cid-cmgpsf2k]{width:100%;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:16px}#how[data-astro-cid-cmgpsf2k] .step[data-astro-cid-cmgpsf2k] h3[data-astro-cid-cmgpsf2k]{font-family:EB Garamond,Georgia,serif;font-size:1.1rem;font-weight:500;color:#1b2150;margin:0 0 6px;text-align:center}#how[data-astro-cid-cmgpsf2k] .step[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{font-size:.84rem;color:var(--ink-2);line-height:1.5;margin:0;text-align:center}@media (min-width: 861px){#how[data-astro-cid-cmgpsf2k] .step-line[data-astro-cid-cmgpsf2k]{display:block;position:absolute;top:20px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:1.5px;background:#e7e9f2;z-index:0}}#how[data-astro-cid-cmgpsf2k] .mc[data-astro-cid-cmgpsf2k]{padding:14px 14px 12px;font-size:11px;display:flex;flex-direction:column;gap:10px}#how[data-astro-cid-cmgpsf2k] .mc-hd[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;gap:7px;font-weight:600;color:#1b2150;font-size:12.5px}#how[data-astro-cid-cmgpsf2k] .mc-hd[data-astro-cid-cmgpsf2k] svg[data-astro-cid-cmgpsf2k]{width:14px;height:14px;color:#4a4fe0;flex:none}#how[data-astro-cid-cmgpsf2k] .mc-field[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;gap:5px}#how[data-astro-cid-cmgpsf2k] .mc-lbl[data-astro-cid-cmgpsf2k]{color:#8a90a6;font-size:10.5px}#how[data-astro-cid-cmgpsf2k] .mc-val[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;justify-content:space-between;background:#f9fafb;border:1px solid #e7e9f2;border-radius:8px;padding:7px 10px;color:#3a4060;font-size:11px}#how[data-astro-cid-cmgpsf2k] .mc-val[data-astro-cid-cmgpsf2k] svg[data-astro-cid-cmgpsf2k]{width:12px;height:12px;color:#1a9d5a}#how[data-astro-cid-cmgpsf2k] .mc-avatars[data-astro-cid-cmgpsf2k]{display:flex;align-items:center}#how[data-astro-cid-cmgpsf2k] .mc-av[data-astro-cid-cmgpsf2k]{width:24px;height:24px;border-radius:50%;border:2px solid #fff;display:grid;place-items:center;font-size:8px;font-weight:700;color:#fff;margin-left:-4px;flex:none}#how[data-astro-cid-cmgpsf2k] .mc-av[data-astro-cid-cmgpsf2k]:first-child{margin-left:0}#how[data-astro-cid-cmgpsf2k] .mc-rows[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;gap:7px}#how[data-astro-cid-cmgpsf2k] .mc-row[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;gap:7px;font-size:11px}#how[data-astro-cid-cmgpsf2k] .mc-row[data-astro-cid-cmgpsf2k].ok{color:#1a9d5a}#how[data-astro-cid-cmgpsf2k] .mc-row[data-astro-cid-cmgpsf2k].running{color:#4a4fe0}#how[data-astro-cid-cmgpsf2k] .mc-row[data-astro-cid-cmgpsf2k] svg[data-astro-cid-cmgpsf2k]{width:13px;height:13px;flex:none}#how[data-astro-cid-cmgpsf2k] .mc-spin[data-astro-cid-cmgpsf2k]{width:10px;height:10px;border:1.5px solid #4a4fe0;border-top-color:transparent;border-radius:50%;flex:none;animation:mc-spin .7s linear infinite}@keyframes mc-spin{to{transform:rotate(360deg)}}#how[data-astro-cid-cmgpsf2k] .mc-chat[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;gap:8px}#how[data-astro-cid-cmgpsf2k] .mc-user[data-astro-cid-cmgpsf2k]{align-self:flex-end;background:#eef0f8;color:#42485f;padding:8px 11px;border-radius:9px 9px 3px;font-size:11px;max-width:85%}#how[data-astro-cid-cmgpsf2k] .mc-agent[data-astro-cid-cmgpsf2k]{display:flex;gap:7px;align-items:flex-start}#how[data-astro-cid-cmgpsf2k] .mc-agent-av[data-astro-cid-cmgpsf2k]{width:22px;height:22px;border-radius:6px;background:#1d2563;color:#fff;display:grid;place-items:center;flex:none}#how[data-astro-cid-cmgpsf2k] .mc-agent-av[data-astro-cid-cmgpsf2k] svg[data-astro-cid-cmgpsf2k]{width:12px;height:12px}#how[data-astro-cid-cmgpsf2k] .mc-agent-bub[data-astro-cid-cmgpsf2k]{background:#fff;border:1px solid #e7e9f2;padding:8px 11px;border-radius:9px 9px 9px 3px;font-size:11px;color:#3a4060;flex:1}#how[data-astro-cid-cmgpsf2k] .how-cta[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px 22px;margin-top:clamp(36px,5vw,52px)}@media (max-width: 860px){#how[data-astro-cid-cmgpsf2k] .steps-grid[data-astro-cid-cmgpsf2k]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){#how[data-astro-cid-cmgpsf2k] .steps-grid[data-astro-cid-cmgpsf2k]{grid-template-columns:1fr}}#dash[data-astro-cid-z5akxdjv]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#dash[data-astro-cid-z5akxdjv] .hd[data-astro-cid-z5akxdjv]{text-align:center;margin-bottom:clamp(40px,5vw,60px)}#dash[data-astro-cid-z5akxdjv] .hd[data-astro-cid-z5akxdjv] .lead[data-astro-cid-z5akxdjv]{margin-left:auto;margin-right:auto}#dash[data-astro-cid-z5akxdjv] .dmock[data-astro-cid-z5akxdjv]{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:clamp(40px,5vw,64px)}#dash[data-astro-cid-z5akxdjv] .dtabs[data-astro-cid-z5akxdjv]{display:flex;align-items:center;gap:4px;padding:10px 12px;border-bottom:1px solid var(--line-soft);background:#f9fafb;overflow-x:auto}#dash[data-astro-cid-z5akxdjv] .dtab[data-astro-cid-z5akxdjv]{font-size:11.5px;padding:6px 12px;border-radius:8px;border:0;cursor:pointer;background:transparent;color:#8a90a6;font-weight:500;white-space:nowrap}#dash[data-astro-cid-z5akxdjv] .dtab[data-astro-cid-z5akxdjv].on{background:#fff;border:1px solid var(--line);color:#1b2150;box-shadow:0 1px 3px #141a4612}#dash[data-astro-cid-z5akxdjv] .dtab-new[data-astro-cid-z5akxdjv]{font-size:11.5px;padding:6px 10px;color:#4a4fe0;font-weight:600;border:0;background:transparent;cursor:pointer;white-space:nowrap}#dash[data-astro-cid-z5akxdjv] .dbody[data-astro-cid-z5akxdjv]{display:grid;grid-template-columns:230px 1fr}#dash[data-astro-cid-z5akxdjv] .dlist[data-astro-cid-z5akxdjv]{border-right:1px solid var(--line-soft);padding:14px}#dash[data-astro-cid-z5akxdjv] .dlist-hd[data-astro-cid-z5akxdjv]{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}#dash[data-astro-cid-z5akxdjv] .dlist-hd[data-astro-cid-z5akxdjv] span[data-astro-cid-z5akxdjv]{font-size:11px;color:#8a90a6}#dash[data-astro-cid-z5akxdjv] .dagent[data-astro-cid-z5akxdjv]{display:flex;align-items:flex-start;gap:10px;padding:10px 8px;border-radius:10px;cursor:pointer}#dash[data-astro-cid-z5akxdjv] .dagent[data-astro-cid-z5akxdjv]:hover{background:#fafbfe}#dash[data-astro-cid-z5akxdjv] .da-av[data-astro-cid-z5akxdjv]{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff;flex:none}#dash[data-astro-cid-z5akxdjv] .da-nm[data-astro-cid-z5akxdjv]{font-size:12.5px;font-weight:600;color:#1b2150;display:flex;align-items:center;gap:6px}#dash[data-astro-cid-z5akxdjv] .da-st[data-astro-cid-z5akxdjv]{font-size:10px;font-weight:600;padding:2px 7px;border-radius:20px}#dash[data-astro-cid-z5akxdjv] .da-st[data-astro-cid-z5akxdjv].run{background:#e4f6ec;color:#1a9d5a}#dash[data-astro-cid-z5akxdjv] .da-st[data-astro-cid-z5akxdjv].idle{background:#f1f2f8;color:#8a90a6}#dash[data-astro-cid-z5akxdjv] .da-sub[data-astro-cid-z5akxdjv]{font-size:11px;color:#8a90a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}#dash[data-astro-cid-z5akxdjv] .dfeed[data-astro-cid-z5akxdjv]{padding:16px 18px}#dash[data-astro-cid-z5akxdjv] .dfeed-hd[data-astro-cid-z5akxdjv]{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a90a6;margin-bottom:14px}#dash[data-astro-cid-z5akxdjv] .dact[data-astro-cid-z5akxdjv]{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f6fb}#dash[data-astro-cid-z5akxdjv] .dact[data-astro-cid-z5akxdjv]:last-child{border-bottom:0}#dash[data-astro-cid-z5akxdjv] .dact-av[data-astro-cid-z5akxdjv]{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:700;color:#fff;flex:none}#dash[data-astro-cid-z5akxdjv] .dact-nm[data-astro-cid-z5akxdjv]{font-size:12px;font-weight:600;color:#1b2150}#dash[data-astro-cid-z5akxdjv] .dact-tx[data-astro-cid-z5akxdjv]{font-size:12px;color:#8a90a6;margin-left:4px}#dash[data-astro-cid-z5akxdjv] .dact-t[data-astro-cid-z5akxdjv]{margin-left:auto;font-size:11px;color:#c5c8d8;white-space:nowrap}#dash[data-astro-cid-z5akxdjv] .callouts[data-astro-cid-z5akxdjv]{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}#dash[data-astro-cid-z5akxdjv] .callout[data-astro-cid-z5akxdjv]{border:1px solid var(--line);border-radius:14px;padding:20px}#dash[data-astro-cid-z5akxdjv] .callout[data-astro-cid-z5akxdjv]:hover{border-color:#c9cde6}#dash[data-astro-cid-z5akxdjv] .co-ic[data-astro-cid-z5akxdjv]{width:38px;height:38px;border-radius:10px;background:var(--indigo-soft);color:var(--indigo);display:grid;place-items:center;margin-bottom:12px}#dash[data-astro-cid-z5akxdjv] .callout[data-astro-cid-z5akxdjv] h3[data-astro-cid-z5akxdjv]{margin:0 0 5px;font-size:.92rem;font-weight:600;color:#1b2150}#dash[data-astro-cid-z5akxdjv] .callout[data-astro-cid-z5akxdjv] p[data-astro-cid-z5akxdjv]{margin:0;font-size:.83rem;color:var(--ink-2);line-height:1.5}@media (max-width: 860px){#dash[data-astro-cid-z5akxdjv] .dbody[data-astro-cid-z5akxdjv]{grid-template-columns:1fr}#dash[data-astro-cid-z5akxdjv] .dlist[data-astro-cid-z5akxdjv]{border-right:0;border-bottom:1px solid var(--line-soft)}#dash[data-astro-cid-z5akxdjv] .callouts[data-astro-cid-z5akxdjv]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){#dash[data-astro-cid-z5akxdjv] .callouts[data-astro-cid-z5akxdjv]{grid-template-columns:1fr}#dash[data-astro-cid-z5akxdjv] .da-sub[data-astro-cid-z5akxdjv]{max-width:none}}#memory[data-astro-cid-24lwgxdf]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#memory[data-astro-cid-24lwgxdf] .split[data-astro-cid-24lwgxdf]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center}#memory[data-astro-cid-24lwgxdf] .eyebrow[data-astro-cid-24lwgxdf]{color:#8d97f0}#memory[data-astro-cid-24lwgxdf] .h2[data-astro-cid-24lwgxdf]{color:#fff}#memory[data-astro-cid-24lwgxdf] .lead[data-astro-cid-24lwgxdf]{color:#e5e8ffb8;max-width:46ch}#memory[data-astro-cid-24lwgxdf] .mvis[data-astro-cid-24lwgxdf]{min-width:0}#memory[data-astro-cid-24lwgxdf] .cwapp[data-astro-cid-24lwgxdf]{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 48px #141a4647;font-family:Inter,sans-serif;font-size:12px;display:flex;flex-direction:column}#memory[data-astro-cid-24lwgxdf] .cwapp-body[data-astro-cid-24lwgxdf]{display:grid;grid-template-columns:148px 1fr 148px;overflow:hidden}#memory[data-astro-cid-24lwgxdf] .cwnav[data-astro-cid-24lwgxdf]{background:#f7f8fc;border-right:1px solid #eef0f6;padding:12px 8px;display:flex;flex-direction:column;gap:2px}#memory[data-astro-cid-24lwgxdf] .mbrand[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:#1b2150;padding:4px 8px 10px}#memory[data-astro-cid-24lwgxdf] .mbrand[data-astro-cid-24lwgxdf] .wm-mark[data-astro-cid-24lwgxdf]{width:16px;height:16px;overflow:visible}#memory[data-astro-cid-24lwgxdf] .mbrand[data-astro-cid-24lwgxdf] .wm-arc[data-astro-cid-24lwgxdf]{stroke:#4a4fe0}#memory[data-astro-cid-24lwgxdf] .mbrand[data-astro-cid-24lwgxdf] .wm-node[data-astro-cid-24lwgxdf]{fill:#4a4fe0}#memory[data-astro-cid-24lwgxdf] .msearch[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e7e9f2;border-radius:8px;padding:5px 8px;color:#6b7290;margin-bottom:6px;font-size:11px}#memory[data-astro-cid-24lwgxdf] .msearch[data-astro-cid-24lwgxdf] svg[data-astro-cid-24lwgxdf]{width:13px;height:13px;flex:none}#memory[data-astro-cid-24lwgxdf] .msearch[data-astro-cid-24lwgxdf] .chev[data-astro-cid-24lwgxdf]{margin-left:auto}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:7px;padding:6px 8px;border-radius:8px;font-size:11.5px;color:#42485f;cursor:pointer;position:relative;white-space:nowrap}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf].on{background:#eceefb;color:#4a4fe0;font-weight:600}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf]{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;flex:none}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf].ring{background:#eceefb;color:#4a4fe0}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf].navy{background:#1d2563;color:#fff}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf].indigo{background:#4a4fe0;color:#fff}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf].soft{background:#e7eafe;color:#5b63e0}#memory[data-astro-cid-24lwgxdf] .mit[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf] svg[data-astro-cid-24lwgxdf]{width:11px;height:11px}#memory[data-astro-cid-24lwgxdf] .md[data-astro-cid-24lwgxdf]{width:6px;height:6px;border-radius:50%;flex:none;margin-left:auto}#memory[data-astro-cid-24lwgxdf] .md[data-astro-cid-24lwgxdf].ok{background:#1f9d55}#memory[data-astro-cid-24lwgxdf] .md[data-astro-cid-24lwgxdf].on{background:#3ddc84}#memory[data-astro-cid-24lwgxdf] .md[data-astro-cid-24lwgxdf].idle{background:#c0c4d8}#memory[data-astro-cid-24lwgxdf] .mchat[data-astro-cid-24lwgxdf]{display:flex;flex-direction:column;border-right:1px solid #eef0f6}#memory[data-astro-cid-24lwgxdf] .mchat-h[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #eef0f6}#memory[data-astro-cid-24lwgxdf] .mchat-h[data-astro-cid-24lwgxdf] .ic[data-astro-cid-24lwgxdf]{width:24px;height:24px;border-radius:7px;flex:none}#memory[data-astro-cid-24lwgxdf] .mchat-ht[data-astro-cid-24lwgxdf]{flex:1;min-width:0}#memory[data-astro-cid-24lwgxdf] .mtitle[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#1b2150}#memory[data-astro-cid-24lwgxdf] .mtitle[data-astro-cid-24lwgxdf] .run[data-astro-cid-24lwgxdf]{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:500;color:#1f9d55}#memory[data-astro-cid-24lwgxdf] .mtitle[data-astro-cid-24lwgxdf] .run[data-astro-cid-24lwgxdf] i[data-astro-cid-24lwgxdf]{width:5px;height:5px;border-radius:50%;background:#3ddc84;display:inline-block;flex:none}#memory[data-astro-cid-24lwgxdf] .msub[data-astro-cid-24lwgxdf]{font-size:10.5px;color:#8a90a6;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#memory[data-astro-cid-24lwgxdf] .mico[data-astro-cid-24lwgxdf]{width:26px;height:26px;border:1px solid #e7e9f2;border-radius:7px;display:grid;place-items:center;color:#6b7290;background:#fff;flex:none}#memory[data-astro-cid-24lwgxdf] .mico[data-astro-cid-24lwgxdf] svg[data-astro-cid-24lwgxdf]{width:13px;height:13px}#memory[data-astro-cid-24lwgxdf] .mmsgs[data-astro-cid-24lwgxdf]{flex:1;padding:12px;display:flex;flex-direction:column;gap:10px}#memory[data-astro-cid-24lwgxdf] .mrow[data-astro-cid-24lwgxdf]{display:flex}#memory[data-astro-cid-24lwgxdf] .mrow[data-astro-cid-24lwgxdf].user{justify-content:flex-end}#memory[data-astro-cid-24lwgxdf] .mbub[data-astro-cid-24lwgxdf]{background:#eef0f8;color:#42485f;padding:9px 12px;font-size:11.5px;border-radius:11px 11px 3px;max-width:88%}#memory[data-astro-cid-24lwgxdf] .mbub[data-astro-cid-24lwgxdf].reply{background:#fff;border:1px solid #e7e9f2;border-radius:11px 11px 11px 3px;margin-left:8px}#memory[data-astro-cid-24lwgxdf] .mrow[data-astro-cid-24lwgxdf].agent{align-items:flex-start}#memory[data-astro-cid-24lwgxdf] .mavi[data-astro-cid-24lwgxdf]{width:22px;height:22px;border-radius:6px;flex:none;margin-top:1px}#memory[data-astro-cid-24lwgxdf] .mtime[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:4px;font-size:9.5px;color:#8a90a6;margin-top:5px}#memory[data-astro-cid-24lwgxdf] .mtime[data-astro-cid-24lwgxdf] svg[data-astro-cid-24lwgxdf]{width:11px;height:11px}#memory[data-astro-cid-24lwgxdf] .mlead[data-astro-cid-24lwgxdf]{margin:0 0 6px;font-size:11.5px;color:#3a4060}#memory[data-astro-cid-24lwgxdf] .mbul[data-astro-cid-24lwgxdf]{margin:0;padding-left:14px;display:flex;flex-direction:column;gap:4px}#memory[data-astro-cid-24lwgxdf] .mbul[data-astro-cid-24lwgxdf] li[data-astro-cid-24lwgxdf]{font-size:11px;color:#3a4060;line-height:1.4}#memory[data-astro-cid-24lwgxdf] .mmem[data-astro-cid-24lwgxdf]{padding:12px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #eef0f6}#memory[data-astro-cid-24lwgxdf] .mmem-h[data-astro-cid-24lwgxdf]{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8a90a6;margin:0}#memory[data-astro-cid-24lwgxdf] .mmrow[data-astro-cid-24lwgxdf]{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:#42485f;line-height:1.4}#memory[data-astro-cid-24lwgxdf] .mmic[data-astro-cid-24lwgxdf]{width:22px;height:22px;border-radius:6px;background:#eceefb;color:#4a4fe0;display:grid;place-items:center;flex:none}#memory[data-astro-cid-24lwgxdf] .mmic[data-astro-cid-24lwgxdf] svg[data-astro-cid-24lwgxdf]{width:12px;height:12px}#memory[data-astro-cid-24lwgxdf] .mmbtn[data-astro-cid-24lwgxdf]{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;color:#4a4fe0;margin-top:4px;background:none;border:none;cursor:pointer;padding:0}#memory[data-astro-cid-24lwgxdf] .mmbtn[data-astro-cid-24lwgxdf] svg[data-astro-cid-24lwgxdf]{width:13px;height:13px}@media (max-width: 900px){#memory[data-astro-cid-24lwgxdf] .split[data-astro-cid-24lwgxdf]{grid-template-columns:1fr}}@media (max-width: 640px){#memory[data-astro-cid-24lwgxdf] .cwapp-body[data-astro-cid-24lwgxdf]{grid-template-columns:1fr}#memory[data-astro-cid-24lwgxdf] .cwnav[data-astro-cid-24lwgxdf],#memory[data-astro-cid-24lwgxdf] .mmem[data-astro-cid-24lwgxdf]{display:none}}#features[data-astro-cid-abm53p25]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#features[data-astro-cid-abm53p25] .hd[data-astro-cid-abm53p25]{text-align:center;margin-bottom:clamp(40px,5vw,56px)}#features[data-astro-cid-abm53p25] .hd[data-astro-cid-abm53p25] .lead[data-astro-cid-abm53p25]{margin-left:auto;margin-right:auto}#features[data-astro-cid-abm53p25] .ftabs-wrap[data-astro-cid-abm53p25]{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}#features[data-astro-cid-abm53p25] .ftab-row[data-astro-cid-abm53p25]{display:flex;overflow-x:auto;border-bottom:1px solid var(--line-soft)}#features[data-astro-cid-abm53p25] .ftab-row[data-astro-cid-abm53p25]::-webkit-scrollbar{height:0}#features[data-astro-cid-abm53p25] .ftab[data-astro-cid-abm53p25]{display:flex;align-items:center;gap:7px;padding:14px 20px;font-size:.88rem;font-weight:500;color:#8a90a6;border-bottom:2px solid transparent;white-space:nowrap;cursor:pointer;background:none;border-top:0;border-left:0;border-right:0;transition:color .2s}#features[data-astro-cid-abm53p25] .ftab[data-astro-cid-abm53p25].active{border-bottom-color:#4a4fe0;color:#1b2150;font-weight:600}#features[data-astro-cid-abm53p25] .ftab[data-astro-cid-abm53p25] svg[data-astro-cid-abm53p25]{width:15px;height:15px;flex:none}#features[data-astro-cid-abm53p25] .fpanel[data-astro-cid-abm53p25]{display:none;padding:clamp(24px,4vw,40px)}#features[data-astro-cid-abm53p25] .fpanel[data-astro-cid-abm53p25].active{display:block}#features[data-astro-cid-abm53p25] .fp-inner[data-astro-cid-abm53p25]{display:grid;grid-template-columns:1fr 300px;gap:clamp(24px,4vw,48px);align-items:start}#features[data-astro-cid-abm53p25] .fp-badge[data-astro-cid-abm53p25]{display:inline-flex;align-items:center;gap:7px;font-size:.76rem;font-weight:600;padding:.4em .8em;border-radius:20px;background:#e4f6ec;color:#1a9d5a;margin-bottom:14px}#features[data-astro-cid-abm53p25] .fp-badge[data-astro-cid-abm53p25]:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}#features[data-astro-cid-abm53p25] .fp-title[data-astro-cid-abm53p25]{font-family:EB Garamond,Georgia,serif;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:500;color:#1b2150;margin:0 0 12px}#features[data-astro-cid-abm53p25] .fp-body[data-astro-cid-abm53p25]{font-size:.96rem;line-height:1.6;color:#5a607a;margin:0}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25]{background:#0d1450;border-radius:14px;padding:16px 18px;font-family:JetBrains Mono,monospace;font-size:12px;display:flex;flex-direction:column;gap:8px}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25] .t-dim[data-astro-cid-abm53p25]{color:#ffffff59}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25] .t-green[data-astro-cid-abm53p25]{color:#3ddc84}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25] .t-blue[data-astro-cid-abm53p25]{color:#82a8ff}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25] .t-prompt[data-astro-cid-abm53p25]{display:flex;align-items:center;gap:7px;color:#fffc}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25] .t-cursor[data-astro-cid-abm53p25]{display:inline-block;width:8px;height:14px;background:#4a4fe0;opacity:.85;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}#features[data-astro-cid-abm53p25] .ft-more[data-astro-cid-abm53p25]{margin-top:clamp(24px,3vw,32px);text-align:center}@media (max-width: 760px){#features[data-astro-cid-abm53p25] .fp-inner[data-astro-cid-abm53p25]{grid-template-columns:1fr}#features[data-astro-cid-abm53p25] .fp-term[data-astro-cid-abm53p25]{order:-1}}@media (max-width: 520px){#features[data-astro-cid-abm53p25] .ftab[data-astro-cid-abm53p25]{padding:12px 14px;font-size:.82rem}#features[data-astro-cid-abm53p25] .ftab[data-astro-cid-abm53p25] svg[data-astro-cid-abm53p25]{display:none}}#templates[data-astro-cid-7yqcop4e]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#templates[data-astro-cid-7yqcop4e] .hd[data-astro-cid-7yqcop4e]{text-align:center;margin-bottom:clamp(40px,5vw,56px)}#templates[data-astro-cid-7yqcop4e] .hd[data-astro-cid-7yqcop4e] .lead[data-astro-cid-7yqcop4e]{margin-left:auto;margin-right:auto}#templates[data-astro-cid-7yqcop4e] .tgrid[data-astro-cid-7yqcop4e]{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}#templates[data-astro-cid-7yqcop4e] .tcard[data-astro-cid-7yqcop4e]{border:1px solid var(--line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:14px;transition:border-color .2s,box-shadow .2s;position:relative}#templates[data-astro-cid-7yqcop4e] .tcard[data-astro-cid-7yqcop4e]:hover{border-color:#c9cde6;box-shadow:var(--shadow)}#templates[data-astro-cid-7yqcop4e] .tc-top[data-astro-cid-7yqcop4e]{display:flex;align-items:flex-start;justify-content:space-between}#templates[data-astro-cid-7yqcop4e] .tc-ic[data-astro-cid-7yqcop4e]{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex:none}#templates[data-astro-cid-7yqcop4e] .tc-ic[data-astro-cid-7yqcop4e] svg[data-astro-cid-7yqcop4e]{width:22px;height:22px}#templates[data-astro-cid-7yqcop4e] .tc-deploy[data-astro-cid-7yqcop4e]{font-size:.76rem;font-weight:600;color:var(--indigo);border:1px solid rgba(74,79,224,.25);border-radius:8px;padding:.4em .8em;background:transparent;cursor:pointer;opacity:0;transition:opacity .2s;white-space:nowrap}#templates[data-astro-cid-7yqcop4e] .tcard[data-astro-cid-7yqcop4e]:hover .tc-deploy[data-astro-cid-7yqcop4e]{opacity:1}#templates[data-astro-cid-7yqcop4e] .tc-body[data-astro-cid-7yqcop4e]{flex:1}#templates[data-astro-cid-7yqcop4e] .tc-body[data-astro-cid-7yqcop4e] h3[data-astro-cid-7yqcop4e]{margin:0 0 6px;font-size:.98rem;font-weight:600;color:#1b2150}#templates[data-astro-cid-7yqcop4e] .tc-body[data-astro-cid-7yqcop4e] p[data-astro-cid-7yqcop4e]{margin:0;font-size:.84rem;color:var(--ink-2);line-height:1.5}#templates[data-astro-cid-7yqcop4e] .tc-tools[data-astro-cid-7yqcop4e]{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}#templates[data-astro-cid-7yqcop4e] .tc-tag[data-astro-cid-7yqcop4e]{font-size:.72rem;font-weight:600;color:#5b6183;background:#f1f2f8;border:1px solid #eaecf5;border-radius:7px;padding:3px 9px}#templates[data-astro-cid-7yqcop4e] .t-more[data-astro-cid-7yqcop4e]{text-align:center;margin-top:clamp(28px,4vw,40px)}@media (max-width: 860px){#templates[data-astro-cid-7yqcop4e] .tgrid[data-astro-cid-7yqcop4e]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){#templates[data-astro-cid-7yqcop4e] .tgrid[data-astro-cid-7yqcop4e]{grid-template-columns:1fr}}#infra[data-astro-cid-hb7jjmf2]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#infra[data-astro-cid-hb7jjmf2] .eyebrow[data-astro-cid-hb7jjmf2]{color:#8d97f0}#infra[data-astro-cid-hb7jjmf2] .h2[data-astro-cid-hb7jjmf2]{color:#fff}#infra[data-astro-cid-hb7jjmf2] .ilayout[data-astro-cid-hb7jjmf2]{display:grid;grid-template-columns:260px 1fr;gap:clamp(40px,6vw,80px);align-items:start}#infra[data-astro-cid-hb7jjmf2] .il-copy[data-astro-cid-hb7jjmf2]{position:sticky;top:90px}#infra[data-astro-cid-hb7jjmf2] .il-lead[data-astro-cid-hb7jjmf2]{font-size:.92rem;line-height:1.6;color:#aab2e6;margin:16px 0 24px}#infra[data-astro-cid-hb7jjmf2] .il-stats[data-astro-cid-hb7jjmf2]{display:flex;flex-direction:column;gap:0;margin-bottom:24px}#infra[data-astro-cid-hb7jjmf2] .il-stat[data-astro-cid-hb7jjmf2]{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.9rem}#infra[data-astro-cid-hb7jjmf2] .il-stat[data-astro-cid-hb7jjmf2]:first-child{border-top:1px solid rgba(255,255,255,.1)}#infra[data-astro-cid-hb7jjmf2] .il-stat[data-astro-cid-hb7jjmf2] dt[data-astro-cid-hb7jjmf2]{color:#ffffff6b}#infra[data-astro-cid-hb7jjmf2] .il-stat[data-astro-cid-hb7jjmf2] dd[data-astro-cid-hb7jjmf2]{margin:0;color:#fff;font-weight:600}#infra[data-astro-cid-hb7jjmf2] .il-link[data-astro-cid-hb7jjmf2]{font-size:.88rem;font-weight:600;color:#aab2e6;display:inline-flex;align-items:center;gap:.4em}#infra[data-astro-cid-hb7jjmf2] .il-link[data-astro-cid-hb7jjmf2]:hover{color:#fff}#infra[data-astro-cid-hb7jjmf2] .ifgrid[data-astro-cid-hb7jjmf2]{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}#infra[data-astro-cid-hb7jjmf2] .ifc[data-astro-cid-hb7jjmf2]{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:18px;transition:background .2s}#infra[data-astro-cid-hb7jjmf2] .ifc[data-astro-cid-hb7jjmf2]:hover{background:#ffffff12}#infra[data-astro-cid-hb7jjmf2] .ifc-ic[data-astro-cid-hb7jjmf2]{width:32px;height:32px;border-radius:8px;background:#ffffff12;display:grid;place-items:center;margin-bottom:10px;color:#ffffffb3}#infra[data-astro-cid-hb7jjmf2] .ifc-ic[data-astro-cid-hb7jjmf2] svg[data-astro-cid-hb7jjmf2]{width:16px;height:16px}#infra[data-astro-cid-hb7jjmf2] .ifc[data-astro-cid-hb7jjmf2] h3[data-astro-cid-hb7jjmf2]{margin:0 0 5px;font-size:.9rem;font-weight:600;color:#fff}#infra[data-astro-cid-hb7jjmf2] .ifc[data-astro-cid-hb7jjmf2] p[data-astro-cid-hb7jjmf2]{margin:0;font-size:.8rem;color:#ffffff6b;line-height:1.5}@media (max-width: 860px){#infra[data-astro-cid-hb7jjmf2] .ilayout[data-astro-cid-hb7jjmf2]{grid-template-columns:1fr}#infra[data-astro-cid-hb7jjmf2] .il-copy[data-astro-cid-hb7jjmf2]{position:static}#infra[data-astro-cid-hb7jjmf2] .ifgrid[data-astro-cid-hb7jjmf2]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){#infra[data-astro-cid-hb7jjmf2] .ifgrid[data-astro-cid-hb7jjmf2]{grid-template-columns:1fr}}#team[data-astro-cid-z5g64hit]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#team[data-astro-cid-z5g64hit] .hd[data-astro-cid-z5g64hit]{text-align:center;margin-bottom:clamp(40px,5vw,56px)}#team[data-astro-cid-z5g64hit] .hd[data-astro-cid-z5g64hit] .lead[data-astro-cid-z5g64hit]{margin-left:auto;margin-right:auto}#team[data-astro-cid-z5g64hit] .mgrid[data-astro-cid-z5g64hit]{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:clamp(36px,5vw,52px)}#team[data-astro-cid-z5g64hit] .mc[data-astro-cid-z5g64hit]{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:14px}#team[data-astro-cid-z5g64hit] .mc-who[data-astro-cid-z5g64hit]{display:flex;align-items:center;gap:12px}#team[data-astro-cid-z5g64hit] .mc-av[data-astro-cid-z5g64hit]{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;color:#fff;flex:none}#team[data-astro-cid-z5g64hit] .mc-name[data-astro-cid-z5g64hit]{font-size:.92rem;font-weight:600;color:#1b2150;margin:0 0 2px}#team[data-astro-cid-z5g64hit] .mc-role[data-astro-cid-z5g64hit]{font-size:.8rem;color:#8a90a6}#team[data-astro-cid-z5g64hit] .mc-ts[data-astro-cid-z5g64hit]{margin-left:auto;font-size:.76rem;color:#c5c8d8;white-space:nowrap}#team[data-astro-cid-z5g64hit] .mc-box[data-astro-cid-z5g64hit]{background:#f9fafb;border:1px solid var(--line-soft);border-radius:11px;padding:12px;display:flex;flex-direction:column;gap:5px}#team[data-astro-cid-z5g64hit] .mc-box-hd[data-astro-cid-z5g64hit]{display:flex;align-items:center;justify-content:space-between}#team[data-astro-cid-z5g64hit] .mc-box-st[data-astro-cid-z5g64hit]{font-size:.76rem;color:#8a90a6}#team[data-astro-cid-z5g64hit] .mc-box-nm[data-astro-cid-z5g64hit]{font-size:.82rem;font-weight:600;color:#1b2150}#team[data-astro-cid-z5g64hit] .mc-box-ds[data-astro-cid-z5g64hit]{font-size:.78rem;color:#8a90a6;line-height:1.4}#team[data-astro-cid-z5g64hit] .mc-perm[data-astro-cid-z5g64hit]{display:flex;align-items:center;justify-content:space-between}#team[data-astro-cid-z5g64hit] .mc-perm-l[data-astro-cid-z5g64hit]{font-size:.8rem;color:#8a90a6}#team[data-astro-cid-z5g64hit] .mc-perm-v[data-astro-cid-z5g64hit]{font-size:.78rem;font-weight:600;padding:.3em .7em;border-radius:20px}#team[data-astro-cid-z5g64hit] .perm-read[data-astro-cid-z5g64hit]{background:#f1f2f8;color:#8a90a6}#team[data-astro-cid-z5g64hit] .perm-edit[data-astro-cid-z5g64hit]{background:#eceefb;color:#4a4fe0}#team[data-astro-cid-z5g64hit] .perm-full[data-astro-cid-z5g64hit]{background:#e4f6ec;color:#1a9d5a}#team[data-astro-cid-z5g64hit] .tcta[data-astro-cid-z5g64hit]{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}@media (max-width: 860px){#team[data-astro-cid-z5g64hit] .mgrid[data-astro-cid-z5g64hit]{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media (min-width: 561px) and (max-width: 860px){#team[data-astro-cid-z5g64hit] .mgrid[data-astro-cid-z5g64hit]{grid-template-columns:repeat(2,1fr);max-width:none}}#faq[data-astro-cid-al2ca2vr]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#faq[data-astro-cid-al2ca2vr] .fwrap[data-astro-cid-al2ca2vr]{max-width:680px;margin:0 auto}#faq[data-astro-cid-al2ca2vr] .hd[data-astro-cid-al2ca2vr]{text-align:center;margin-bottom:clamp(36px,5vw,52px)}#faq[data-astro-cid-al2ca2vr] .hd[data-astro-cid-al2ca2vr] .lead[data-astro-cid-al2ca2vr]{max-width:44ch;margin:12px auto 0}#faq[data-astro-cid-al2ca2vr] .flist[data-astro-cid-al2ca2vr]{display:flex;flex-direction:column;gap:8px}#faq[data-astro-cid-al2ca2vr] details[data-astro-cid-al2ca2vr]{border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .2s}#faq[data-astro-cid-al2ca2vr] details[data-astro-cid-al2ca2vr]:hover{border-color:#c9cde6}#faq[data-astro-cid-al2ca2vr] details[data-astro-cid-al2ca2vr][open]{border-color:#d2d5ef}#faq[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;list-style:none;font-size:.96rem;font-weight:500;color:#1b2150;gap:16px}#faq[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]::-webkit-details-marker{display:none}#faq[data-astro-cid-al2ca2vr] summary[data-astro-cid-al2ca2vr]:after{content:"+";font-size:1.4rem;line-height:1;font-weight:300;color:#8a90a6;flex:none;transition:transform .25s ease}#faq[data-astro-cid-al2ca2vr] details[data-astro-cid-al2ca2vr][open] summary[data-astro-cid-al2ca2vr]:after{transform:rotate(45deg)}#faq[data-astro-cid-al2ca2vr] .fa[data-astro-cid-al2ca2vr]{padding:14px 22px 18px;border-top:1px solid var(--line-soft);font-size:.9rem;color:#5a607a;line-height:1.65}#faq[data-astro-cid-al2ca2vr] .ffoot[data-astro-cid-al2ca2vr]{text-align:center;margin-top:28px;font-size:.9rem;color:#8a90a6}#faq[data-astro-cid-al2ca2vr] .ffoot[data-astro-cid-al2ca2vr] a[data-astro-cid-al2ca2vr]{color:var(--indigo);font-weight:600}#cta[data-astro-cid-frbqrhml]{padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}#cta[data-astro-cid-frbqrhml] .eyebrow[data-astro-cid-frbqrhml]{color:#8d97f0}#cta[data-astro-cid-frbqrhml] .cinner[data-astro-cid-frbqrhml]{text-align:center;max-width:620px;margin:0 auto}#cta[data-astro-cid-frbqrhml] .h2[data-astro-cid-frbqrhml]{color:#fff;font-size:clamp(2.2rem,5vw,3.2rem)}#cta[data-astro-cid-frbqrhml] .lead[data-astro-cid-frbqrhml]{color:#aab2e6;margin-top:14px;margin-left:auto;margin-right:auto;max-width:44ch}#cta[data-astro-cid-frbqrhml] .cbtns[data-astro-cid-frbqrhml]{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:clamp(28px,4vw,40px)}#cta[data-astro-cid-frbqrhml] .btn-cta-white[data-astro-cid-frbqrhml]{display:inline-flex;align-items:center;gap:.5em;font-weight:600;font-size:.94rem;padding:.72em 1.5em;border-radius:10px;border:1px solid transparent;cursor:pointer;background:#fff;color:#1d2563;box-shadow:0 8px 22px -8px #ffffff4d;transition:transform .15s,box-shadow .2s,background .2s;text-decoration:none}#cta[data-astro-cid-frbqrhml] .btn-cta-white[data-astro-cid-frbqrhml]:hover{background:#f5f6ff;transform:translateY(-1px)}#cta[data-astro-cid-frbqrhml] .perks[data-astro-cid-frbqrhml]{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;margin-top:clamp(24px,3vw,36px)}#cta[data-astro-cid-frbqrhml] .perk[data-astro-cid-frbqrhml]{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#ffffff61}#cta[data-astro-cid-frbqrhml] .perk-ck[data-astro-cid-frbqrhml]{width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(255,255,255,.22);display:grid;place-items:center;flex:none}#cta[data-astro-cid-frbqrhml] .perk-ck[data-astro-cid-frbqrhml] svg[data-astro-cid-frbqrhml]{width:8px;height:8px}footer[data-astro-cid-sz7xmlte]{background:#0b1142}footer[data-astro-cid-sz7xmlte] .brand[data-astro-cid-sz7xmlte]{color:#fff}footer[data-astro-cid-sz7xmlte] .brand[data-astro-cid-sz7xmlte] .wm-arc[data-astro-cid-sz7xmlte]{stroke:#fff}footer[data-astro-cid-sz7xmlte] .brand[data-astro-cid-sz7xmlte] .wm-node[data-astro-cid-sz7xmlte]{fill:#fff}.wm-mk[data-astro-cid-sz7xmlte]{width:18px;height:18px;overflow:visible;flex:none}.ft-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;padding:clamp(48px,7vw,72px) 0 clamp(36px,5vw,52px)}.ft-about[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}.ft-blurb[data-astro-cid-sz7xmlte]{font-size:.88rem;line-height:1.6;color:#7f88c4;margin:16px 0 0;max-width:32ch}.ft-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:#fff;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin:0 0 14px}.ft-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.ft-col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;font-size:.88rem;color:#7f88c4;padding:5px 0;transition:color .15s}.ft-col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.ft-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:.82rem;color:#4d558a}.ft-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#4d558a}.ft-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#7f88c4}.ft-legal[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:16px}@media (max-width: 860px){.ft-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media (max-width: 520px){.ft-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.ft-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}}
