:root{color-scheme:dark;--pg-bg: #070b14;--pg-panel: rgba(15, 23, 42, .82);--pg-border: rgba(148, 163, 184, .24);--pg-text: #e2e8f0;--pg-muted: #94a3b8;--pg-accent: #60a5fa;--pg-code: rgba(2, 6, 23, .72);--pg-warn: #fbbf24;--pg-docsnav-clear: 72px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--pg-bg);color:var(--pg-text);font:14px/1.5 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.pg-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;border:1px solid var(--pg-border);border-radius:8px;background:transparent;color:var(--pg-text);font:inherit;line-height:1.2;text-decoration:none;cursor:pointer}.pg-btn:hover{color:var(--pg-text);border-color:var(--pg-accent)}.pg-btn:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px}.pg-btn--ghost{padding:5px 10px;color:var(--pg-muted);font-size:12.5px}.pg-btn--primary{border-color:var(--pg-accent);background:#60a5fa29;color:var(--pg-text);font-weight:650}.pg-btn--primary:hover{background:#60a5fa42}.pg-btn--lg{padding:10px 20px;font-size:15px}.pg-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.pg-canvas{position:fixed;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:0}.pg-shell{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:48px 24px 96px}@media(min-width:1024px){html[data-cwc-side=left] .pg-shell{padding-left:600px;margin-left:0;max-width:1700px}html[data-cwc-side=right] .pg-shell{padding-right:600px;margin-right:0;max-width:1700px}}.pg-head{margin-bottom:32px}.pg-head__eyebrow{margin:0 0 6px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--pg-accent)}.pg-head__title{margin:0 0 10px;font-size:30px;line-height:1.15;font-weight:650}.pg-head__lede{margin:0;max-width:68ch;color:var(--pg-muted)}.pg-head__nav{margin-top:16px;display:flex;gap:14px;flex-wrap:wrap;font-size:13px}.pg-head__nav a:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px}.pg-head__eyebrow a{color:inherit;text-decoration:none}.pg-head__eyebrow a:hover{text-decoration:underline}.pg-head__eyebrow a:focus-visible{outline:2px solid var(--pg-accent);outline-offset:3px;border-radius:4px}.pg-foot{margin-top:64px;padding-top:22px;border-top:1px solid var(--pg-border);display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--pg-muted);font-size:12.5px}.pg-foot__logo{height:25px;width:auto;filter:invert(1);opacity:.85}.pg-foot__logo-link{display:inline-flex;border-radius:4px}.pg-foot__logo-link:focus-visible{outline:2px solid var(--pg-accent);outline-offset:3px}.pg-foot__logo-link:hover .pg-foot__logo{opacity:1}.pg-foot__line{margin:0}.pg-alert{margin:0 0 28px;padding:12px 14px;border:1px solid rgba(251,191,36,.45);border-radius:10px;background:#78350f59;color:#fde68a}.pg-alert code{color:#fff7ed}.pg{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;align-items:start}.pg__section{padding:16px 18px 18px;border:1px solid var(--pg-border);border-radius:12px;background:var(--pg-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pg__section--out{grid-column:1 / -1;order:99}.pg__section--key{grid-column:1 / -1;order:-1}.pg__row--key{margin-bottom:0}.pg__title{margin:0 0 8px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--pg-accent)}.pg__note,.pg__hint{color:var(--pg-muted);font-size:12px}.pg__note{margin:0 0 12px}.pg__row{display:block;margin-bottom:12px}.pg__label{display:block;margin-bottom:4px;font-size:13px;font-weight:550}.pg__line{display:flex;align-items:center;gap:10px}.pg__input{width:100%;padding:6px 8px;border:1px solid var(--pg-border);border-radius:8px;background:#02061799;color:inherit;font:inherit}.pg__input[type=range]{padding:0;accent-color:var(--pg-accent)}.pg__input--color{width:56px;height:32px;padding:2px}.pg__input--check{width:auto}.pg__input:invalid{border-color:var(--pg-warn)}.pg__readout{min-width:8ch;text-align:right;font-variant-numeric:tabular-nums;color:var(--pg-muted);font-size:12px}.pg__hint{display:block;margin-top:3px}.pg__reset{grid-column:1 / -1;order:98;justify-self:start;padding:8px 14px;border:1px solid var(--pg-border);border-radius:8px;background:transparent;color:var(--pg-muted);font:inherit;cursor:pointer}.pg__reset:hover{color:var(--pg-text);border-color:var(--pg-accent)}.pg-toggle{display:flex;flex-wrap:wrap;gap:6px}.pg-toggle__btn{padding:5px 12px;border:1px solid var(--pg-border);border-radius:8px;background:#02061799;color:var(--pg-muted);font:inherit;font-size:13px;cursor:pointer}.pg-toggle__btn:hover{color:var(--pg-text);border-color:var(--pg-accent)}.pg-toggle__btn:focus-visible{outline:2px solid var(--pg-accent);outline-offset:2px}.pg-toggle__btn[aria-checked=true]{border-color:var(--pg-accent);background:#60a5fa2e;color:var(--pg-text);font-weight:650}.pg__outhead{display:flex;align-items:center;justify-content:space-between;gap:12px}.pg__copy{padding:5px 12px;border:1px solid var(--pg-border);border-radius:8px;background:transparent;color:var(--pg-accent);font:inherit;cursor:pointer}.pg__code{margin:10px 0 0;padding:14px;border-radius:10px;background:var(--pg-code);overflow-x:auto;font:12.5px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre}.pg__warnings{margin-top:14px;padding:10px 12px;border:1px solid rgba(251,191,36,.4);border-radius:10px;background:#78350f47;color:#fde68a;font-size:12.5px}.pg__warnhead{margin:0 0 6px;font-weight:600}.pg__warnlist{margin:0;padding-left:18px}.pg-switch{margin:22px 0 18px}.pg-switch__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:8px;row-gap:4px}@media(max-width:700px){.pg-switch__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:4px}.pg-switch__group>:nth-child(1),.pg-switch__group>:nth-child(2),.pg-switch__group>:nth-child(3){grid-row:1}.pg-switch__grid>a:nth-of-type(1),.pg-switch__grid>a:nth-of-type(2),.pg-switch__grid>a:nth-of-type(3){grid-row:2}.pg-switch__group>:nth-child(4),.pg-switch__group>:nth-child(5),.pg-switch__group>:nth-child(6){grid-row:3}.pg-switch__grid>a:nth-of-type(4),.pg-switch__grid>a:nth-of-type(5),.pg-switch__grid>a:nth-of-type(6){grid-row:4}.pg-switch__group>:nth-child(1),.pg-switch__group>:nth-child(4),.pg-switch__grid>a:nth-of-type(1),.pg-switch__grid>a:nth-of-type(4){grid-column:1}.pg-switch__group>:nth-child(2),.pg-switch__group>:nth-child(5),.pg-switch__grid>a:nth-of-type(2),.pg-switch__grid>a:nth-of-type(5){grid-column:2}.pg-switch__group>:nth-child(3),.pg-switch__group>:nth-child(6),.pg-switch__grid>a:nth-of-type(3),.pg-switch__grid>a:nth-of-type(6){grid-column:3}.pg-switch__group>:nth-child(4),.pg-switch__group>:nth-child(5),.pg-switch__group>:nth-child(6){margin-top:8px}}.pg-switch__group{display:contents}.pg-switch__btn{flex-direction:column;gap:7px;padding:11px 8px}.pg-switch__logo{display:block;width:30px;height:30px;object-fit:contain}.pg-switch__name{font-size:13px;line-height:1}.pg-switch__btn[aria-checked=true]{border-color:var(--pg-accent);background:#60a5fa2e;font-weight:650}.pg-switch__open{justify-self:stretch}.pg-integration{margin:0 0 24px;padding:16px 18px 18px;border:1px solid var(--pg-border);border-radius:12px;background:var(--pg-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pg-integration__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.pg-integration__head .pg__title{margin:0}.pg-integration__actions{display:flex;align-items:center;gap:10px}.pg-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:0 0 40px}.pg-actions__sep{color:var(--pg-border)}.pg-docs__wrap{scroll-margin-top:var(--pg-docsnav-clear)}.pg-docs__nav{position:sticky;top:0;z-index:2;margin:0 -8px;padding:14px 8px;background:var(--pg-bg)}.pg-docs__nav-top{margin-left:auto}.pg-docs{margin:8px 0 48px;display:grid;gap:24px}@media(min-width:900px){.pg-docs{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:32px}}.pg-docs__toc{padding:18px;border:1px solid var(--pg-border);border-radius:12px;background:var(--pg-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:13px}@media(min-width:900px){.pg-docs__toc{position:sticky;top:var(--pg-docsnav-clear);max-height:calc(100vh - var(--pg-docsnav-clear) - 24px);overflow-y:auto}}.pg-docs__toctitle{margin:0 0 10px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--pg-accent)}.pg-docs__toclist{margin:0;padding:0;list-style:none}.pg-docs__tocpage+.pg-docs__tocpage{margin-top:12px}.pg-docs__tocpage>.pg-docs__toclist{margin:4px 0 0;padding-left:10px;border-left:1px solid var(--pg-border)}.pg-docs__tocpage>.pg-docs__toclist li{margin:3px 0}.pg-docs__toc a{color:var(--pg-muted);text-decoration:none}.pg-docs__toc a:hover{color:var(--pg-text)}.pg-docs__toclink{color:var(--pg-text);font-weight:600}.pg-docs__body{min-width:0}.pg-docs__section{padding:24px 28px;border:1px solid var(--pg-border);border-radius:12px;background:var(--pg-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pg-docs__section+.pg-docs__section{margin-top:20px}.pg-docs__page{margin:0 0 14px;font-size:24px;line-height:1.2;font-weight:650;scroll-margin-top:var(--pg-docsnav-clear)}.pg-docs__section h3{scroll-margin-top:var(--pg-docsnav-clear);margin:28px 0 10px;font-size:17px;font-weight:650}.pg-docs__section h4{margin:20px 0 8px;font-size:14px;font-weight:650;color:var(--pg-muted)}.pg-docs__section p,.pg-docs__section li{max-width:78ch}.pg-docs__section p{margin:0 0 12px}.pg-docs__section ul,.pg-docs__section ol{margin:0 0 12px;padding-left:22px}.pg-docs__section li{margin:5px 0}.pg-docs__section a{color:var(--pg-accent)}.pg-docs__section strong{color:#f1f5f9}.pg-docs__section hr{margin:24px 0;border:0;border-top:1px solid var(--pg-border)}.pg-docs__section code{padding:1px 5px;border-radius:5px;background:var(--pg-code);font:12.5px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.pg-docs__section pre{margin:0 0 14px;padding:14px;border:1px solid var(--pg-border);border-radius:10px;background:var(--pg-code);overflow-x:auto;font:12.5px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.pg-docs__section pre code{padding:0;border-radius:0;background:none;font:inherit;white-space:pre}.pg-docs__section blockquote{margin:0 0 14px;padding:10px 14px;border:1px solid rgba(251,191,36,.4);border-left-width:3px;border-radius:0 10px 10px 0;background:#78350f47;color:#fde68a}.pg-docs__section blockquote p:last-child{margin-bottom:0}.pg-docs__section table{display:block;width:100%;overflow-x:auto;margin:0 0 16px;border-collapse:collapse;font-size:13px}.pg-docs__section th,.pg-docs__section td{padding:7px 12px;border:1px solid var(--pg-border);text-align:left;vertical-align:top}.pg-docs__section th{background:#02061780;font-weight:650;white-space:nowrap}.pg-docs__section td code{white-space:nowrap}
