/*! 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{--bg:#071017;--surface:#0b1720;--text:#eef2f4;--muted:#94a4ae;--line:#22333e;--header:#ffffff;--red:#ff233f;--yellow:#ffd400;--content:1480px;--gutter:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}.container{width:min(calc(100% - var(--gutter)*2),var(--content));margin:auto}.site-header{position:sticky;top:0;z-index:100;height:74px;background:#fff;border-bottom:1px solid #e6e6e6;box-shadow:0 1px 0 rgb(0 0 0 / .03)}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:max-content}.brand-text{font:950 30px/1 Arial;color:#0a0a0a}.brand-text span{color:var(--red)}.desktop-nav{display:flex;align-items:center;gap:18px;margin-left:auto}.desktop-nav a{position:relative;padding:29px 0 27px;font-size:13px;font-weight:850;white-space:nowrap;color:#111!important}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;background:var(--accent,#ffd400);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.desktop-nav a:hover:after{transform:scaleX(1)}.menu-btn{display:none;margin-left:auto;width:40px;height:40px;background:#fff0;color:#111;border:1px solid #d8d8d8}.drawer{display:none;position:fixed;z-index:110;top:74px;right:0;width:min(370px,92vw);max-height:calc(100vh - 74px);overflow:auto;background:#fff;color:#111;border-left:1px solid #e7e7e7;padding:22px}.drawer.open{display:block}.drawer a{display:block;padding:13px 11px;border-bottom:1px solid #e6e6e6;font-weight:850;color:#111}.top-reserve{height:110px;display:flex;align-items:center;position:relative;z-index:20;background:var(--bg)}.reserve-ad{height:90px;max-width:970px;width:100%;margin:auto;background:#0a2633;display:flex;align-items:center;padding:0 24px;gap:16px}.hero-spacer{height:calc(100svh - 74px);min-height:540px;background:#02070b}.hero-fixed{position:fixed;top:74px;left:0;right:0;height:calc(100svh - 74px);min-height:540px;background:#02070b;z-index:1;overflow:hidden}.hero-fixed video,.hero-fixed img{width:100%;height:100%;object-fit:cover}.hero-brand{position:absolute;left:max(28px,calc((100vw - 1480px)/2));bottom:40px;z-index:3;max-width:640px}.hero-brand h1{font:700 clamp(30px,4vw,58px)/1.02 Georgia;margin:9px 0 0}.content-rise{position:relative;z-index:10;background:var(--bg);padding:24px 0 32px;border-radius:18px 18px 0 0;margin-top:-18px}.wall-head{margin-bottom:12px}.eyebrow{font-size:9px;font-weight:900;letter-spacing:.15em;color:var(--red)}.wall-head h2{font:700 32px/1 Georgia;margin:7px 0 0}.wall-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:280px 280px 220px;gap:10px}.wall-tile{background:var(--surface);overflow:hidden;display:flex;flex-direction:column}.wall-tile.tile-1{grid-column:1/3;grid-row:1/3}.wall-tile.tile-2{grid-column:3}.wall-tile.tile-3{grid-column:4}.wall-tile.tile-4{grid-column:3;grid-row:2}.wall-tile.tile-5{grid-column:4;grid-row:2}.wall-tile.tile-6{grid-column:1;grid-row:3}.wall-tile.tile-7{grid-column:2;grid-row:3}.wall-tile.tile-8{grid-column:3;grid-row:3}.wall-tile.tile-9{grid-column:4;grid-row:3}.wall-media{position:relative;flex:1;min-height:0;overflow:hidden}.wall-media img{width:100%;height:100%;object-fit:cover}.category-label{position:absolute;left:11px;bottom:11px;background:rgb(4 10 14 / .84);padding:5px 8px;font-size:9px;font-weight:900;border-left:3px solid currentColor}.wall-title{padding:10px 12px 12px;font:700 17px/1.08 Georgia}.tile-1 .wall-title{font-size:28px}.category-section{margin-top:22px;padding:19px;background:var(--surface);border:1px solid var(--line)}.category-section>header{display:flex;justify-content:space-between;border-bottom:3px solid var(--section);padding-bottom:10px;margin-bottom:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card-media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.archive-main,.single-main{position:relative;z-index:20;background:var(--bg);min-height:60vh;padding:34px 0}.archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.archive-card{background:var(--surface);border:1px solid var(--line)}.archive-body{padding:13px}.article{max-width:980px;margin:auto}.article h1{font:700 clamp(34px,5vw,62px)/1.03 Georgia}.article-hero{margin:24px 0}.entry{font:18px/1.8 Georgia}.footer{position:relative;z-index:20;background:#050c11;padding:34px 0 18px;border-top:1px solid #172630}.footer-grid{display:grid;grid-template-columns:300px 1fr;gap:70px}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-cols a{display:block;padding:5px 0;color:#b8c3c9;font-size:11px}.muted{color:var(--muted);font-size:12px}.no-content{padding:30px;background:var(--surface);border:1px solid var(--line)}@media(max-width:1100px){.desktop-nav{display:none}.menu-btn{display:block}.archive-grid{grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){:root{--gutter:10px}.site-header{height:64px}.hero-spacer,.hero-fixed{height:60svh;min-height:360px}.hero-fixed{top:64px}.wall-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:340px repeat(4,220px);gap:7px}.wall-tile.tile-1{grid-column:1/3;grid-row:1}.wall-tile.tile-2{grid-column:1;grid-row:2}.wall-tile.tile-3{grid-column:2;grid-row:2}.wall-tile.tile-4{grid-column:1;grid-row:3}.wall-tile.tile-5{grid-column:2;grid-row:3}.wall-tile.tile-6{grid-column:1;grid-row:4}.wall-tile.tile-7{grid-column:2;grid-row:4}.wall-tile.tile-8{grid-column:1;grid-row:5}.wall-tile.tile-9{grid-column:2;grid-row:5}.footer-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:repeat(2,1fr)}}.ytv-home-hero-space{height:72svh;min-height:620px;background:#02070b}.ytv-home-hero{position:fixed;left:0;right:0;top:74px;height:72svh;min-height:620px;z-index:1;background:#02070b;overflow:hidden}.ytv-hero-media,.ytv-hero-media img,.ytv-hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ytv-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgb(2 7 11 / .9) 0%,rgb(2 7 11 / .45) 52%,rgb(2 7 11 / .78) 100%),linear-gradient(0deg,rgb(2 7 11 / .8),transparent 45%)}.ytv-hero-layout{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:54px;align-items:end;padding-bottom:48px}.ytv-hero-main{max-width:840px}.ytv-live-kicker{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.15em}.ytv-live-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgb(239 48 65 / .14)}.ytv-hero-main h1{font:700 clamp(42px,5.2vw,78px)/.98 Georgia;margin:15px 0 16px;max-width:980px}.ytv-hero-meta{display:flex;gap:18px;font-size:12px;font-weight:800;color:#c3ccd1}.ytv-now-panel{background:rgb(5 12 17 / .84);backdrop-filter:blur(14px);border:1px solid rgb(255 255 255 / .1);padding:18px 18px 8px}.ytv-now-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #33434d;padding-bottom:12px;margin-bottom:3px}.ytv-now-head strong{font-size:12px;letter-spacing:.16em}.ytv-now-head span{font-size:9px;color:var(--red);font-weight:900}.ytv-now-item{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:16px 0;border-bottom:1px solid rgb(255 255 255 / .08)}.ytv-now-item:last-child{border-bottom:0}.ytv-now-no{font:700 23px/1 Georgia;color:#56656e}.ytv-now-item small{font-size:9px;font-weight:900;letter-spacing:.08em}.ytv-now-item h3{font:700 17px/1.15 Georgia;margin:5px 0 0}.ytv-home-rise{position:relative;z-index:10;background:var(--bg);border-radius:22px 22px 0 0;margin-top:-22px;padding:24px 0 45px}.ad-slot{width:100%;display:flex;justify-content:center;align-items:center;margin:4px 0 22px;overflow:hidden}.ad-slot img{max-width:100%;height:auto}.ad-mobile{display:none}.ad-slot-empty{height:86px;border:1px dashed #30424d;background:#0a141b;color:#60717b;font-size:10px;letter-spacing:.13em}.ytv-channel-strip{display:flex;gap:8px;overflow:auto;padding:0 0 18px;scrollbar-width:none}.ytv-channel-strip::-webkit-scrollbar{display:none}.ytv-channel-strip a{flex:0 0 auto;border:1px solid #273944;border-top:3px solid var(--accent);background:#0a151d;padding:12px 14px;font-size:11px;font-weight:900;letter-spacing:.02em}.ytv-section-title{display:flex;align-items:end;justify-content:space-between;gap:25px;margin:28px 0 14px;border-bottom:1px solid var(--line);padding-bottom:12px}.ytv-section-title span{font-size:9px;letter-spacing:.16em;font-weight:900;color:var(--yellow)}.ytv-section-title h2{font:700 34px/1 Georgia;margin:6px 0 0}.ytv-section-title p,.ytv-section-title>a{font-size:11px;color:var(--muted);max-width:420px}.ytv-flow-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:260px 260px;gap:12px}.ytv-flow-card{position:relative;background:var(--surface);border:1px solid var(--line);overflow:hidden}.ytv-flow-card.flow-1{grid-row:1/3}.ytv-flow-card.flow-4{grid-column:3;grid-row:2}.ytv-flow-img{display:block;position:relative;height:64%;overflow:hidden}.flow-1 .ytv-flow-img{height:72%}.ytv-flow-img img{width:100%;height:100%;object-fit:cover}.ytv-flow-img b{position:absolute;left:12px;bottom:12px;background:rgb(5 12 17 / .82);padding:5px 8px;border-left:3px solid currentColor;font-size:9px}.ytv-flow-copy{padding:12px 14px}.ytv-flow-copy h3{font:700 19px/1.12 Georgia;margin:0}.flow-1 .ytv-flow-copy h3{font-size:30px}.ytv-flow-copy p{font-size:11px;color:var(--muted);line-height:1.5;margin:7px 0 0}.ytv-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ytv-video-card{background:#03090d;border:1px solid #1c2b34}.ytv-video-frame,.ytv-video-fallback{position:relative;display:block;aspect-ratio:16/9;overflow:hidden}.ytv-video-frame iframe{width:100%;height:100%;border:0}.ytv-video-fallback img{width:100%;height:100%;object-fit:cover}.ytv-video-fallback span{position:absolute;inset:0;display:grid;place-items:center;font-size:46px;text-shadow:0 4px 20px #000}.ytv-video-card h3{font:700 17px/1.15 Georgia;margin:12px 14px 15px}.ytv-cat-rail{margin-top:34px}.ytv-cat-rail>header{display:flex;justify-content:space-between;align-items:end;border-bottom:3px solid var(--section);padding-bottom:10px;margin-bottom:14px}.ytv-cat-rail header span{font-size:9px;color:var(--section);font-weight:900;letter-spacing:.14em}.ytv-cat-rail header h2{font:700 29px/1 Georgia;margin:4px 0 0}.ytv-cat-rail header>a{font-size:10px;font-weight:900}.ytv-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.ytv-cat-image{display:block;aspect-ratio:4/3;overflow:hidden;background:#0c1820}.ytv-cat-image img{width:100%;height:100%;object-fit:cover}.ytv-cat-grid small{display:block;color:var(--muted);font-size:9px;margin-top:9px}.ytv-cat-grid h3{font:700 17px/1.18 Georgia;margin:5px 0 0}.article-gallery{margin:32px 0}.article-gallery-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.article-gallery-head h2{font:700 28px/1 Georgia;margin:0}.article-gallery-grid,.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.article-gallery-grid button,.gallery-grid button{border:0;padding:0;background:#0a151d;cursor:pointer;aspect-ratio:4/3;overflow:hidden}.article-gallery-grid img,.gallery-grid img{width:100%;height:100%;object-fit:cover}.ytv-lightbox,.gallery-lightbox{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .95);z-index:9999;align-items:center;justify-content:center;padding:40px}.ytv-lightbox.open,.gallery-lightbox.open{display:flex}.ytv-lightbox img,.gallery-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.ytv-lightbox .close,.ytv-lightbox .prev,.ytv-lightbox .next,.gallery-close,.gallery-prev,.gallery-next{position:absolute;border:0;background:rgb(8 16 22 / .75);color:#fff;cursor:pointer}.ytv-lightbox .close,.gallery-close{right:24px;top:18px;font-size:34px;width:50px;height:50px}.ytv-lightbox .prev,.ytv-lightbox .next,.gallery-prev,.gallery-next{top:50%;transform:translateY(-50%);font-size:42px;width:54px;height:70px}.ytv-lightbox .prev,.gallery-prev{left:18px}.ytv-lightbox .next,.gallery-next{right:18px}.firm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.firm-card{background:var(--surface);border:1px solid var(--line);padding:18px}.firm-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.firm-card h2{font:700 22px/1.1 Georgia}.firm-profile{max-width:1050px;margin:auto}.firm-profile .entry{font-size:17px}.firm-logo{max-width:420px;margin:0 auto 26px}.video-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:1100px){.ytv-hero-layout{grid-template-columns:1fr 330px}.ytv-flow-grid{grid-template-columns:1.3fr 1fr}.ytv-flow-card.flow-1{grid-row:1/3}.ytv-flow-card.flow-4{grid-column:2;grid-row:auto}.ytv-cat-grid{grid-template-columns:repeat(3,1fr)}.firm-grid,.video-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.ytv-home-hero-space{height:62svh;min-height:430px}.ytv-home-hero{top:64px;height:62svh;min-height:430px}.ytv-hero-layout{display:block;padding-top:120px;padding-bottom:22px}.ytv-hero-main h1{font-size:39px}.ytv-now-panel{display:none}.ytv-home-rise{border-radius:14px 14px 0 0;margin-top:-14px}.ytv-flow-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px}.ytv-flow-card.flow-1{grid-column:1/3;grid-row:auto}.ytv-flow-card.flow-4{grid-column:auto;grid-row:auto}.ytv-flow-img,.flow-1 .ytv-flow-img{height:auto;aspect-ratio:4/3}.flow-1 .ytv-flow-copy h3{font-size:24px}.ytv-flow-copy p{display:none}.ytv-video-grid,.ytv-cat-grid,.firm-grid,.video-page-grid{grid-template-columns:1fr 1fr;gap:8px}.ytv-video-card h3,.ytv-cat-grid h3{font-size:15px}.ytv-section-title h2{font-size:28px}.ytv-section-title p{display:none}.ad-desktop{display:none}.ad-mobile{display:block}.article-gallery-grid{grid-template-columns:repeat(2,1fr)}.ytv-lightbox{padding:12px}.ytv-lightbox .prev{left:4px}.ytv-lightbox .next{right:4px}}.section-kicker{display:block;margin:8px 0 14px;font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--red)}.article-video,.article-gallery{margin:34px 0 6px;padding-top:20px;border-top:1px solid var(--line)}.video-frame{position:relative;aspect-ratio:16/9;background:#02070b;overflow:hidden}.video-frame iframe,.video-frame video{width:100%;height:100%;border:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gallery-item{border:0;padding:0;background:#09131a;cursor:pointer;aspect-ratio:4/3;overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-lightbox{display:none;position:fixed;inset:0;z-index:999;background:rgb(0 0 0 / .94);align-items:center;justify-content:center;padding:36px}.gallery-lightbox.open{display:flex}.gallery-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.gallery-close,.gallery-prev,.gallery-next{position:absolute;border:0;background:rgb(0 0 0 / .45);color:#fff;cursor:pointer}.gallery-close{right:18px;top:14px;width:48px;height:48px;font-size:36px}.gallery-prev,.gallery-next{top:50%;transform:translateY(-50%);width:48px;height:68px;font-size:46px}.gallery-prev{left:12px}.gallery-next{right:12px}.ad-slot{margin:22px auto;width:min(100%,970px);display:flex;justify-content:center;overflow:hidden}.ad-slot a{display:block}.ad-slot img{display:block;margin:0 auto;max-width:100%;height:auto}.ad-desktop{display:block}.ad-mobile{display:none}.ad-slot-empty{width:min(100%,970px);min-height:250px;align-items:center;justify-content:center;background:#0a2633;border:1px solid #173746;color:#7f929e;font-size:10px;font-weight:900;letter-spacing:.14em;text-align:center}.firm-profile .firm-lead{max-width:760px;color:#b9c6cd;font:20px/1.5 Georgia}.firm-profile .article-hero{background:#09131a}.footer-banner{margin-bottom:26px}@media(max-width:760px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-lightbox{padding:10px}.gallery-lightbox img{max-width:100vw;max-height:82vh}.ad-slot{width:100%}.ad-slot-empty{min-height:100px}.ad-desktop{display:none}.ad-mobile{display:block}.article-video,.article-gallery{margin-top:24px}}.theme-toggle{flex:0 0 auto;width:62px;height:32px;border:1px solid #d6d6d6;border-radius:999px;background:#f5f5f2;display:flex;align-items:center;justify-content:space-between;padding:3px 6px;cursor:pointer;margin-left:2px;transition:.2s ease;position:relative}.theme-toggle span{display:grid;place-items:center;font-size:10px;line-height:1;font-weight:900;z-index:2}.theme-sun,.theme-moon{width:16px;height:16px}.theme-sun{color:#9a7600}.theme-moon{color:#111}.theme-knob{position:absolute;top:3px;left:3px;width:24px!important;height:24px!important;border-radius:50%;background:#fff;box-shadow:0 1px 5px rgb(0 0 0 / .18);transition:transform .2s ease}.theme-toggle-mobile{width:100%;height:42px;border-radius:4px;margin:18px 0 0;justify-content:center;font-weight:900;color:#111}.theme-toggle-mobile span{width:auto;height:auto;font-size:12px}.theme-toggle-mobile .theme-knob{display:none}html[data-theme="dark"]{color-scheme:dark}html[data-theme="dark"] body{--bg:#050505;--surface:#0b0b0b;--text:#f3f3f3;--muted:#9a9a9a;--line:#242424;background:#050505;color:#f3f3f3}html[data-theme="dark"] .site-header{background:#050505;border-bottom-color:#1f1f1f;box-shadow:none}html[data-theme="dark"] .brand-text{color:#fff}html[data-theme="dark"] .desktop-nav a{color:#fff!important}html[data-theme="dark"] .menu-btn{color:#fff;border-color:#2c2c2c}html[data-theme="dark"] .drawer{background:#050505;color:#fff;border-left-color:#222}html[data-theme="dark"] .drawer a{color:#fff;border-bottom-color:#1f1f1f}html[data-theme="dark"] .theme-toggle{background:#111;border-color:#333}html[data-theme="dark"] .theme-sun{color:#d7aa00}html[data-theme="dark"] .theme-moon{color:#fff}html[data-theme="dark"] .theme-knob{transform:translateX(28px);background:#eee}html[data-theme="dark"] .theme-toggle-mobile{color:#fff}html[data-theme="dark"] .ytv-home-rise,html[data-theme="dark"] .archive-main,html[data-theme="dark"] .single-main,html[data-theme="dark"] .top-reserve{background:#050505}html[data-theme="dark"] .ytv-flow-card,html[data-theme="dark"] .archive-card,html[data-theme="dark"] .category-section,html[data-theme="dark"] .firm-card,html[data-theme="dark"] .ytv-channel-strip a{background:#0b0b0b;border-color:#242424;color:#f3f3f3}html[data-theme="dark"] .entry{color:#e8e8e8}html[data-theme="dark"] .footer{background:#050505;color:#f3f3f3;border-top-color:#1f1f1f}html[data-theme="dark"] .footer .brand-text{color:#fff}html[data-theme="dark"] .footer a,html[data-theme="dark"] .footer .muted{color:#bdbdbd}html[data-theme="light"]{color-scheme:light}html[data-theme="light"] body{--bg:#ffffff;--surface:#ffffff;--text:#111111;--muted:#6a6a6a;--line:#e4e4e4;background:#fff;color:#111}html[data-theme="light"] .site-header{background:#fff;border-bottom-color:#e5e5e5}html[data-theme="light"] .brand-text{color:#0a0a0a}html[data-theme="light"] .desktop-nav a{color:#111!important}html[data-theme="light"] .ytv-home-rise,html[data-theme="light"] .archive-main,html[data-theme="light"] .single-main,html[data-theme="light"] .top-reserve{background:#fff}html[data-theme="light"] .ytv-flow-card,html[data-theme="light"] .archive-card,html[data-theme="light"] .category-section,html[data-theme="light"] .firm-card,html[data-theme="light"] .ytv-channel-strip a{background:#fff;border-color:#e4e4e4;color:#111}html[data-theme="light"] .drawer{background:#fff;color:#111;border-left-color:#e7e7e7}html[data-theme="light"] .drawer a{color:#111;border-bottom-color:#e6e6e6}html[data-theme="light"] .entry{color:#202020}html[data-theme="light"] .footer{background:#fff;color:#111;border-top-color:#e1e1e1}html[data-theme="light"] .footer .brand-text{color:#111}html[data-theme="light"] .footer a,html[data-theme="light"] .footer .muted{color:#5f5f5f}@media(max-width:1100px){.theme-toggle{margin-left:auto}.menu-btn{margin-left:0}}.ytv-home-hero-clean .ytv-hero-media{position:absolute;inset:0}.ytv-home-hero-clean .ytv-hero-media video,.ytv-home-hero-clean .ytv-hero-media iframe{width:100%;height:100%;object-fit:cover;border:0;display:block}.ytv-hero-youtube iframe{position:absolute;inset:-7% 0;width:100%;height:114%;pointer-events:none}.ytv-hero-video-tag{position:absolute;left:max(20px,calc((100vw - 1480px)/2));bottom:24px;z-index:3;background:rgb(0 0 0 / .62);color:#fff;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.16em}.ytv-home-hero-clean:after{display:none!important}.ytv-video-ad{position:relative;width:min(100%,970px);height:250px;overflow:hidden;background:#050505;margin:0 auto 26px;border:1px solid var(--line)}.ytv-video-ad iframe{position:absolute;inset:-42% 0;width:100%;height:184%;border:0;pointer-events:none}.ytv-video-ad-brand{position:absolute;left:14px;bottom:14px;z-index:3;display:flex;align-items:center;gap:9px;background:rgb(0 0 0 / .72);color:#fff;padding:7px 10px}.ytv-video-ad-brand strong{font-size:12px;letter-spacing:.06em}.ytv-video-ad-brand strong em{color:#ff2442;font-style:normal}.ytv-video-ad-brand span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#d8d8d8}.ytv-video-ad-badge{position:absolute;left:12px;top:12px;background:rgb(0 0 0 / .7);color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em;padding:6px 8px}.ytv-video-ad-cta{position:absolute;right:12px;bottom:12px;background:rgb(0 0 0 / .72);color:#fff;font-size:10px;font-weight:900;padding:7px 10px;letter-spacing:.06em;animation:ytv-ad-cta-hide .35s ease 5s forwards}@keyframes ytv-ad-cta-hide{to{opacity:0;visibility:hidden;transform:translateY(4px)}}@media(max-width:760px){.ytv-video-ad{width:100%;height:180px;margin-bottom:18px}.ytv-video-ad iframe{inset:-32% 0;height:164%}.ytv-video-ad-brand{left:8px;bottom:8px;padding:6px 8px}.ytv-video-ad-cta{right:8px;bottom:8px}.ytv-hero-youtube iframe{inset:-4% 0;height:108%}.ytv-hero-video-tag{left:12px;bottom:14px}}.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:12px}.gallery-head h2{font:700 28px/1 Georgia;margin:4px 0 0}.gallery-count{font-size:10px;font-weight:900;letter-spacing:.08em;color:var(--muted)}.motoryat-gallery{margin:30px 0 34px;padding:16px;border:1px solid var(--line);background:var(--surface)}.motoryat-slider{position:relative;overflow:hidden;background:#050505}.motoryat-slider-track{position:relative;aspect-ratio:16/9;background:#050505}.motoryat-slide{display:none!important;width:100%;height:100%;padding:0;border:0;background:#050505;cursor:zoom-in}.motoryat-slide.is-active{display:block!important}.motoryat-slide img{width:100%;height:100%;object-fit:contain;background:#050505}.motoryat-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:48px;height:72px;border:1px solid rgb(255 255 255 / .28);background:rgb(0 0 0 / .48);color:#fff;font-size:42px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}.motoryat-slider-prev{left:12px}.motoryat-slider-next{right:12px}.motoryat-slider-count{position:absolute;right:14px;bottom:12px;z-index:8;padding:7px 10px;background:rgb(0 0 0 / .62);color:#fff;font-size:10px;font-weight:900;letter-spacing:.1em}.article-entry-clean figure.wp-block-image,.article-entry-clean figure.wp-block-gallery,.article-entry-clean .wp-block-gallery,.article-entry-clean img{display:none!important}html[data-theme="light"] .ytv-video-card,html[data-theme="light"] .no-content{background:#fff;border-color:#e4e4e4;color:#111}html[data-theme="light"] .motoryat-gallery{background:#fff;border-color:#dedede}html[data-theme="light"] .gallery-head h2{color:#111}html[data-theme="dark"] .ytv-video-card,html[data-theme="dark"] .no-content{background:#0b0b0b;border-color:#242424;color:#f3f3f3}html[data-theme="dark"] .motoryat-gallery{background:#0b0b0b;border-color:#242424}html[data-theme="dark"] .gallery-head h2{color:#f3f3f3}@media(max-width:760px){.motoryat-gallery{margin:22px -2px 28px;padding:8px}.gallery-head{padding:4px 4px 0}.gallery-head h2{font-size:22px}.motoryat-slider-track{aspect-ratio:4/3}.motoryat-slider-arrow{width:40px;height:58px;font-size:34px}.motoryat-slider-prev{left:6px}.motoryat-slider-next{right:6px}.motoryat-slider-count{right:8px;bottom:8px}}.article .ad-slot{width:min(100%,970px);margin:26px auto;border-radius:0;overflow:hidden}.article .ad-slot a{display:block}.article .ad-slot img{display:block;margin:0 auto;max-width:100%;height:auto}.article .ad-slot .ad-desktop{display:block}.article .ad-slot .ad-mobile{display:none}.article .ad-slot-empty{width:min(100%,970px);min-height:250px;border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;color:var(--muted);text-align:center}.article .ad-slot-empty span{font-size:10px;font-weight:900;letter-spacing:.16em}.article .ad-slot-empty small{font-size:9px;font-weight:800;letter-spacing:.1em}.ad-slot-article_top{margin-top:18px!important;margin-bottom:28px!important}.ad-slot-article_mid{margin:34px 0!important}.ad-slot-article_bottom{margin:38px 0 24px!important}.ytv-article-signature{margin:28px 0 8px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:baseline;gap:10px}.ytv-article-signature strong{font-size:14px;letter-spacing:.08em}.ytv-article-signature span{font-size:11px;color:var(--muted);font-style:italic}html[data-theme="dark"] .article .ad-slot-empty{background:#0b0b0b;border-color:#242424;color:#929292}html[data-theme="light"] .article .ad-slot-empty{background:#fafafa;border-color:#e2e2e2;color:#777}@media(max-width:760px){.article .ad-slot{width:100%;margin:20px 0}.article .ad-slot .ad-desktop{display:none}.article .ad-slot .ad-mobile{display:block}.article .ad-slot-empty{min-height:100px}.ytv-article-signature{display:block}.ytv-article-signature span{display:block;margin-top:3px}}.ytv-top-reserved{height:64px;background:var(--bg);border-bottom:1px solid var(--line)}.site-header{position:sticky;top:0;z-index:1000}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.desktop-nav{justify-content:center}.header-actions{display:flex;align-items:center;gap:10px}.ytv-news-wall{margin:0 0 34px}.ytv-wall-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-template-rows:220px 220px 220px;gap:0;background:#050505}.ytv-wall-card{position:relative;overflow:hidden;min-width:0}.ytv-wall-card.wall-1{grid-column:1/2;grid-row:1/3}.ytv-wall-card.wall-2{grid-column:2/3;grid-row:1/2}.ytv-wall-card.wall-3{grid-column:3/4;grid-row:1/2}.ytv-wall-card.wall-4{grid-column:2/3;grid-row:2/3}.ytv-wall-card.wall-5{grid-column:3/4;grid-row:2/3}.ytv-wall-card.wall-6{grid-column:1/2;grid-row:3/4}.ytv-wall-card.wall-7{grid-column:2/3;grid-row:3/4}.ytv-wall-card.wall-8{grid-column:3/4;grid-row:3/4}.ytv-wall-card.wall-9{grid-column:4/5;grid-row:1/4}.ytv-wall-media{position:absolute;inset:0;display:block;color:#fff}.ytv-wall-media img{width:100%;height:100%;object-fit:cover;display:block}.ytv-wall-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgb(0 0 0 / .82) 100%)}.ytv-wall-copy{position:absolute;left:16px;right:16px;bottom:14px;z-index:3}.ytv-wall-copy h1,.ytv-wall-copy h2{margin:0 0 6px;color:#fff;font-family:Georgia,serif;line-height:1.05}.ytv-wall-copy h1{font-size:36px}.ytv-wall-copy h2{font-size:20px}.ytv-wall-copy small{font-size:10px;color:#d6d6d6}.ytv-wall-card .category-label{position:absolute;left:14px;top:14px;z-index:4;background:rgb(0 0 0 / .62);padding:5px 7px;font-size:10px}.footer-social{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.footer-social a{font-size:11px;font-weight:800;letter-spacing:.04em}.drawer.open{transform:translateX(0);visibility:visible}.ytv-video-ad-cta.is-hidden{opacity:0;visibility:hidden}.ad-slot:not(.article .ad-slot){width:min(100%,970px);margin-left:auto;margin-right:auto}.ad-slot:not(.article .ad-slot) img{max-width:100%;height:auto;display:block;margin:auto}@media(max-width:1100px){.ytv-wall-grid{grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:260px 220px 190px 190px}.ytv-wall-card.wall-1{grid-column:1/2;grid-row:1/3}.ytv-wall-card.wall-2{grid-column:2/3;grid-row:1/2}.ytv-wall-card.wall-3{grid-column:3/4;grid-row:1/2}.ytv-wall-card.wall-4{grid-column:2/3;grid-row:2/3}.ytv-wall-card.wall-5{grid-column:3/4;grid-row:2/3}.ytv-wall-card.wall-6{grid-column:1/2;grid-row:3/4}.ytv-wall-card.wall-7{grid-column:2/3;grid-row:3/4}.ytv-wall-card.wall-8{grid-column:3/4;grid-row:3/4}.ytv-wall-card.wall-9{grid-column:1/4;grid-row:4/5}.desktop-nav{overflow:auto;justify-content:flex-start}}@media(max-width:760px){.ytv-top-reserved{height:52px}.header-inner{grid-template-columns:1fr auto;gap:10px}.desktop-nav{display:none}.ytv-wall-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:2px}.ytv-wall-card,.ytv-wall-card.wall-1,.ytv-wall-card.wall-2,.ytv-wall-card.wall-3,.ytv-wall-card.wall-4,.ytv-wall-card.wall-5,.ytv-wall-card.wall-6,.ytv-wall-card.wall-7,.ytv-wall-card.wall-8,.ytv-wall-card.wall-9{grid-column:auto;grid-row:auto;aspect-ratio:4/3}.ytv-wall-card.wall-1{grid-column:1/3;aspect-ratio:16/10}.ytv-wall-card.wall-9{grid-column:1/3;aspect-ratio:16/9}.ytv-wall-copy h1{font-size:28px}.ytv-wall-copy h2{font-size:16px}.ytv-wall-copy{left:10px;right:10px;bottom:10px}.ytv-wall-card .category-label{left:9px;top:9px}.footer-social{gap:10px}.ad-slot:not(.article .ad-slot) .ad-desktop{display:none}.ad-slot:not(.article .ad-slot) .ad-mobile{display:block}}.ytv-ad-split{display:grid;grid-template-columns:minmax(0,745px) 300px;gap:15px;align-items:start;width:min(1060px,calc(100vw - 56px));max-width:none;margin:28px 0;position:relative;left:50%;transform:translateX(-50%)}.ad-slot-video{padding:0!important;overflow:hidden;background:#000;border:0}.ad-slot-video video{display:block;width:100%;height:100%;object-fit:cover}.ad-slot-top,.ad-slot-footer{width:min(1060px,calc(100vw - 56px));max-width:none;aspect-ratio:1070/180;margin:24px 0;position:relative;left:50%;transform:translateX(-50%)}.ad-slot-home_mid{width:100%;max-width:745px;aspect-ratio:1070/180;margin:0}.ad-slot-home_box{width:300px;height:250px;aspect-ratio:300/250;margin:0}.ad-slot-article_top,.ad-slot-article_mid,.ad-slot-article_bottom{width:100%;max-width:745px;aspect-ratio:1070/180;margin:24px auto}.gallery-lightbox.is-open{display:flex;opacity:1;visibility:visible;pointer-events:auto}.gallery-lightbox img{max-width:min(1200px,88vw);max-height:82vh;object-fit:contain}.gallery-lightbox .gallery-caption{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);color:#fff;background:rgb(0 0 0 / .55);padding:8px 14px;border-radius:999px;max-width:80vw;text-align:center}.gallery-lightbox .gallery-position{position:absolute;right:24px;top:22px;color:#fff;font-weight:800}.gallery-item img.is-broken{opacity:.25}@media(max-width:760px){.ytv-ad-split{grid-template-columns:1fr;gap:16px;width:100%;margin:18px auto;left:auto;transform:none}.ad-slot-top,.ad-slot-footer,.ad-slot-home_mid,.ad-slot-article_top,.ad-slot-article_mid,.ad-slot-article_bottom{width:100%;max-width:100%;aspect-ratio:320/100;margin:18px auto;left:auto;transform:none}.ad-slot-home_box{width:min(300px,100%);height:auto;aspect-ratio:300/250;margin:0 auto}}@media(min-width:761px){.container>.ad-slot-top{width:min(1060px,calc(100vw - 56px))!important;max-width:none!important;margin-left:0!important;margin-right:0!important}}.gallery-lightbox .gallery-close{z-index:100001!important;position:fixed!important;top:14px!important;right:18px!important}.admin-bar .gallery-lightbox .gallery-close{top:48px!important}