/*! presets.css — Tailwind v4 typography + forms equivalents for the browser CDN.
 *
 * The browser CDN does NOT ship @tailwindcss/typography or @tailwindcss/forms,
 * so this file provides the equivalents:
 *
 *   - typography (.prose) section is compiled output of @tailwindcss/typography
 *     v4 (source: SiteShip workspace template, identical content).
 *   - forms reset section is hand-rolled; modeled on @tailwindcss/forms.
 *
 * Loaded by template-parts/head.php alongside the Tailwind CDN script.
 * Edit theme.css for tokens; do not edit this file directly unless you are
 * regenerating the prose section from upstream.
 */

/*! prose styles compiled from @tailwindcss/typography v4 — DO NOT EDIT, regenerate via `npm run build:prose` */@layer theme,base,components,utilities;@layer utilities{.prose{color:var(--tw-prose-body);max-width:65ch;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-bold);font-weight:600}:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-alpha}:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-alpha}:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:upper-roman}:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:lower-roman}:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{font-weight:400;color:var(--tw-prose-counters)}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{color:var(--tw-prose-bullets)}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:open-quote}:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:close-quote}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:900;color:inherit}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:800;color:inherit}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700;color:inherit}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){display:block;margin-top:2em;margin-bottom:2em}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:"`"}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:"`"}:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:.875em}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit;font-size:.9em}:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:inherit}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){background-color:#fff0;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{content:none}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{content:none}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-bottom-width:0}:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:baseline}:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){vertical-align:top}:where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)){text-align:start}:where(figure>*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}--tw-prose-body:oklch(37.3% 0.034 259.733);--tw-prose-headings:oklch(21% 0.034 264.665);--tw-prose-lead:oklch(44.6% 0.03 256.802);--tw-prose-links:oklch(21% 0.034 264.665);--tw-prose-bold:oklch(21% 0.034 264.665);--tw-prose-counters:oklch(55.1% 0.027 264.364);--tw-prose-bullets:oklch(87.2% 0.01 258.338);--tw-prose-hr:oklch(92.8% 0.006 264.531);--tw-prose-quotes:oklch(21% 0.034 264.665);--tw-prose-quote-borders:oklch(92.8% 0.006 264.531);--tw-prose-captions:oklch(55.1% 0.027 264.364);--tw-prose-kbd:oklch(21% 0.034 264.665);--tw-prose-kbd-shadows:color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);--tw-prose-code:oklch(21% 0.034 264.665);--tw-prose-pre-code:oklch(92.8% 0.006 264.531);--tw-prose-pre-bg:oklch(27.8% 0.033 256.848);--tw-prose-th-borders:oklch(87.2% 0.01 258.338);--tw-prose-td-borders:oklch(92.8% 0.006 264.531);--tw-prose-invert-body:oklch(87.2% 0.01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% 0.022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% 0.022 261.325);--tw-prose-invert-bullets:oklch(44.6% 0.03 256.802);--tw-prose-invert-hr:oklch(37.3% 0.034 259.733);--tw-prose-invert-quotes:oklch(96.7% 0.003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% 0.034 259.733);--tw-prose-invert-captions:oklch(70.7% 0.022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% 0.01 258.338);--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:oklch(44.6% 0.03 256.802);--tw-prose-invert-td-borders:oklch(37.3% 0.034 259.733);font-size:1rem;line-height:1.75;:where(picture>img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;margin-bottom:.5em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.375em}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.375em}:where(.prose>ul>li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}:where(.prose>ul>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}:where(.prose>ul>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}:where(.prose>ol>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}:where(.prose>ol>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;padding-inline-start:1.625em}:where(hr+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h2+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h3+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h4+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(.prose>:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(.prose>:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}}.prose-2xl{font-size:1.5rem;line-height:1.6666667;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-inline-start:1.1111111em}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture>img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8333333em;border-radius:.375rem;padding-top:.25em;padding-inline-end:.3333333em;padding-bottom:.25em;padding-inline-start:.3333333em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8333333em}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-inline-end:1.6em;padding-bottom:1.2em;padding-inline-start:1.6em}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5833333em}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;margin-bottom:.5em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4166667em}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4166667em}:where(.prose-2xl>ul>li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.8333333em;margin-bottom:.8333333em}:where(.prose-2xl>ul>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}:where(.prose-2xl>ul>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em}:where(.prose-2xl>ol>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}:where(.prose-2xl>ol>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.6666667em;margin-bottom:.6666667em}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;padding-inline-start:1.5833333em}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:3em;margin-bottom:3em}:where(hr+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h2+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h3+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h4+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8333333em;line-height:1.4}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:.8em;padding-inline-end:.6em;padding-bottom:.8em;padding-inline-start:.6em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(figure>*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}:where(.prose-2xl>:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(.prose-2xl>:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}}.prose-base{font-size:1rem;line-height:1.75;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture>img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;margin-bottom:.5em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.375em}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.375em}:where(.prose-base>ul>li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}:where(.prose-base>ul>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}:where(.prose-base>ul>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}:where(.prose-base>ol>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}:where(.prose-base>ol>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.25em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.75em;margin-bottom:.75em}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em;margin-bottom:1.25em}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.25em}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5em;padding-inline-start:1.625em}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:3em;margin-bottom:3em}:where(hr+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h2+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h3+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h4+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em;line-height:1.7142857}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(figure>*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:where(.prose-base>:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(.prose-base>:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}}.prose-lg{font-size:1.125rem;line-height:1.7777778;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}:where(picture>img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8666667em}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.875em}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.6666667em;margin-bottom:.6666667em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4444444em}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4444444em}:where(.prose-lg>ul>li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.8888889em;margin-bottom:.8888889em}:where(.prose-lg>ul>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}:where(.prose-lg>ul>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em}:where(.prose-lg>ol>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}:where(.prose-lg>ol>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.3333333em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.8888889em;margin-bottom:.8888889em}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}:where(hr+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h2+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h3+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h4+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em;line-height:1.5}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}:where(figure>*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}:where(.prose-lg>:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(.prose-lg>:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}}.prose-sm{font-size:.875rem;line-height:1.7142857;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(picture>img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8888889em}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.2857143em;margin-bottom:.2857143em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4285714em}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4285714em}:where(.prose-sm>ul>li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5714286em;margin-bottom:.5714286em}:where(.prose-sm>ul>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}:where(.prose-sm>ul>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em}:where(.prose-sm>ol>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}:where(.prose-sm>ol>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.1428571em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.5714286em;margin-bottom:.5714286em}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.1428571em}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}:where(hr+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h2+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h3+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h4+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;line-height:1.5}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(figure>*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}:where(.prose-sm>:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(.prose-sm>:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}}.prose-xl{font-size:1.25rem;line-height:1.8;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em;margin-bottom:1.2em}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1.0666667em}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(picture>img):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em;border-radius:.3125rem;padding-top:.25em;padding-inline-end:.4em;padding-bottom:.25em;padding-inline-start:.4em}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.8611111em}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-inline-end:1.3333333em;padding-bottom:1.1111111em;padding-inline-start:1.3333333em}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em;margin-bottom:1.2em;padding-inline-start:1.6em}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.6em;margin-bottom:.6em}:where(ol>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4em}:where(ul>li):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:.4em}:where(.prose-xl>ul>li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.8em;margin-bottom:.8em}:where(.prose-xl>ul>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em}:where(.prose-xl>ul>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.2em}:where(.prose-xl>ol>li>p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em}:where(.prose-xl>ol>li>p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1.2em}:where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.8em;margin-bottom:.8em}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em;margin-bottom:1.2em}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:1.2em}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:.6em;padding-inline-start:1.6em}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2.8em;margin-bottom:2.8em}:where(hr+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h2+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h3+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(h4+*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em;line-height:1.5555556}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:.8888889em;padding-inline-end:.6666667em;padding-bottom:.8888889em;padding-inline-start:.6666667em}:where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-start:0}:where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-inline-end:0}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2em;margin-bottom:2em}:where(figure>*):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0;margin-bottom:0}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}:where(.prose-xl>:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:0}:where(.prose-xl>:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0}}.prose-gray{--tw-prose-body:oklch(37.3% 0.034 259.733);--tw-prose-headings:oklch(21% 0.034 264.665);--tw-prose-lead:oklch(44.6% 0.03 256.802);--tw-prose-links:oklch(21% 0.034 264.665);--tw-prose-bold:oklch(21% 0.034 264.665);--tw-prose-counters:oklch(55.1% 0.027 264.364);--tw-prose-bullets:oklch(87.2% 0.01 258.338);--tw-prose-hr:oklch(92.8% 0.006 264.531);--tw-prose-quotes:oklch(21% 0.034 264.665);--tw-prose-quote-borders:oklch(92.8% 0.006 264.531);--tw-prose-captions:oklch(55.1% 0.027 264.364);--tw-prose-kbd:oklch(21% 0.034 264.665);--tw-prose-kbd-shadows:color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);--tw-prose-code:oklch(21% 0.034 264.665);--tw-prose-pre-code:oklch(92.8% 0.006 264.531);--tw-prose-pre-bg:oklch(27.8% 0.033 256.848);--tw-prose-th-borders:oklch(87.2% 0.01 258.338);--tw-prose-td-borders:oklch(92.8% 0.006 264.531);--tw-prose-invert-body:oklch(87.2% 0.01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% 0.022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% 0.022 261.325);--tw-prose-invert-bullets:oklch(44.6% 0.03 256.802);--tw-prose-invert-hr:oklch(37.3% 0.034 259.733);--tw-prose-invert-quotes:oklch(96.7% 0.003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% 0.034 259.733);--tw-prose-invert-captions:oklch(70.7% 0.022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% 0.01 258.338);--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:oklch(44.6% 0.03 256.802);--tw-prose-invert-td-borders:oklch(37.3% 0.034 259.733)}.prose-neutral{--tw-prose-body:oklch(37.1% 0 0);--tw-prose-headings:oklch(20.5% 0 0);--tw-prose-lead:oklch(43.9% 0 0);--tw-prose-links:oklch(20.5% 0 0);--tw-prose-bold:oklch(20.5% 0 0);--tw-prose-counters:oklch(55.6% 0 0);--tw-prose-bullets:oklch(87% 0 0);--tw-prose-hr:oklch(92.2% 0 0);--tw-prose-quotes:oklch(20.5% 0 0);--tw-prose-quote-borders:oklch(92.2% 0 0);--tw-prose-captions:oklch(55.6% 0 0);--tw-prose-kbd:oklch(20.5% 0 0);--tw-prose-kbd-shadows:color-mix(in oklab, oklch(20.5% 0 0) 10%, transparent);--tw-prose-code:oklch(20.5% 0 0);--tw-prose-pre-code:oklch(92.2% 0 0);--tw-prose-pre-bg:oklch(26.9% 0 0);--tw-prose-th-borders:oklch(87% 0 0);--tw-prose-td-borders:oklch(92.2% 0 0);--tw-prose-invert-body:oklch(87% 0 0);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.8% 0 0);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.8% 0 0);--tw-prose-invert-bullets:oklch(43.9% 0 0);--tw-prose-invert-hr:oklch(37.1% 0 0);--tw-prose-invert-quotes:oklch(97% 0 0);--tw-prose-invert-quote-borders:oklch(37.1% 0 0);--tw-prose-invert-captions:oklch(70.8% 0 0);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87% 0 0);--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:oklch(43.9% 0 0);--tw-prose-invert-td-borders:oklch(37.1% 0 0)}.prose-slate{--tw-prose-body:oklch(37.2% 0.044 257.287);--tw-prose-headings:oklch(20.8% 0.042 265.755);--tw-prose-lead:oklch(44.6% 0.043 257.281);--tw-prose-links:oklch(20.8% 0.042 265.755);--tw-prose-bold:oklch(20.8% 0.042 265.755);--tw-prose-counters:oklch(55.4% 0.046 257.417);--tw-prose-bullets:oklch(86.9% 0.022 252.894);--tw-prose-hr:oklch(92.9% 0.013 255.508);--tw-prose-quotes:oklch(20.8% 0.042 265.755);--tw-prose-quote-borders:oklch(92.9% 0.013 255.508);--tw-prose-captions:oklch(55.4% 0.046 257.417);--tw-prose-kbd:oklch(20.8% 0.042 265.755);--tw-prose-kbd-shadows:color-mix(in oklab, oklch(20.8% 0.042 265.755) 10%, transparent);--tw-prose-code:oklch(20.8% 0.042 265.755);--tw-prose-pre-code:oklch(92.9% 0.013 255.508);--tw-prose-pre-bg:oklch(27.9% 0.041 260.031);--tw-prose-th-borders:oklch(86.9% 0.022 252.894);--tw-prose-td-borders:oklch(92.9% 0.013 255.508);--tw-prose-invert-body:oklch(86.9% 0.022 252.894);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.4% 0.04 256.788);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.4% 0.04 256.788);--tw-prose-invert-bullets:oklch(44.6% 0.043 257.281);--tw-prose-invert-hr:oklch(37.2% 0.044 257.287);--tw-prose-invert-quotes:oklch(96.8% 0.007 247.896);--tw-prose-invert-quote-borders:oklch(37.2% 0.044 257.287);--tw-prose-invert-captions:oklch(70.4% 0.04 256.788);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(86.9% 0.022 252.894);--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:oklch(44.6% 0.043 257.281);--tw-prose-invert-td-borders:oklch(37.2% 0.044 257.287)}.prose-stone{--tw-prose-body:oklch(37.4% 0.01 67.558);--tw-prose-headings:oklch(21.6% 0.006 56.043);--tw-prose-lead:oklch(44.4% 0.011 73.639);--tw-prose-links:oklch(21.6% 0.006 56.043);--tw-prose-bold:oklch(21.6% 0.006 56.043);--tw-prose-counters:oklch(55.3% 0.013 58.071);--tw-prose-bullets:oklch(86.9% 0.005 56.366);--tw-prose-hr:oklch(92.3% 0.003 48.717);--tw-prose-quotes:oklch(21.6% 0.006 56.043);--tw-prose-quote-borders:oklch(92.3% 0.003 48.717);--tw-prose-captions:oklch(55.3% 0.013 58.071);--tw-prose-kbd:oklch(21.6% 0.006 56.043);--tw-prose-kbd-shadows:color-mix(in oklab, oklch(21.6% 0.006 56.043) 10%, transparent);--tw-prose-code:oklch(21.6% 0.006 56.043);--tw-prose-pre-code:oklch(92.3% 0.003 48.717);--tw-prose-pre-bg:oklch(26.8% 0.007 34.298);--tw-prose-th-borders:oklch(86.9% 0.005 56.366);--tw-prose-td-borders:oklch(92.3% 0.003 48.717);--tw-prose-invert-body:oklch(86.9% 0.005 56.366);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.9% 0.01 56.259);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.9% 0.01 56.259);--tw-prose-invert-bullets:oklch(44.4% 0.011 73.639);--tw-prose-invert-hr:oklch(37.4% 0.01 67.558);--tw-prose-invert-quotes:oklch(97% 0.001 106.424);--tw-prose-invert-quote-borders:oklch(37.4% 0.01 67.558);--tw-prose-invert-captions:oklch(70.9% 0.01 56.259);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(86.9% 0.005 56.366);--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:oklch(44.4% 0.011 73.639);--tw-prose-invert-td-borders:oklch(37.4% 0.01 67.558)}.prose-zinc{--tw-prose-body:oklch(37% 0.013 285.805);--tw-prose-headings:oklch(21% 0.006 285.885);--tw-prose-lead:oklch(44.2% 0.017 285.786);--tw-prose-links:oklch(21% 0.006 285.885);--tw-prose-bold:oklch(21% 0.006 285.885);--tw-prose-counters:oklch(55.2% 0.016 285.938);--tw-prose-bullets:oklch(87.1% 0.006 286.286);--tw-prose-hr:oklch(92% 0.004 286.32);--tw-prose-quotes:oklch(21% 0.006 285.885);--tw-prose-quote-borders:oklch(92% 0.004 286.32);--tw-prose-captions:oklch(55.2% 0.016 285.938);--tw-prose-kbd:oklch(21% 0.006 285.885);--tw-prose-kbd-shadows:color-mix(in oklab, oklch(21% 0.006 285.885) 10%, transparent);--tw-prose-code:oklch(21% 0.006 285.885);--tw-prose-pre-code:oklch(92% 0.004 286.32);--tw-prose-pre-bg:oklch(27.4% 0.006 286.033);--tw-prose-th-borders:oklch(87.1% 0.006 286.286);--tw-prose-td-borders:oklch(92% 0.004 286.32);--tw-prose-invert-body:oklch(87.1% 0.006 286.286);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.5% 0.015 286.067);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.5% 0.015 286.067);--tw-prose-invert-bullets:oklch(44.2% 0.017 285.786);--tw-prose-invert-hr:oklch(37% 0.013 285.805);--tw-prose-invert-quotes:oklch(96.7% 0.001 286.375);--tw-prose-invert-quote-borders:oklch(37% 0.013 285.805);--tw-prose-invert-captions:oklch(70.5% 0.015 286.067);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.1% 0.006 286.286);--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:oklch(44.2% 0.017 285.786);--tw-prose-invert-td-borders:oklch(37% 0.013 285.805)}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{appearance:none;background-color:#fff;border-color:var(--color-secondary-300,#cbd5e1);border-width:1px;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5;color:var(--color-neutral,#171717);width:100%}[type='text']:focus,[type='email']:focus,[type='url']:focus,[type='password']:focus,[type='number']:focus,[type='date']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='week']:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid #fff0;outline-offset:2px;border-color:var(--color-primary,#2563eb);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary,#2563eb) 25%,transparent)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}[type='checkbox'],[type='radio']{appearance:none;padding:0;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:var(--color-primary,#2563eb);background-color:#fff;border-color:var(--color-secondary-300,#cbd5e1);border-width:1px}[type='checkbox']{border-radius:.25rem}[type='radio']{border-radius:100%}[type='checkbox']:checked,[type='radio']:checked{border-color:#fff0;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type='checkbox']:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8l2.5 2.5L12 5'/%3E%3C/svg%3E")}[type='radio']:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle r='3' cx='8' cy='8'/%3E%3C/svg%3E")}[type='file']{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}::placeholder{color:var(--color-secondary-500,#64748b);opacity:1}:root{--up-ink:#121426;--up-text:#2f3245;--up-muted:#6b6e80;--up-violet:#6558e8;--up-violet-dark:#5145cd;--up-gold:#f7bd45;--up-coral:#f37469;--up-mint:#bdebd8;--up-blue:#a8d9f7;--up-paper:#fffdf8;--up-soft:#f5f3ed;--up-white:#fff;--up-border:#dedde6;--up-shadow:0 18px 55px rgba(25, 24, 55, .09);--up-radius:22px;--up-container:1200px;--up-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*::before,*::after{box-sizing:border-box}html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:96px}body{width:100%;max-width:100%;margin:0;overflow-x:clip;background:var(--up-paper);color:var(--up-text);font-family:var(--up-font);font-size:17px;line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.up-nav-open,body.up-search-open{overflow:hidden}img,video,iframe,embed,object,svg{max-width:100%}img{display:block;height:auto}a{color:var(--up-violet-dark);text-decoration-thickness:.08em;text-underline-offset:.16em}a:hover{color:var(--up-ink)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:#fff0}:focus-visible{outline:3px solid var(--up-gold);outline-offset:3px}h1,h2,h3,h4{margin:0 0 .7em;color:var(--up-ink);font-weight:850;letter-spacing:-.035em;line-height:1.12;text-wrap:balance}p{margin:0 0 1.15em}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.up-skip-link{position:fixed;top:10px;left:10px;z-index:9999;padding:10px 15px;border-radius:8px;background:var(--up-ink);color:#fff;transform:translateY(-160%)}.up-skip-link:focus{color:#fff;transform:translateY(0)}.up-container{width:min(calc(100% - 40px), var(--up-container));max-width:calc(100% - 40px);margin-inline:auto}.up-narrow-container{max-width:860px}.up-site-main{width:100%;max-width:100%;min-height:58vh;overflow-x:clip}.up-site-header{position:sticky;top:0;left:0;right:0;z-index:1000;width:100%;max-width:100%;border-bottom:1px solid rgb(222 221 230 / .85);background:rgb(255 253 248 / .94);backdrop-filter:blur(15px)}.admin-bar .up-site-header{top:32px}.up-header-inner{display:grid;grid-template-columns:minmax(0,210px) minmax(0,1fr) auto;align-items:center;min-height:78px;gap:24px}.up-branding{min-width:0;overflow:hidden}.up-branding .custom-logo-link{display:inline-flex;max-width:100%;align-items:center}.up-branding .custom-logo{width:auto;max-width:100%;max-height:52px;object-fit:contain;object-position:left center}.up-wordmark{display:inline-flex;align-items:center;gap:10px;color:var(--up-ink);font-size:22px;font-weight:900;letter-spacing:-.045em;text-decoration:none;white-space:nowrap}.up-wordmark img{flex:0 0 40px}.up-wordmark span span,.up-footer-wordmark span{color:var(--up-violet)}.up-primary-nav{min-width:0;max-width:100%;justify-self:stretch}.up-menu,.up-menu ul{list-style:none;margin:0;padding:0}.up-menu{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;padding-block:8px}.up-menu>li{position:relative;min-width:0;max-width:100%}.up-menu a{display:block;padding:10px 12px;border-radius:10px;color:var(--up-ink);font-size:14px;font-weight:750;line-height:1.2;text-decoration:none;white-space:normal;overflow-wrap:anywhere}.up-nav-caret{display:inline-block;margin-left:6px;color:var(--up-muted);font-size:12px;transition:transform .18s ease}.up-menu li:hover>a .up-nav-caret,.up-menu li:focus-within>a .up-nav-caret{transform:rotate(180deg)}.up-menu a:hover,.up-menu .current-menu-item>a,.up-menu .current-menu-ancestor>a{background:#eeebff;color:var(--up-violet-dark)}.up-menu .sub-menu{position:absolute;top:100%;left:0;width:220px;padding:9px;border:1px solid var(--up-border);border-radius:15px;background:#fff;box-shadow:var(--up-shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease}.up-menu .sub-menu.up-sub-menu-right{right:0;left:auto}.up-menu li:hover>.sub-menu,.up-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.up-menu .sub-menu a{white-space:normal}.up-menu>li:last-child>.sub-menu{right:0;left:auto}.up-author-avatar{display:block;flex:0 0 auto;border-radius:50%;object-fit:cover}.up-avatar .up-author-avatar{width:100%;height:100%}.up-avatar:has(.up-author-avatar){padding:0;overflow:hidden;background:#fff0;border-radius:50%}.up-branding .custom-logo-link{width:100%}.up-branding .custom-logo{max-width:210px}.up-header-actions{display:flex;align-items:center;gap:8px}.up-icon-button,.up-menu-button{display:inline-grid;place-items:center;width:43px;height:43px;padding:0;border:1px solid var(--up-border);border-radius:13px;background:#fff;color:var(--up-ink);cursor:pointer}.up-icon-button:hover,.up-menu-button:hover{border-color:var(--up-violet);color:var(--up-violet-dark)}.up-icon-button svg,.up-back-to-top svg{width:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.up-menu-button{display:none;align-content:center;gap:4px}.up-menu-button span{width:19px;height:2px;border-radius:2px;background:currentColor;transition:.2s ease}.up-menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.up-menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}.up-menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.up-search-panel{position:absolute;inset:100% 0 auto;border-top:1px solid var(--up-border);border-bottom:1px solid var(--up-border);background:var(--up-white);box-shadow:0 20px 50px rgb(25 24 55 / .1)}.up-search-panel[hidden]{display:none}.up-search-panel-inner{display:grid;grid-template-columns:230px 1fr;align-items:center;gap:28px;padding-block:24px}.up-search-panel p{margin:0;color:var(--up-ink);font-weight:800}.up-search-form{position:relative;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:56px;padding:5px 5px 5px 17px;border:1px solid var(--up-border);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgb(20 20 45 / .06)}.up-search-form:focus-within{border-color:var(--up-violet);box-shadow:0 0 0 4px rgb(101 88 232 / .12)}.up-search-form svg{width:21px;fill:none;stroke:var(--up-muted);stroke-width:2;stroke-linecap:round}.up-search-form input{min-width:0;border:0;outline:0;background:#fff0;color:var(--up-ink)}.up-search-form input::placeholder{color:#858797}.up-search-form button{align-self:stretch;padding:0 21px;border:0;border-radius:12px;background:var(--up-ink);color:#fff;font-size:14px;font-weight:800;cursor:pointer}.up-search-form button:hover{background:var(--up-violet-dark)}.up-menu-scrim{position:fixed;inset:0;z-index:900;background:rgb(18 20 38 / .46)}.up-section{padding:88px 0}.up-section-heading{max-width:680px;margin-bottom:34px}.up-section-heading h2{margin:.12em 0 .35em;font-size:clamp(32px, 4vw, 50px)}.up-section-heading p{color:var(--up-muted)}.up-section-heading-inline{display:flex;align-items:end;justify-content:space-between;gap:24px;max-width:none}.up-section-heading-inline>div{max-width:720px}.up-kicker,.up-eyebrow{color:var(--up-violet-dark);font-size:12px;font-weight:900;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.up-text-link{flex:0 0 auto;color:var(--up-ink);font-size:14px;font-weight:800;text-decoration:none}.up-text-link:hover{color:var(--up-violet-dark)}.up-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:13px;font-size:14px;font-weight:850;text-decoration:none}.up-button-dark{background:var(--up-ink);color:#fff}.up-button-dark:hover{background:var(--up-violet-dark);color:#fff}.up-button-light{background:#fff;color:var(--up-ink)}.up-button-light:hover{background:var(--up-gold);color:var(--up-ink)}.up-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.up-post-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--up-border);border-radius:var(--up-radius);background:#fff;box-shadow:0 5px 0 rgb(18 20 38 / .02);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.up-post-card:hover{transform:translateY(-4px);border-color:#cac5fa;box-shadow:var(--up-shadow)}.up-card-image{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:#f5f3ed}.up-card-image>img{width:100%;height:100%;object-fit:contain;transition:opacity .2s ease}.up-post-card:hover .up-card-image>img{opacity:.96}.up-card-placeholder{display:grid;width:100%;height:100%;place-items:center;background:radial-gradient(circle at 30% 20%,#fff8d8,transparent 28%),linear-gradient(135deg,#eeeaff,#dff5ec)}.up-card-placeholder img{opacity:.8}.up-card-body{display:flex;flex:1;flex-direction:column;padding:22px}.up-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.up-card-category{overflow:hidden;color:var(--up-violet-dark);font-size:11px;font-weight:900;letter-spacing:.08em;text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.up-card-top time{flex:0 0 auto;color:var(--up-muted);font-size:12px}.up-card-body h2{margin:0 0 10px;font-size:22px;line-height:1.2}.up-card-body h2 a{color:var(--up-ink);text-decoration:none}.up-card-body p{display:-webkit-box;overflow:hidden;margin-bottom:18px;color:var(--up-muted);font-size:14px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.up-card-link{margin-top:auto;color:var(--up-ink);font-size:13px;font-weight:850;text-decoration:none}.up-card-link span{display:inline-block;margin-left:3px;transition:transform .18s ease}.up-card-link:hover span{transform:translateX(4px)}.up-avatar{display:inline-grid;flex:0 0 auto;width:82px;height:82px;place-items:center;border:3px solid rgb(255 255 255 / .72);border-radius:26px;background:var(--up-gold);color:var(--up-ink);font-size:25px;font-weight:950;letter-spacing:-.04em;box-shadow:0 12px 30px rgb(0 0 0 / .14)}.up-avatar-small{width:36px;height:36px;border:0;border-radius:12px;font-size:12px;box-shadow:none}.up-avatar-tiny{width:28px;height:28px;border:0;border-radius:9px;font-size:9px;box-shadow:none}.up-breadcrumbs{display:flex;overflow:hidden;align-items:center;gap:8px;margin-bottom:28px;color:var(--up-muted);font-size:12px;white-space:nowrap}.up-breadcrumbs a{color:var(--up-muted);text-decoration:none}.up-breadcrumbs span[aria-current]{overflow:hidden;text-overflow:ellipsis}.up-site-footer{margin-top:80px;background:#fff5e3;color:var(--up-text);border-top:4px solid var(--up-gold)}.up-footer-main{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:54px;padding-block:58px 48px}.up-footer-main>div{min-width:0}.up-footer-brand{max-width:320px}.up-footer-wordmark{display:inline-block;max-width:100%;margin-bottom:16px;color:var(--up-ink);font-size:26px;font-weight:950;letter-spacing:-.05em;text-decoration:none}.up-footer-logo{width:230px;max-width:100%;height:auto}.up-footer-brand p{color:#555366;font-size:14px}.up-maintainer{display:flex;align-items:center;gap:11px;margin-top:22px;color:#555366;font-size:12px}.up-maintainer strong,.up-site-footer .up-footer-author strong{color:var(--up-ink)}.up-footer-column h2,.up-footer-widget-title{position:relative;margin:5px 0 20px;padding-bottom:11px;color:var(--up-ink);font-size:17px;font-weight:850;letter-spacing:-.02em;text-transform:none}.up-footer-column h2::after,.up-footer-widget-title::after{position:absolute;bottom:0;left:0;width:31px;height:4px;border-radius:50% 30% 45% 25%;background:var(--up-gold);transform:rotate(-3deg);content:""}.up-footer-column ul{list-style:none;margin:0;padding:0}.up-footer-column li+li{margin-top:9px}.up-footer-column a{display:inline-block;padding-block:2px;color:#414052;font-size:14px;text-decoration:none;overflow-wrap:anywhere}.up-footer-column a:hover{color:var(--up-violet-dark);text-decoration:underline;text-decoration-color:#c78912;text-decoration-thickness:2px;text-underline-offset:5px}.up-footer-utility{padding:24px 0;border-top:1px solid #e6d7be}.up-footer-bottom{border-top:1px dashed #d7c5a7}.up-footer-bottom .up-container{display:flex;justify-content:space-between;gap:20px;padding-block:20px}.up-footer-bottom p{margin:0;color:#625b68;font-size:12px}.up-back-to-top{position:fixed;right:24px;bottom:24px;z-index:800;display:grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:14px;background:var(--up-ink);color:#fff;box-shadow:0 12px 28px rgb(18 20 38 / .25);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s ease}.up-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.up-reading-progress{position:fixed;inset:0 0 auto;z-index:1100;height:3px;pointer-events:none}.up-reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--up-violet),var(--up-coral),var(--up-gold))}.up-empty-state{max-width:680px;margin:40px auto;padding:48px;border:1px solid var(--up-border);border-radius:var(--up-radius);background:#fff;text-align:center}.up-empty-state>span{display:grid;width:52px;height:52px;margin:0 auto 16px;place-items:center;border-radius:18px;background:#eeebff;color:var(--up-violet);font-size:25px;font-weight:900}.up-empty-state h2{font-size:28px}.up-empty-state p{color:var(--up-muted)}@media (max-width:1040px){.up-header-inner{grid-template-columns:1fr auto;min-height:70px}.up-menu-button{display:inline-grid}.up-primary-nav{position:absolute;top:100%;right:0;bottom:auto;z-index:1001;box-sizing:border-box;width:min(390px, calc(100vw - 24px));max-width:100vw;max-height:calc(100dvh - 70px);padding:20px;background:var(--up-white);border-left:1px solid var(--up-border);box-shadow:-20px 20px 50px rgb(18 20 38 / .15);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.admin-bar .up-primary-nav{max-height:calc(100dvh - 102px)}.up-primary-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.up-menu{display:block}.up-menu a{padding:13px 14px;font-size:16px}.up-menu .sub-menu{position:static;width:auto;margin:3px 0 5px 16px;padding:0 0 0 10px;border:0;border-left:2px solid #ded9ff;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.up-menu .sub-menu a{font-size:14px}.up-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.up-footer-main{grid-template-columns:1.5fr repeat(2,1fr)}.up-footer-column:last-child{grid-column:2 / -1}}@media (max-width:782px){.admin-bar .up-site-header{top:46px}.admin-bar .up-primary-nav{max-height:calc(100dvh - 116px)}}@media (max-width:720px){body{font-size:16px}.up-container{width:calc(100% - 28px);max-width:calc(100% - 28px)}.up-header-inner{gap:10px}.up-wordmark{font-size:19px}.up-wordmark img{width:36px;height:36px}.up-branding .custom-logo{max-width:175px;max-height:44px}.up-icon-button,.up-menu-button{width:40px;height:40px;border-radius:12px}.up-primary-nav{top:100%;right:0;bottom:auto;left:0;width:100%;max-width:100%;max-height:calc(100dvh - 70px);padding:18px 14px 24px;border-top:1px solid var(--up-border);border-left:0;box-shadow:0 24px 45px rgb(18 20 38 / .16)}.up-menu-scrim{top:70px}.up-search-panel-inner{display:block;padding-block:16px}.up-search-panel p{margin-bottom:10px}.up-search-form{grid-template-columns:21px minmax(0,1fr);min-height:52px;padding:6px 13px}.up-search-form button{grid-column:1/-1;min-height:42px}.up-section{padding:64px 0}.up-section-heading-inline{display:block}.up-section-heading-inline .up-text-link{display:inline-block;margin-top:8px}.up-post-grid{grid-template-columns:1fr}.up-card-body{padding:20px}.up-footer-main{grid-template-columns:1fr 1fr;gap:34px 25px;padding-block:55px 40px}.up-footer-brand{grid-column:1/-1}.up-footer-column:last-child{grid-column:auto}.up-footer-bottom .up-container{display:block}.up-footer-bottom p+p{margin-top:5px}.up-back-to-top{right:14px;bottom:14px}.up-empty-state{padding:34px 20px}}@media (max-width:480px){.up-footer-main{grid-template-columns:1fr}.up-footer-brand,.up-footer-column:last-child{grid-column:auto}}@media (max-width:360px){.up-header-inner{gap:7px}.up-wordmark{gap:7px;font-size:16px}.up-wordmark img{width:32px;height:32px;flex-basis:32px}.up-icon-button,.up-menu-button{width:38px;height:38px}.up-header-actions{gap:5px}}@media (max-width:782px){.admin-bar .up-primary-nav{max-height:calc(100dvh - 116px)}.admin-bar .up-menu-scrim{top:116px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.up-hero{position:relative;overflow:hidden;padding:72px 0 78px;background:#fff5e3;color:var(--up-ink);border-bottom:1px solid #eddfc7}.up-hero::before{position:absolute;width:510px;height:510px;right:-120px;top:-130px;border-radius:50%;background:#ffe8b0;opacity:.55;content:"";pointer-events:none}.up-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:center;gap:65px}.up-hero-copy{max-width:735px}.up-hero .up-eyebrow{display:inline-block;color:#725113;background:#ffe8af;padding:8px 12px;border-radius:7px}.up-hero h1{max-width:720px;margin:14px 0 22px;color:var(--up-ink);font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.062em}.up-hero-copy>p{max-width:680px;margin-bottom:28px;color:#525363;font-size:clamp(17px,2vw,20px);line-height:1.65}.up-hero-search .up-search-form{min-height:65px;border-color:#fff0;border-radius:19px}.up-search-suggestions{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:14px;color:#626174;font-size:13px}.up-search-suggestions a{color:var(--up-violet-dark);text-decoration-color:currentColor}.up-hero-art{position:relative;min-width:0;padding:18px 8px}.up-hero-joke-card{position:relative;padding:26px 25px 30px;border:2px solid #25283c;border-radius:30px 30px 30px 8px;background:#fffdf8;text-align:center;box-shadow:9px 9px 0 #f5bd48;transform:rotate(2deg)}.up-hero-joke-card .up-kicker{display:block;color:#725113;font-size:10px}.up-coffee-illustration{display:block;width:100%;max-width:300px;height:auto;margin:10px auto 0}.up-hero-joke-card .up-hero-joke{max-width:100%;margin:8px 0;color:var(--up-ink);font-size:clamp(25px,3vw,38px);font-weight:850;line-height:1.15;letter-spacing:-.035em;overflow-wrap:anywhere}.up-hero-joke-note{display:block;color:#666374;font-size:13px}.up-hero-search .up-search-form{border:1px solid #d9cbb4;box-shadow:0 5px 0 #ecddc2}.up-post-card:focus-within{border-color:var(--up-violet-dark)}.up-format-card:hover .up-format-icon{transform:rotate(-5deg)}.up-format-icon{transition:transform .18s ease}.up-orbit{position:absolute;inset:10%;border:1px solid rgb(255 255 255 / .22);border-radius:50%;transform:rotate(-18deg)}.up-orbit::before{position:absolute;top:9%;left:12%;width:14px;height:14px;border-radius:50%;background:var(--up-gold);box-shadow:0 0 0 7px rgb(247 189 69 / .12);content:""}.up-orbit-two{inset:25% 0;transform:rotate(50deg)}.up-orbit-two::before{top:auto;right:12%;bottom:3%;left:auto;width:10px;height:10px;background:var(--up-coral)}.up-hero-smile{position:absolute;inset:24%;display:grid;place-items:center;border:1px solid rgb(255 255 255 / .15);border-radius:34%;background:linear-gradient(145deg,var(--up-violet),#5145cd);color:var(--up-gold);font-size:95px;font-weight:900;line-height:1;box-shadow:0 30px 70px rgb(0 0 0 / .26);transform:rotate(7deg)}.up-quote-card{position:absolute;z-index:2;display:grid;width:86px;height:60px;place-items:center;border-radius:18px;color:var(--up-ink);font-size:15px;font-weight:950;letter-spacing:.08em;box-shadow:0 16px 35px rgb(0 0 0 / .22)}.up-quote-card-one{top:5%;right:4%;background:var(--up-gold);transform:rotate(9deg)}.up-quote-card-two{bottom:7%;left:3%;background:var(--up-mint);transform:rotate(-8deg)}.up-format-section{padding:64px 0 34px}.up-format-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.up-format-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px;border:1px solid var(--up-border);border-radius:18px;background:#fff;color:var(--up-ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.up-format-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgb(24 22 50 / .08)}.up-format-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#eeeaff;font-size:22px;line-height:1}.up-format-gold .up-format-icon{background:#fff0c9}.up-format-coral .up-format-icon{background:#ffe1dc}.up-format-mint .up-format-icon{background:#dcf6ec}.up-format-blue .up-format-icon{background:#e0f3ff}.up-format-plum .up-format-icon{background:#f1e2f7}.up-format-copy{display:grid}.up-format-copy strong{font-size:16px}.up-format-copy small{color:var(--up-muted);font-size:12px}.up-format-arrow{color:var(--up-muted)}.up-featured-section{padding-top:78px}.up-post-grid-featured .up-post-card:first-child{grid-column:auto}.up-post-grid-featured .up-post-card:first-child .up-card-image{aspect-ratio:16/9}.up-featured-grid-count-1{grid-template-columns:minmax(0,620px);justify-content:center}.up-featured-grid-count-2,.up-featured-grid-count-4{max-width:930px;margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.up-latest-grid-count-1{grid-template-columns:minmax(0,620px);justify-content:center}.up-latest-grid-count-2,.up-latest-grid-count-4{max-width:930px;margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.up-topics-section{background:var(--up-soft)}.up-topics-layout{display:grid;grid-template-columns:.78fr 1.22fr;align-items:start;gap:80px}.up-topics-intro{position:sticky;top:115px;margin:0}.up-topic-list{border-top:1px solid #d9d7d0}.up-topic-list a{display:grid;grid-template-columns:42px minmax(0,1fr) auto 25px;align-items:center;gap:15px;padding:18px 5px;border-bottom:1px solid #d9d7d0;color:var(--up-ink);text-decoration:none}.up-topic-list a>span{color:var(--up-violet-dark);font-size:11px;font-weight:900}.up-topic-list strong{font-size:clamp(18px,2.2vw,25px);letter-spacing:-.025em}.up-topic-list small{color:var(--up-muted)}.up-topic-list i{font-style:normal;transition:transform .18s ease}.up-topic-list a:hover i{transform:translateX(5px)}.up-home-about{padding:30px 0 0}.up-about-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:26px;padding:30px 34px;border:1.5px solid #c6d9ce;border-radius:24px 24px 24px 8px;background:#edf7f0;color:var(--up-text);box-shadow:0 6px 0 #d9eadd}.up-about-card::before{position:absolute;top:17px;right:23px;width:36px;height:25px;border:2px solid #ddb047;border-radius:10px 10px 10px 2px;background:#fff5d9;transform:rotate(-8deg);content:"";pointer-events:none}.up-about-card .up-kicker{display:inline-block;padding:6px 9px;border-radius:5px;background:#ffe6a5;color:#695013;font-size:10px;letter-spacing:.09em}.up-about-card h2{margin:9px 0;color:var(--up-ink);font-size:clamp(26px,3vw,34px)}.up-about-card p{max-width:700px;margin:0 0 .65em;color:#454e47;font-size:15px;line-height:1.7}.up-about-card .up-avatar{border:3px solid #fffdf8;border-radius:50%;background:#ffe6a5;box-shadow:5px 5px 0 #ebbd52}.up-about-card .up-button-light{border:1px solid #c7952e;background:#ffe5a0;color:var(--up-ink);box-shadow:0 3px 0 #dfc887}.up-about-card .up-button-light:hover{background:#ffd370;color:var(--up-ink)}@media (max-width:980px){.up-hero-grid{grid-template-columns:1fr .48fr;gap:24px}.up-hero-art{min-width:0}.up-format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.up-topics-layout{gap:45px}.up-about-card{grid-template-columns:auto 1fr}.up-about-card .up-button{grid-column:2;justify-self:start}}@media (max-width:720px){.up-hero{padding:62px 0 64px}.up-hero-grid{display:block}.up-hero h1{font-size:clamp(43px,14vw,64px)}.up-hero-art{display:block;max-width:350px;margin:32px auto 0;padding:8px}.up-coffee-illustration{max-width:170px}.up-hero-joke-card{padding:20px 18px;transform:none}.up-hero-joke-card .up-hero-joke{font-size:28px}.up-search-suggestions{margin-top:17px}.up-format-section{padding-top:52px}.up-format-grid{grid-template-columns:1fr}.up-post-grid-featured .up-post-card:first-child{grid-column:auto}.up-post-grid-featured .up-post-card:first-child .up-card-image{aspect-ratio:16/9}.up-featured-grid-count-1,.up-featured-grid-count-2,.up-featured-grid-count-4,.up-latest-grid-count-1,.up-latest-grid-count-2,.up-latest-grid-count-4{max-width:none;grid-template-columns:1fr}.up-topics-layout{display:block}.up-topics-intro{position:static;margin-bottom:30px}.up-topic-list a{grid-template-columns:34px minmax(0,1fr) 22px}.up-topic-list small{display:none}.up-about-card{grid-template-columns:auto 1fr;padding:30px 22px}.up-about-card .up-avatar{width:58px;height:58px;border-radius:50%;font-size:18px}.up-about-card::before{display:none}.up-about-card .up-button{grid-column:1/-1;justify-self:stretch}}.up-listing-section,.up-page-section{padding:42px 0 25px}.up-listing-header{max-width:800px;margin:0 0 42px;padding:32px 0 8px}.up-listing-header h1,.up-static-page>header h1{margin:8px 0 13px;font-size:clamp(42px,6vw,68px)}.up-listing-header p,.up-listing-description{max-width:680px;color:var(--up-muted);font-size:18px}.up-search-header{max-width:900px}.up-listing-search{margin-top:25px}.up-pagination{margin-top:50px}.up-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:0;padding:0;list-style:none}.up-pagination a,.up-pagination span{display:grid;min-width:42px;min-height:42px;padding:7px 12px;place-items:center;border:1px solid var(--up-border);border-radius:11px;background:#fff;color:var(--up-ink);font-size:13px;font-weight:800;text-decoration:none}.up-pagination .current{border-color:var(--up-violet);background:var(--up-violet);color:#fff}.up-static-page{padding:25px 0}.up-page-image{overflow:hidden;margin:28px 0;border-radius:22px}.up-static-page .up-entry-content{font-size:18px}.up-static-page .up-entry-content h2{margin-top:1.8em;font-size:34px}.up-static-page .up-entry-content h3{margin-top:1.5em;font-size:25px}.up-static-page .up-entry-content blockquote{margin:1.8em 0;padding:20px 24px;border-left:5px solid var(--up-gold);border-radius:0 14px 14px 0;background:#fff8df}.up-static-page .up-entry-content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.up-static-page .up-entry-content th,.up-static-page .up-entry-content td{padding:11px 13px;border:1px solid var(--up-border);text-align:left}.up-error-section{padding:80px 0}.up-error-card{max-width:760px;padding:55px;border:1px solid var(--up-border);border-radius:30px;background:#fff;text-align:center;box-shadow:var(--up-shadow)}.up-error-code{display:block;color:var(--up-violet);font-size:14px;font-weight:950;letter-spacing:.18em}.up-error-card h1{margin:10px 0 15px;font-size:clamp(38px,6vw,60px)}.up-error-card p{color:var(--up-muted)}.up-error-search{margin:28px 0 18px}.up-page-lead{max-width:780px;color:var(--up-muted);font-size:20px;line-height:1.75}.up-contact-form{max-width:780px;margin:24px 0 40px;padding:clamp(22px,4vw,38px);border:1px solid var(--up-border);border-radius:22px;background:#fff;box-shadow:var(--up-shadow)}.up-contact-form p{margin:0 0 20px}.up-contact-form label{display:block;margin-bottom:7px;color:var(--up-ink);font-size:15px;font-weight:800}.up-contact-form label span,.up-form-privacy{color:var(--up-muted);font-weight:500}.up-contact-form input,.up-contact-form textarea{width:100%;padding:13px 15px;border:1px solid var(--up-border);border-radius:11px;background:#fff;color:var(--up-ink);font:inherit}.up-contact-form input:focus,.up-contact-form textarea:focus{border-color:var(--up-violet);outline:3px solid color-mix(in srgb,var(--up-violet) 18%,transparent)}.up-contact-form textarea{resize:vertical}.up-contact-form button{min-height:46px;padding:12px 22px;border:0;border-radius:12px;background:var(--up-violet);color:#fff;font:inherit;font-weight:900;cursor:pointer}.up-contact-form button:hover{filter:brightness(.93)}.up-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.up-form-privacy{font-size:14px;line-height:1.6}.up-contact-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.up-form-notice{max-width:780px;margin:18px 0;padding:14px 17px;border-radius:11px;font-weight:750}.up-form-success{border:1px solid #91d6b3;background:#ebfff4;color:#155b35}.up-form-error{border:1px solid #efaaaa;background:#fff1f1;color:#8b2525}@media (max-width:720px){.up-listing-section,.up-page-section{padding-top:25px}.up-listing-header{margin-bottom:28px}.up-error-section{padding:40px 0}.up-error-card{padding:38px 19px}.up-form-grid{grid-template-columns:1fr;gap:0}.up-contact-form{padding:21px 17px}}