/*!
 * Supercharger - Core Styles
 *
 * Minimal, theme-friendly structural styles.
 * Version: 1.0.0
 *
 * PHILOSOPHY:
 * - Only structural/layout CSS here
 * - NO visual styles (colors, typography, etc.)
 * - Theme styles take precedence
 * - Component styles live in modules
 */:root{--supercharger-spacing-unit:1rem;--supercharger-spacing-xs:calc(var(--supercharger-spacing-unit)*0.25);--supercharger-spacing-sm:calc(var(--supercharger-spacing-unit)*0.5);--supercharger-spacing-md:var(--supercharger-spacing-unit);--supercharger-spacing-lg:calc(var(--supercharger-spacing-unit)*1.5);--supercharger-spacing-xl:calc(var(--supercharger-spacing-unit)*2);--supercharger-spacing-xxl:calc(var(--supercharger-spacing-unit)*2.5);--supercharger-border-radius-sm:4px;--supercharger-border-radius-md:6px;--supercharger-border-radius-lg:10px;--supercharger-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--supercharger-shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--supercharger-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--supercharger-transition-fast:150ms ease-in-out;--supercharger-transition-base:250ms ease-in-out;--supercharger-post-meta-gap:var(--supercharger-spacing-sm);--supercharger-post-meta-margin-top:0;--supercharger-post-meta-icon-gap:calc(var(--supercharger-spacing-unit)*0.125);--supercharger-post-meta-icon-opacity:0.8;--supercharger-post-meta-badge-padding:calc(var(--supercharger-spacing-unit)*0.125) calc(var(--supercharger-spacing-unit)*0.375);--supercharger-post-meta-badge-radius:var(--supercharger-border-radius-sm)}.supercharger-module{--supercharger-widget-margin-block:2.5rem;--supercharger-widget-padding-sm:1.5rem;--supercharger-widget-padding:2.5rem;--supercharger-thumbnail-ratio:16/9;--supercharger-widget-corner:10px;--supercharger-card-corner:10px;--supercharger-thumbnail-corner:6px;--supercharger-button-corner:6px;--supercharger-border-width:1px;--supercharger-border-style:solid;--supercharger-card-border-width:0;--supercharger-outline-width:2px;--supercharger-outline-offset:-2px;--supercharger-shadow-h-offset:0;--supercharger-shadow-v-offset:10px;--supercharger-shadow-blur:30px;--supercharger-shadow-spread:0;--supercharger-ai-badge-corner:4px;--supercharger-ai-badge-font-size:0.6875em;--supercharger-ai-badge-line-height:1.2;--supercharger-ai-badge-font-weight:400;--supercharger-ai-badge-letter-spacing:-0.04em;--supercharger-ai-badge-opacity:0.4;--supercharger-ai-badge-offset:1px;--supercharger-color-background:#fff;--supercharger-color-layout:#f6f6ff;--supercharger-color-primary:#000;--supercharger-widget-bg:var(--supercharger-color-background);--supercharger-layout-bg:var(--supercharger-color-layout);--supercharger-heading-color:var(--supercharger-color-primary);--supercharger-text-color:var(--supercharger-color-primary);--supercharger-secondary-color:#5c5c5c;--supercharger-accent-color:#5338ff;--supercharger-accent-contrast-color:#fff;--supercharger-accent-color-light:#d5d8ff;--supercharger-button-color:#5338ff;--supercharger-button-bg:#fff;--supercharger-border-color:#d5d8ff;--supercharger-card-border-color:transparent;--supercharger-outline-color:#d5d8ff;--supercharger-shadow-color:#12008212;--supercharger-gradient-start-color:#6c79ff;--supercharger-gradient-end-color:#efa2ff;--supercharger-gradient-contrast:#fff;--supercharger-gradient-secondary-contrast:hsla(0,0%,100%,.7);--supercharger-gradient-bg-start-color:#f8f8ff;--supercharger-gradient-bg-end-color:#fff;--supercharger-post-meta-badge-color:#5338ff;--supercharger-post-meta-badge-bg:#f3f2ff;--supercharger-ai-badge-color:#5338ff;--supercharger-ai-badge-bg:#f2eaff}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(body.dark:not([data-scheme=light])) .supercharger-module[data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-module[data-dark-mode=system]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#5338ff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#fff);--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-card-border-color:var(--supercharger-card-border-color-dark,transparent);--supercharger-outline-color:var(--supercharger-outline-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#6c79ff);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#efa2ff);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-gradient-bg-start-color:var(--supercharger-gradient-bg-start-color-dark,#222);--supercharger-gradient-bg-end-color:var(--supercharger-gradient-bg-end-color-dark,#222);--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}}.supercharger-module[data-preset=minimal]{--supercharger-color-background:#fff;--supercharger-color-layout:#f6f6f6;--supercharger-color-primary:#000;--supercharger-widget-bg:var(--supercharger-color-background);--supercharger-layout-bg:var(--supercharger-color-layout);--supercharger-heading-color:var(--supercharger-color-primary);--supercharger-text-color:var(--supercharger-color-primary);--supercharger-border-color:#d6d6d6;--supercharger-card-border-color:transparent;--supercharger-outline-color:#d6d6d6;--supercharger-shadow-color:#12008212;--supercharger-secondary-color:#5c5c5c;--supercharger-accent-color:#555;--supercharger-accent-contrast-color:#fff;--supercharger-accent-color-light:#d6d6d6;--supercharger-button-color:#000;--supercharger-button-bg:#fff;--supercharger-gradient-start-color:#000;--supercharger-gradient-end-color:#000;--supercharger-gradient-contrast:#fff;--supercharger-gradient-secondary-contrast:hsla(0,0%,100%,.7);--supercharger-post-meta-badge-color:#555;--supercharger-post-meta-badge-bg:#eaeaea;--supercharger-ai-badge-color:#555;--supercharger-ai-badge-bg:#eaeaea}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}:where(body.dark:not([data-scheme=light])) .supercharger-module[data-preset=minimal][data-dark-mode=auto]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
    --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
  );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-module[data-preset=minimal][data-dark-mode=system]{--supercharger-color-background:var(--supercharger-color-background-dark,#222);--supercharger-color-layout:var(--supercharger-color-layout-dark,#3f3f3f);--supercharger-color-primary:var(--supercharger-color-primary-dark,#fff);--supercharger-widget-bg:var(--supercharger-color-layout);--supercharger-layout-bg:var(--supercharger-color-background);--supercharger-heading-color:var(--supercharger-heading-color-dark,var(--supercharger-color-primary));--supercharger-text-color:var(--supercharger-text-color-dark,var(--supercharger-color-primary));--supercharger-border-color:var(--supercharger-border-color-dark,#3f3f3f);--supercharger-shadow-color:var(--supercharger-shadow-color-dark,#00000024);--supercharger-secondary-color:var(--supercharger-secondary-color-dark,#cbcbcb);--supercharger-accent-color:var(--supercharger-accent-color-dark,#fff);--supercharger-accent-contrast-color:var(--supercharger-accent-contrast-color-dark,#222);--supercharger-accent-color-light:var(--supercharger-accent-color-light-dark,#cbcbcb);--supercharger-button-color:var(--supercharger-button-color-dark,#fff);--supercharger-button-bg:var(--supercharger-button-bg-dark,#222);--supercharger-gradient-start-color:var(--supercharger-gradient-start-color-dark,#3f3f3f);--supercharger-gradient-end-color:var(--supercharger-gradient-end-color-dark,#3f3f3f);--supercharger-gradient-contrast:var(--supercharger-gradient-contrast-dark,#fff);--supercharger-gradient-secondary-contrast:var(
      --supercharger-gradient-secondary-contrast-dark,hsla(0,0%,100%,.7)
    );--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb);--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);--supercharger-ai-badge-color:var(--supercharger-ai-badge-color-dark,#cbcbcb);--supercharger-ai-badge-bg:var(--supercharger-ai-badge-bg-dark,#292929)}}.supercharger-module[data-preset=outline]{--supercharger-widget-bg:transparent;--supercharger-layout-bg:transparent}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}:where(body.dark:not([data-scheme=light])) .supercharger-module[data-preset=outline][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-module[data-preset=outline][data-dark-mode=system]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent)}}.supercharger-module[data-preset=flat],.supercharger-module[data-preset=sharp]{--supercharger-shadow-h-offset:0;--supercharger-shadow-v-offset:0;--supercharger-shadow-blur:0;--supercharger-shadow-spread:0}.supercharger-module[data-preset=sharp]{--supercharger-widget-corner:0;--supercharger-card-corner:0;--supercharger-thumbnail-corner:0;--supercharger-button-corner:0;--supercharger-ai-badge-corner:0}.supercharger-module[data-preset=embedded]{--supercharger-content-max-width:100%}.supercharger-module[data-preset=embedded]:not(.ai-footer-recirculation--embedded,.ai-highlight--embedded){--supercharger-widget-padding-sm:0;--supercharger-widget-padding:0}.supercharger-module[data-preset=embedded]:not(.ai-exit-intent-recirculation--embedded,.ai-smart-up-next--embedded){--supercharger-shadow-h-offset:0;--supercharger-shadow-v-offset:0;--supercharger-shadow-blur:0;--supercharger-shadow-spread:0}.supercharger-module[data-preset=embedded]{--supercharger-border-width:0;--supercharger-widget-bg:transparent;--supercharger-layout-bg:transparent;--supercharger-border-color:transparent}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}:where(body.dark:not([data-scheme=light])) .supercharger-module[data-preset=embedded][data-dark-mode=auto]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-module[data-preset=embedded][data-dark-mode=system]{--supercharger-widget-bg:var(--supercharger-widget-bg-dark,transparent);--supercharger-layout-bg:var(--supercharger-layout-bg-dark,transparent);--supercharger-border-color:var(--supercharger-border-color-dark,transparent)}}.supercharger-module[data-preset=embedded].ai-highlight--embedded{--supercharger-widget-padding-sm:0;--supercharger-widget-padding:0}.supercharger-module[data-preset=embedded].ai-highlight--embedded[data-border=accent]{--supercharger-widget-padding-sm:0 0 0 var(--supercharger-spacing-lg);--supercharger-widget-padding:0 0 0 var(--supercharger-spacing-xxl)}.supercharger-module[data-preset=embedded] .supercharger-ai-badge-inside{bottom:unset;justify-content:flex-end;left:unset;padding-block-start:var(--supercharger-spacing-xs);position:relative;right:unset;top:unset;transform:none}@keyframes supercharger-fade-in{0%{opacity:0}to{opacity:1}}@keyframes supercharger-fade-out{0%{opacity:1}to{opacity:0}}@keyframes supercharger-slide-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes supercharger-slide-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes supercharger-slide-in-left{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes supercharger-slide-in-right{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes supercharger-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(.75)}}@keyframes supercharger-ripple{0%{box-shadow:0 0 0 0 var(--supercharger-button-bg);opacity:.5}to{box-shadow:0 0 0 10px transparent;opacity:0}}.supercharger-container{container-name:supercharger-module;container-type:inline-size;width:100%}.supercharger-section{padding-block:clamp(var(--supercharger-spacing-lg),5vw,var(--supercharger-spacing-2xl))}.supercharger-section--compact{padding-block:var(--supercharger-spacing-md)}.supercharger-grid,.supercharger-grid--auto{display:grid;gap:var(--supercharger-spacing-md)}.supercharger-grid--auto{grid-template-columns:repeat(auto-fit,minmax(min(100%,17.5rem),1fr))}.supercharger-grid--adaptive{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr))}@container (min-width: 768px){.supercharger-grid--adaptive{grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr))}}@container (min-width: 1200px){.supercharger-grid--adaptive{grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr))}}.supercharger-grid--gap-sm{gap:var(--supercharger-spacing-sm)}.supercharger-grid--gap-lg{gap:var(--supercharger-spacing-lg)}.supercharger-post-meta__taxonomies{align-items:center;color:var(--supercharger-post-meta-color,inherit);display:flex;flex-wrap:wrap;font-size:var(--supercharger-post-meta-font-size,.75em);gap:var(--supercharger-post-meta-gap,var(--supercharger-spacing-sm));margin-top:var(--supercharger-post-meta-margin-top,0)}.supercharger-post-meta__taxonomies:empty{display:none}.supercharger-post-meta__taxonomies .supercharger-post-meta__item{align-items:center;display:inline-flex;gap:var(--supercharger-spacing-xs)}.supercharger-post-meta{align-items:center;color:var(--supercharger-post-meta-color,inherit);display:flex;flex-wrap:wrap;font-size:var(--supercharger-post-meta-font-size,.875em);gap:var(--supercharger-post-meta-gap,var(--supercharger-spacing-sm));margin-top:var(--supercharger-post-meta-margin-top,0)}.supercharger-post-meta:first-child{margin-top:0}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}:where(body.dark:not([data-scheme=light])) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-post-meta{color:var(--supercharger-post-meta-color-dark,var(--supercharger-post-meta-color,inherit))}}.supercharger-post-meta .supercharger-post-meta__item:not(:first-child):before{background:var(--supercharger-post-meta-color,inherit);border-radius:50%;content:"";height:var(--supercharger-spacing-xs);margin-inline-end:calc(var(--supercharger-post-meta-gap, var(--supercharger-spacing-sm)) - var(--supercharger-post-meta-icon-gap, .25em));width:var(--supercharger-spacing-xs)}.supercharger-post-meta__item{color:inherit;font-size:inherit}.supercharger-post-meta__item,.supercharger-post-meta__item object{align-items:center;display:inline-flex;gap:var(--supercharger-post-meta-icon-gap,.25em)}.supercharger-post-meta__icon{align-items:center;color:var(--supercharger-post-meta-icon-color,currentColor);display:inline-flex;flex-shrink:0;font-size:1rem;justify-content:center}.supercharger-post-meta__icon svg{display:block;height:1em;width:1em}.supercharger-post-meta__value{color:var(--supercharger-post-meta-value-color,inherit)}.supercharger-post-meta__link{color:inherit;text-decoration:none;transition:color .2s ease}.supercharger-post-meta__link:focus,.supercharger-post-meta__link:hover{color:var(--supercharger-post-meta-link-hover-color,var(--supercharger-accent-color))}.supercharger-post-meta__badge{align-items:center;border-radius:var(--supercharger-post-meta-badge-radius,var(--supercharger-border-radius-sm,4px));display:inline-flex;padding:var(--supercharger-post-meta-badge-padding,.125em .5em)}.supercharger-post-meta__badge,.supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg,#f3f2ff);color:var(--supercharger-post-meta-badge-color,#5338ff)}.supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg,#dcfce7);color:var(--supercharger-post-meta-badge-success-color,#22c55e)}.supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg,#fef9c3);color:var(--supercharger-post-meta-badge-warning-color,#eab308)}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(html[data-scheme=dark],html[data-theme=dark]) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(body[data-scheme=dark],body[data-theme=dark]) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(body[data-scheme=auto]) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(body[data-scheme=auto]) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(body[data-scheme=auto]) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(html[data-scheme=auto],html[data-theme=auto]) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}:where(body.dark:not([data-scheme=light])) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}:where(body.dark:not([data-scheme=light])) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}:where(body.dark:not([data-scheme=light])) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}:where(body.dark:not([data-scheme=light])) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-post-meta__badge{background-color:var(--supercharger-post-meta-badge-bg-dark,var(--supercharger-post-meta-badge-bg,#3a3a3a));color:var(--supercharger-post-meta-badge-color-dark,var(--supercharger-post-meta-badge-color,#cbcbcb))}html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-post-meta__badge--default{background-color:var(--supercharger-post-meta-badge-bg-dark,#3a3a3a);color:var(--supercharger-post-meta-badge-color-dark,#cbcbcb)}html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-post-meta__badge--success{background-color:var(--supercharger-post-meta-badge-success-bg-dark,var(--supercharger-post-meta-badge-success-bg,#166534));color:var(--supercharger-post-meta-badge-success-color-dark,var(--supercharger-post-meta-badge-success-color,#86efac))}html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .supercharger-post-meta__badge--warning{background-color:var(--supercharger-post-meta-badge-warning-bg-dark,var(--supercharger-post-meta-badge-warning-bg,#713f12));color:var(--supercharger-post-meta-badge-warning-color-dark,var(--supercharger-post-meta-badge-warning-color,#fde047))}}.supercharger-post-meta__item--categories .supercharger-post-meta__link,.supercharger-post-meta__item--tags .supercharger-post-meta__link{text-decoration:none}.supercharger-post-meta__item--author .supercharger-post-meta__link,.supercharger-post-meta__item--comments .supercharger-post-meta__link{align-items:center;display:inline-flex;gap:var(--supercharger-spacing-xs);text-decoration:none}.supercharger-ai-badge,.supercharger-post-meta__item--reading-time object{align-items:center;display:inline-flex;gap:var(--supercharger-spacing-xs)}.supercharger-ai-badge{border-radius:var(--supercharger-ai-badge-corner);color:var(--supercharger-ai-badge-color);justify-content:center}.supercharger-ai-badge span{cursor:default;font-size:var(--supercharger-ai-badge-font-size,.6875em);font-weight:var(--supercharger-ai-badge-font-weight,400);letter-spacing:var(--supercharger-ai-badge-letter-spacing,-.04em);line-height:var(--supercharger-ai-badge-line-height,1);white-space:nowrap}.supercharger-ai-badge-header{background:var(--supercharger-ai-badge-bg);padding:var(--supercharger-spacing-xs) var(--supercharger-spacing-sm)}.supercharger-ai-badge-inside{bottom:var(--supercharger-spacing-sm);display:flex;justify-self:flex-end;opacity:var(--supercharger-ai-badge-opacity);padding:0;position:absolute;right:var(--supercharger-spacing-sm);z-index:2}[dir=rtl] .supercharger-ai-badge-inside{left:var(--supercharger-spacing-sm);right:unset}.supercharger-ai-badge-outside{background:var(--supercharger-ai-badge-bg);position:absolute;z-index:1}@container (min-width: 500px){.supercharger-ai-badge-outside{padding:var(--supercharger-spacing-sm) var(--supercharger-spacing-xs)}}@media (max-width:1199.98px){.supercharger-ai-badge-outside{border-start-end-radius:0;border-start-start-radius:0;padding:calc(var(--supercharger-spacing-xs)*.5) calc(var(--supercharger-spacing-sm)*.5);right:var(--supercharger-spacing-lg);top:100%;transform:translateY(var(--supercharger-ai-badge-offset))}}@media (min-width:1200px){.supercharger-ai-badge-outside{border-end-start-radius:0;border-start-start-radius:0;flex-direction:column-reverse;left:100%;padding:calc(var(--supercharger-spacing-sm)*.5) calc(var(--supercharger-spacing-xs)*.5);top:50%;transform:translateY(-50%) translateX(var(--supercharger-ai-badge-offset))}.supercharger-ai-badge-outside svg{transform:rotate(-90deg)}.supercharger-ai-badge-outside span{writing-mode:sideways-lr}}@media (max-width:1199.98px){[dir=rtl] .supercharger-ai-badge-outside{border-start-end-radius:0;border-start-start-radius:0;left:var(--supercharger-spacing-lg);padding:calc(var(--supercharger-spacing-xs)*.5) calc(var(--supercharger-spacing-sm)*.5);right:unset;top:100%;transform:translateY(var(--supercharger-ai-badge-offset))}}@media (min-width:1200px){[dir=rtl] .supercharger-ai-badge-outside{flex-direction:column;left:unset;right:100%;transform:translateY(-50%) translateX(calc(var(--supercharger-ai-badge-offset)*-1))}[dir=rtl] .supercharger-ai-badge-outside svg{transform:rotate(90deg)}[dir=rtl] .supercharger-ai-badge-outside span{writing-mode:sideways-rl}}.supercharger-module{box-sizing:border-box}.supercharger-module:last-child{--supercharger-widget-margin-block:2.5rem 0}.supercharger-module:first-child{--supercharger-widget-margin-block:0 2.5rem}.supercharger-module:first-child:last-child{--supercharger-widget-margin-block:0}.supercharger-module *,.supercharger-module :after,.supercharger-module :before{box-sizing:border-box}.supercharger-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.supercharger-hidden{display:none!important}@media print{.supercharger-no-print{display:none!important}}/*!
 * AI Paragraph Highlights Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiParagraphHighlights
 */.ai-highlight--structure{background:var(--sc-highlight-bg,transparent);border-radius:var(--sc-highlight-border-radius,var(--supercharger-widget-corner));display:block;margin-block:var(--sc-highlight-margin,var(--supercharger-widget-margin-block))!important;padding:var(--sc-highlight-padding,var(--supercharger-widget-padding-sm));position:relative}@media (min-width:576px){.ai-highlight--structure{padding:var(--sc-highlight-padding,var(--supercharger-widget-padding))}}.ai-highlight--structure[data-border=accent]{border-end-start-radius:0;border-start-start-radius:0}.ai-highlight--structure[data-border=accent]:before{background:linear-gradient(131.6deg,var(--sc-highlight-border-gradient-start) 0,var(--sc-highlight-border-gradient-end) 47.03%);content:"";height:100%;left:0;position:absolute;top:0;width:var(--sc-highlight-accent-border-width,2px)}[dir=rtl] .ai-highlight--structure[data-border=accent]:before{left:unset;right:0}.ai-highlight--structure[data-border=border],.ai-highlight--structure[data-preset=outline]{border-color:var(--sc-highlight-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-highlight-border-width,var(--supercharger-border-width))}.ai-highlight--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-highlight-shadow-color)}.ai-highlight--structure.alignwide .ai-highlight__inner{max-width:var(--sc-highlight-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-highlight--structure .ai-highlight__inner{color:var(--sc-highlight-text-color,inherit);display:block;font-size:var(--sc-highlight-text-size,inherit);margin-block:0;margin-inline:auto;max-width:var(--sc-highlight-max-width,var(--supercharger-global-content-max-width,100%));padding:0}@media (prefers-reduced-motion:reduce){.ai-highlight--structure{transition:none}}


/*!
 * AI Quote Puller Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiQuotePuller
 */.ai-quote-puller--structure{background:var(--sc-quote-bg,transparent);border-radius:var(--sc-quote-border-radius,var(--supercharger-widget-corner));container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-quote-margin,var(--supercharger-widget-margin-block))!important;padding:0;position:relative}.ai-quote-puller--structure[data-border=true],.ai-quote-puller--structure[data-preset=outline]{border-color:var(--sc-quote-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-quote-border-width,var(--supercharger-border-width))}.ai-quote-puller--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-quote-shadow-color)}.ai-quote-puller--structure.alignwide .ai-quote-puller__inner{margin-inline:auto}.ai-quote-puller--structure.alignwide .ai-quote-puller__blockquote{max-width:var(--sc-quote-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-quote-puller--structure .ai-quote-puller__inner{display:flex;flex-direction:column;padding:var(--sc-quote-padding)}.ai-quote-puller--structure .ai-quote-puller__blockquote{background:none;border:none;display:flex;flex-direction:row;gap:var(--sc-quote-icon-gap,var(--supercharger-spacing-md,1rem));margin-block:0;margin-inline:auto;max-width:var(--sc-quote-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-quote-puller--structure .ai-quote-puller__icon{display:block;height:var(--sc-quote-icon-size);margin-block-start:var(--supercharger-spacing-sm);min-height:var(--sc-quote-icon-size);min-width:var(--sc-quote-icon-size);width:var(--sc-quote-icon-size)}.ai-quote-puller--structure .ai-quote-puller__icon svg{display:block;height:100%;opacity:var(--sc-quote-icon-opacity,.5);width:100%}.ai-quote-puller--structure .ai-quote-puller__text{color:var(--sc-quote-text-color);display:block;font-size:var(--sc-quote-font-size,1em);margin:0}@media (prefers-reduced-motion:reduce){.ai-quote-puller--structure{transition:none}}


/*!
 * AI Recommendations Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiRecommendations
 */.ai-recommendations--structure{background:var(--sc-rec-bg,transparent);border-radius:var(--sc-rec-border-radius);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-rec-margin,var(--supercharger-widget-margin-block))!important;position:relative}.ai-recommendations--structure[data-border=true],.ai-recommendations--structure[data-preset=outline]{border-color:var(--sc-rec-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-rec-border-width)}.ai-recommendations--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-rec-shadow-color)}.ai-recommendations--structure.alignwide .ai-recommendations__inner{margin-inline:auto}.ai-recommendations--structure.alignwide .ai-recommendations__grid,.ai-recommendations--structure.alignwide .ai-recommendations__header,.ai-recommendations--structure.alignwide .ai-recommendations__list{max-width:var(--sc-rec-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-recommendations--structure .ai-recommendations__inner{display:flex;flex-direction:column;gap:var(--sc-rec-gap,var(--supercharger-spacing-md,1rem));padding:var(--sc-rec-padding)}.ai-recommendations--structure .ai-recommendations__header{align-items:center;display:flex;gap:var(--sc-rec-header-gap,.5em);margin-inline:auto;max-width:var(--sc-rec-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-recommendations--structure .ai-recommendations__heading{color:var(--sc-rec-heading-color);font-size:var(--sc-rec-heading-size,1.125em);margin:0!important;padding:0!important}.editor-styles-wrapper .ai-recommendations--structure .ai-recommendations__heading{font-size:var(--sc-rec-heading-size,1.125em)}.ai-recommendations--structure .ai-recommendations__grid{display:grid;gap:var(--sc-rec-item-gap,var(--supercharger-spacing-md));grid-template-columns:1fr;margin-inline:auto;max-width:var(--sc-rec-max-width,var(--supercharger-global-content-max-width,100%));width:100%}@container (min-width: 500px){.ai-recommendations--structure .ai-recommendations__grid{grid-template-columns:repeat(2,1fr)}}@container (min-width: 900px){.ai-recommendations--structure .ai-recommendations__grid{grid-template-columns:repeat(3,1fr)}}.ai-recommendations--structure .ai-recommendations__grid .ai-recommendations__item{flex-direction:column}.ai-recommendations--structure .ai-recommendations__list{display:flex;flex-direction:column;gap:var(--sc-rec-item-gap,var(--supercharger-spacing-md,1rem));margin-inline:auto;max-width:var(--sc-rec-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-recommendations--structure .ai-recommendations__list .ai-recommendations__item{flex-direction:column}@container (min-width: 500px){.ai-recommendations--structure .ai-recommendations__list .ai-recommendations__item{flex-direction:row}}.ai-recommendations--structure .ai-recommendations__list .ai-recommendations__item>*,.ai-recommendations--structure .ai-recommendations__list .ai-recommendations__thumbnail{flex:1}.ai-recommendations--structure .ai-recommendations__item{background:var(--sc-rec-card-bg,transparent);border:var(--sc-rec-card-border-width) solid var(--sc-rec-card-border-color);border-radius:var(--sc-rec-card-border-radius,var(--supercharger-card-corner));display:flex;flex-direction:row;gap:var(--sc-rec-item-gap);padding:var(--sc-rec-card-padding);transition:border-color var(--supercharger-transition-base)}.ai-recommendations--structure .ai-recommendations__thumbnail{aspect-ratio:var(--sc-rec-thumbnail-ratio);border-radius:var(--sc-rec-thumb-radius,var(--supercharger-thumbnail-corner));display:block;overflow:hidden;position:relative}.ai-recommendations--structure .ai-recommendations__thumbnail img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--supercharger-transition-base);width:100%}.ai-recommendations--structure .ai-recommendations__item:hover .ai-recommendations__thumbnail img{transform:scale(1.05)}.ai-recommendations--structure .ai-recommendations__content{display:flex;flex:1;flex-direction:column;gap:var(--sc-rec-content-gap,var(--supercharger-spacing-sm,.25rem));min-width:0}.ai-recommendations--structure .ai-recommendations__title{color:var(--sc-rec-title-color,inherit);font-size:var(--sc-rec-title-size,1.125em);margin:0;transition:color .2s ease}.editor-styles-wrapper .ai-recommendations--structure .ai-recommendations__title{font-size:var(--sc-rec-title-size,1.125em)}.ai-recommendations--structure .ai-recommendations__link{color:inherit;text-decoration:none;transition:color var(--supercharger-transition-base)}.ai-recommendations--structure .ai-recommendations__link:hover{color:var(--sc-rec-title-hover-color,currentColor)}.ai-recommendations--structure .ai-recommendations__excerpt{color:var(--sc-rec-text-color,inherit);display:block;font-size:var(--sc-rec-text-size,.775em);line-height:1.7;margin:0}.ai-recommendations--structure .supercharger-post-meta,.ai-recommendations--structure .supercharger-post-meta__taxonomies{margin-top:auto}@media (prefers-reduced-motion:reduce){.ai-recommendations--structure .ai-recommendations__item,.ai-recommendations--structure .ai-recommendations__link,.ai-recommendations--structure .ai-recommendations__thumbnail img{transition:none}.ai-recommendations--structure .ai-recommendations__item:hover .ai-recommendations__thumbnail img{transform:none}.ai-recommendations--structure--loading .ai-recommendations__item:after{animation:none}}


/*!
 * AI Content Summarizer Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiContentSummarizer
 */.ai-content-summarizer--structure{border-radius:var(--sc-summary-border-radius);border-width:var(--sc-summary-border-width);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-summary-margin,var(--supercharger-widget-margin-block))!important}.ai-content-summarizer--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-summary-shadow-color)}.ai-content-summarizer--structure .ai-content-summarizer__wrapper{align-items:flex-start;background:var(--sc-summary-border-color,transparent);border-radius:var(--sc-summary-border-radius);display:flex;flex-wrap:wrap;padding:var(--sc-summary-border-width,2px);position:relative;row-gap:0}.ai-content-summarizer--structure .ai-content-summarizer__initial{align-items:center;background:transparent;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-inline:auto;width:100%}@container (min-width: 500px){.ai-content-summarizer--structure .ai-content-summarizer__initial{justify-content:space-between}}.ai-content-summarizer--structure .ai-content-summarizer__initial-text{color:var(--sc-summary-gradient-contrast);flex:1 0 50%;font-size:1.125em;margin:0!important;padding:0!important;text-align:center}@container (min-width: 500px){.ai-content-summarizer--structure .ai-content-summarizer__initial-text{text-align:start}}.editor-styles-wrapper .ai-content-summarizer--structure .ai-content-summarizer__initial-text{color:var(--sc-summary-gradient-contrast);font-size:1.125em}.ai-content-summarizer--structure .ai-content-summarizer__initial-button{background:var(--supercharger-button-bg);border:none;border-radius:var(--supercharger-button-corner);cursor:pointer;overflow:visible;padding:0;position:relative;transition:background var(--supercharger-transition-base);width:100%}@container (min-width: 500px){.ai-content-summarizer--structure .ai-content-summarizer__initial-button{width:unset}}.ai-content-summarizer--structure .ai-content-summarizer__initial-button-inner{align-items:center;border-radius:inherit;display:flex;gap:.5rem;padding-block:calc(var(--supercharger-spacing-unit)*.625);padding-inline:var(--supercharger-spacing-md)}.ai-content-summarizer--structure .ai-content-summarizer__initial-button svg{color:var(--supercharger-button-color);height:1.25rem;width:1.25rem}.ai-content-summarizer--structure .ai-content-summarizer__initial-button-text{color:var(--supercharger-button-color);font-size:1em;overflow:hidden;position:relative}.ai-content-summarizer--structure .ai-content-summarizer__initial-button-text>span{align-items:center;display:inline-flex;justify-content:center;pointer-events:none;transition:transform var(--supercharger-transition-fast)}.ai-content-summarizer--structure .ai-content-summarizer__initial-button-text>span:nth-of-type(2){left:0;pointer-events:none;position:absolute;transform:translateY(200%) translateZ(0)}.editor-styles-wrapper .ai-content-summarizer--structure .ai-content-summarizer__initial-button-text{color:var(--supercharger-button-color);font-size:1em}.ai-content-summarizer--structure .ai-content-summarizer__initial-button:hover .ai-content-summarizer__initial-button-text>span:first-child{transform:translateY(-200%) translateZ(0)}.ai-content-summarizer--structure .ai-content-summarizer__initial-button:hover .ai-content-summarizer__initial-button-text>span:nth-of-type(2){transform:translateY(0) translateZ(0)}.ai-content-summarizer--structure .ai-content-summarizer__loading{align-items:center;background:var(--supercharger-button-bg);border-radius:inherit;bottom:0;display:flex;gap:2px;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:-999}.ai-content-summarizer--structure .ai-content-summarizer__loading>span{animation:supercharger-bounce 1.4s ease-in-out infinite;animation-fill-mode:both;background:var(--supercharger-button-color);border-radius:50%;height:10px;width:10px}.ai-content-summarizer--structure .ai-content-summarizer__loading>span.ai-content-summarizer__loading-one{animation-delay:-.32s}.ai-content-summarizer--structure .ai-content-summarizer__loading>span.ai-content-summarizer__loading-two{animation-delay:-.16s}.ai-content-summarizer--structure.collapse .ai-content-summarizer__wrapper{padding:var(--sc-summary-initial-padding-sm)}@container (min-width: 500px){.ai-content-summarizer--structure.collapse .ai-content-summarizer__wrapper{padding:var(--sc-summary-initial-padding)}}.ai-content-summarizer--structure.collapse .ai-content-summarizer__initial{margin-inline:auto;max-width:var(--sc-summary-max-width,var(--supercharger-global-content-max-width,100%));padding:0;width:100%}.ai-content-summarizer--structure.collapse .ai-content-summarizer__initial-button:focus{outline:2px solid var(--supercharger-accent-color);outline-offset:0}.ai-content-summarizer--structure.collapse .ai-content-summarizer__inner{max-height:0;opacity:0;overflow:hidden;padding:0;visibility:hidden}.ai-content-summarizer--structure.collapse[data-attention=true] .ai-content-summarizer__initial-button:focus .ai-content-summarizer__initial-button-inner:after,.ai-content-summarizer--structure.collapse[data-attention=true] .ai-content-summarizer__initial-button:hover .ai-content-summarizer__initial-button-inner:after{animation-play-state:paused;opacity:0!important}.ai-content-summarizer--structure.collapse[data-attention=true] .ai-content-summarizer__initial-button-inner:after{animation:supercharger-ripple 1.5s ease-out 0s infinite;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;transform:translateZ(0);width:100%;will-change:opacity;z-index:-1}.ai-content-summarizer--structure.loading .ai-content-summarizer__wrapper{padding:var(--sc-summary-initial-padding-sm)}@container (min-width: 500px){.ai-content-summarizer--structure.loading .ai-content-summarizer__wrapper{padding:var(--sc-summary-initial-padding)}}.ai-content-summarizer--structure.loading .ai-content-summarizer__initial{margin-inline:auto;max-width:var(--sc-summary-max-width,var(--supercharger-global-content-max-width,100%));padding:0;width:100%}.ai-content-summarizer--structure.loading .ai-content-summarizer__inner{max-height:0;opacity:0;overflow:hidden;padding:0;visibility:hidden}.ai-content-summarizer--structure.loading .ai-content-summarizer__loading{opacity:1;visibility:visible;z-index:100}.ai-content-summarizer--structure.expand .ai-content-summarizer__initial{display:none}.ai-content-summarizer--structure.expand .ai-content-summarizer__loading{display:none;opacity:1;visibility:visible;z-index:100}.ai-content-summarizer--structure.expand .ai-content-summarizer__inner{opacity:1;padding:var(--sc-summary-padding-sm);visibility:visible}@container (min-width: 500px){.ai-content-summarizer--structure.expand .ai-content-summarizer__inner{padding:var(--sc-summary-padding)}}.ai-content-summarizer--structure.alignwide .ai-content-summarizer__content,.ai-content-summarizer--structure.alignwide .ai-content-summarizer__header,.ai-content-summarizer--structure.alignwide.collapse .ai-content-summarizer__initial,.ai-content-summarizer--structure.alignwide.loading .ai-content-summarizer__initial{max-width:var(--sc-summary-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-content-summarizer--structure.alignwide .ai-content-summarizer__content,.ai-content-summarizer--structure.alignwide .ai-content-summarizer__header{margin-inline:auto}.ai-content-summarizer--structure .ai-content-summarizer__inner{background:var(--sc-summary-bg,var(--supercharger-widget-bg));border-radius:calc(var(--sc-summary-border-radius) - var(--sc-summary-border-width));flex:1}.ai-content-summarizer--structure .ai-content-summarizer__header{align-items:center;display:flex;gap:var(--sc-summary-header-gap,.5em);margin-inline:auto;margin-bottom:var(--sc-summary-gap,var(--supercharger-spacing-md,1rem));max-width:var(--sc-summary-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-content-summarizer--structure .ai-content-summarizer__header-icon{align-items:center;background:var(--sc-summary-icon-bg);border-radius:50%;color:var(--sc-summary-icon-color);display:inline-flex;height:2.5rem;justify-content:center;width:2.5rem}.ai-content-summarizer--structure .ai-content-summarizer__header-icon svg{height:1.375rem;width:1.375rem}.ai-content-summarizer--structure .ai-content-summarizer__heading{color:var(--sc-summary-heading-color,currentColor);font-size:var(--sc-summary-heading-size,1.125em);margin:0!important;padding:0!important}.editor-styles-wrapper .ai-content-summarizer--structure .ai-content-summarizer__heading{font-size:var(--sc-summary-heading-size,1.125em)}.ai-content-summarizer--structure .ai-content-summarizer__content{margin-inline:auto;max-width:var(--sc-summary-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-content-summarizer--structure .ai-content-summarizer__text{color:var(--sc-summary-text-color,inherit);display:block;margin:0}@media (prefers-reduced-motion:reduce){.ai-content-summarizer--structure{transition:none}.ai-content-summarizer__initial-button-inner:after,.ai-content-summarizer__loading>span{animation:none!important}}


/*!
 * AI Continue Reading Chips Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiContinueReadingChips
 */.ai-continue-reading-chips--structure{background:var(--sc-chips-bg,transparent);border-radius:var(--sc-chips-border-radius);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-chips-margin,var(--supercharger-widget-margin-block))!important;position:relative}.ai-continue-reading-chips--structure[data-border=true]{border-color:var(--sc-chips-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-chips-border-width)}.ai-continue-reading-chips--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-chips-shadow-color)}.ai-continue-reading-chips--structure.alignwide .ai-continue-reading-chips__inner{margin-inline:auto}.ai-continue-reading-chips--structure.alignwide .ai-continue-reading-chips__header,.ai-continue-reading-chips--structure.alignwide .ai-continue-reading-chips__list{max-width:var(--sc-chips-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-continue-reading-chips--structure .ai-continue-reading-chips__inner{display:flex;flex-direction:column;gap:var(--sc-chips-gap,var(--supercharger-spacing-md,1rem));padding:var(--sc-chips-padding)}.ai-continue-reading-chips--structure .ai-continue-reading-chips__header{align-items:center;display:flex;gap:var(--sc-chips-header-gap,.5em);margin-inline:auto;max-width:var(--sc-chips-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-continue-reading-chips--structure .ai-continue-reading-chips__heading{color:var(--sc-chips-heading-color,currentColor);font-size:var(--sc-chips-heading-size,1.125em);margin:0!important;padding:0!important}.editor-styles-wrapper .ai-continue-reading-chips--structure .ai-continue-reading-chips__heading{font-size:var(--sc-chips-heading-size,1.125em)}.ai-continue-reading-chips--structure .ai-continue-reading-chips__list{display:flex;flex-direction:column;gap:var(--sc-chips-item-gap);margin-inline:auto;max-width:var(--sc-chips-max-width,var(--supercharger-global-content-max-width,100%));width:100%}@container (min-width: 500px){.ai-continue-reading-chips--structure .ai-continue-reading-chips__list{flex-direction:row;flex-wrap:wrap}}.ai-continue-reading-chips--structure .ai-continue-reading-chips__item{display:inline-flex;margin:0!important;padding:0!important;position:relative}.ai-continue-reading-chips--structure .ai-continue-reading-chips__chip{align-items:center;background:var(--sc-chips-chip-bg,transparent);border-radius:var(--sc-chips-chip-radius);display:inline-flex;gap:0;padding:var(--sc-chips-chip-padding);text-decoration:none;width:100%}@container (min-width: 500px){.ai-continue-reading-chips--structure .ai-continue-reading-chips__chip{width:unset}}.ai-continue-reading-chips--structure .ai-continue-reading-chips__chip:hover:not(:has(a:hover)) .ai-continue-reading-chips__text{color:var(--sc-chips-chip-hover-color,inherit)}.ai-continue-reading-chips--structure .ai-continue-reading-chips__thumbnail{border-radius:var(--sc-chips-thumb-radius);flex-shrink:0;height:var(--sc-chips-thumb-height,48px);overflow:hidden;width:var(--sc-chips-thumb-width,48px)}.ai-continue-reading-chips--structure .ai-continue-reading-chips__thumbnail img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ai-continue-reading-chips--structure .ai-continue-reading-chips__content{display:flex;flex:1;flex-direction:column;gap:var(--sc-chips-content-gap,.125rem);min-width:0;padding:var(--sc-chips-chip-content-padding)}.ai-continue-reading-chips--structure .ai-continue-reading-chips__text{color:var(--sc-chips-chip-color,inherit);font-size:var(--sc-chips-chip-size,.889em);font-weight:700;line-height:1.1;overflow:hidden;transition:all var(--supercharger-transition-base)}@container (min-width: 500px){.ai-continue-reading-chips--structure .ai-continue-reading-chips__text{line-height:inherit;white-space:nowrap}}.editor-styles-wrapper .ai-continue-reading-chips--structure .ai-continue-reading-chips__text{font-size:var(--sc-chips-chip-size,.889em)}.ai-continue-reading-chips--structure .ai-continue-reading-chips__excerpt{color:var(--sc-chips-excerpt-color,inherit);font-size:var(--sc-chips-excerpt-size,.75em);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-continue-reading-chips--structure .supercharger-post-meta{margin-top:auto}.ai-continue-reading-chips--structure .supercharger-post-meta:empty{display:none}@media (prefers-reduced-motion:reduce){.ai-continue-reading-chips--structure .ai-continue-reading-chips__chip{transition:none}}


/*!
 * AI Excerpts Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiExcerpts
 */.ai-excerpt--structure{color:var(--sc-excerpts-text-color,inherit);container-name:supercharger-module;container-type:inline-size;display:inline-block;margin-block:var(--sc-excerpts-spacing-block,var(--supercharger-spacing-md,1rem));width:100%}.ai-excerpt--show-badge:before{background:var(--sc-excerpt-icon-color,currentColor);content:"";display:inline-block;height:1em;margin-right:.35em;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='currentColor' d='M7.131 2.579c.609 0 1.103-.494 1.103-1.103h.509c0 .61.493 1.103 1.102 1.103v.509c-.609 0-1.102.493-1.102 1.102h-.51c0-.609-.493-1.102-1.102-1.102zM1.25 5.548c1.5 0 2.714-1.216 2.714-2.715h.905c0 1.5 1.215 2.715 2.714 2.715v.904A2.714 2.714 0 0 0 4.87 9.167h-.905c0-1.5-1.215-2.715-2.714-2.715zM3.003 6c.594.329 1.085.82 1.414 1.413C4.746 6.82 5.237 6.33 5.83 6a3.64 3.64 0 0 1-1.413-1.413A3.64 3.64 0 0 1 3.003 6m5.598.905a1.47 1.47 0 0 1-1.47 1.47v.678c.812 0 1.47.659 1.47 1.47h.679c0-.811.658-1.47 1.47-1.47v-.678a1.47 1.47 0 0 1-1.47-1.47z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='currentColor' d='M7.131 2.579c.609 0 1.103-.494 1.103-1.103h.509c0 .61.493 1.103 1.102 1.103v.509c-.609 0-1.102.493-1.102 1.102h-.51c0-.609-.493-1.102-1.102-1.102zM1.25 5.548c1.5 0 2.714-1.216 2.714-2.715h.905c0 1.5 1.215 2.715 2.714 2.715v.904A2.714 2.714 0 0 0 4.87 9.167h-.905c0-1.5-1.215-2.715-2.714-2.715zM3.003 6c.594.329 1.085.82 1.414 1.413C4.746 6.82 5.237 6.33 5.83 6a3.64 3.64 0 0 1-1.413-1.413A3.64 3.64 0 0 1 3.003 6m5.598.905a1.47 1.47 0 0 1-1.47 1.47v.678c.812 0 1.47.659 1.47 1.47h.679c0-.811.658-1.47 1.47-1.47v-.678a1.47 1.47 0 0 1-1.47-1.47z'/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;vertical-align:middle;width:1em}@media (prefers-reduced-motion:reduce){.ai-excerpt{transition:none}}


/*!
 * AI Exit-Intent Recirculation Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiExitIntentRecirculation
 */.ai-exit-intent-recirculation--structure{--sc-exit-bar-height:100%;background:linear-gradient(82.69deg,var(--sc-exit-gradient-start) 2.96%,var(--sc-exit-gradient-end) 100.26%);container-name:supercharger-module;container-type:inline-size;left:0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s ease;z-index:var(--sc-exit-z-index,999999)}.ai-exit-intent-recirculation--structure[data-visible=true]{transform:translateY(0)}.ai-exit-intent-recirculation--structure[data-minimized=true]{transform:translateY(-100%)}.ai-exit-intent-recirculation--structure[data-minimized=true] .ai-exit-intent-recirculation__container{opacity:0;pointer-events:none}.ai-exit-intent-recirculation--structure[data-minimized=true] .ai-exit-intent-recirculation__pill{opacity:1;pointer-events:auto;top:150px;transform:translateX(0)}.ai-exit-intent-recirculation--structure[data-push-content=true]{position:sticky}.ai-exit-intent-recirculation--structure[data-push-content=true][data-minimized=false] .ai-exit-intent-recirculation__container{margin-block-start:0}.ai-exit-intent-recirculation--structure[data-push-content=true][data-minimized=true] .ai-exit-intent-recirculation__container{margin-block-start:calc(var(--sc-exit-bar-height)*-1)}.ai-exit-intent-recirculation--structure.alignwide .ai-exit-intent-recirculation__container{max-width:var(--sc-exit-max-width,100%)}.supercharger-preview-mode .ai-exit-intent-recirculation--structure{display:block!important;position:relative;transform:translateY(0)}.supercharger-preview-mode .ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__container{opacity:1;pointer-events:none}.supercharger-preview-mode .ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__pill{opacity:0;pointer-events:none}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__container{align-items:center;display:flex;gap:var(--sc-exit-gap);margin-inline-start:var(--supercharger-spacing-xl);max-width:var(--sc-exit-max-width,var(--supercharger-global-content-max-width,100%));opacity:1;padding:var(--sc-exit-padding);transition:.3s ease}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__content{align-items:center;display:flex;justify-content:center}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__content-inner{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sc-exit-content-gap,.25rem .75rem)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__label{color:var(--sc-exit-label-color,inherit);display:none;flex-shrink:0;font-size:var(--sc-exit-label-size,.889em)}@container (min-width: 500px){.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__label{display:inline}}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__thumbnail{border-radius:var(--sc-exit-thumb-radius,.375rem);flex-shrink:0;height:var(--sc-exit-thumb-height,48px);overflow:hidden;width:var(--sc-exit-thumb-width,48px)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__thumbnail img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__text-wrapper{display:flex;flex:1;flex-direction:column;gap:var(--sc-exit-text-gap,var(--supercharger-spacing-xs));min-width:0}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__link{color:var(--sc-exit-link-color,inherit);font-size:var(--sc-exit-link-size,.889em);overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:color .2s ease}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__link:hover{color:var(--sc-exit-link-hover-color,inherit)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__excerpt{color:var(--sc-exit-excerpt-color,inherit);font-size:var(--sc-exit-excerpt-size,.889em);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-exit-intent-recirculation--structure .supercharger-post-meta{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sc-exit-meta-gap,var(--supercharger-spacing-sm))}.ai-exit-intent-recirculation--structure .supercharger-post-meta:empty{display:none}.ai-exit-intent-recirculation--structure .supercharger-post-meta .supercharger-post-meta__link:hover{color:var(--supercharger-gradient-contrast,inherit)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__close{align-items:center;background:transparent;border:none;color:var(--sc-exit-close-color,currentColor);cursor:pointer;display:flex;flex-shrink:0;height:var(--supercharger-spacing-xl);justify-content:center;padding:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:color .2s ease;width:var(--supercharger-spacing-xl)}[dir=rtl] .ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__close{left:0;right:unset}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__close:hover{color:var(--sc-exit-close-hover-color,currentColor)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__close svg{height:var(--supercharger-spacing-md);width:var(--supercharger-spacing-md)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__pill{align-items:center;background:linear-gradient(352.69deg,var(--sc-exit-gradient-start) 2.96%,var(--sc-exit-gradient-end) 100.26%);border:none;border-radius:var(--sc-exit-pill-radius);border-end-end-radius:0;border-end-start-radius:0;box-shadow:var(--sc-exit-pill-shadow,-2px 2px 8px rgba(0,0,0,.2));color:var(--sc-exit-pill-color,inherit);cursor:pointer;display:flex;font-size:var(--sc-exit-pill-font-size,.889em);gap:var(--supercharger-spacing-sm);opacity:0;padding-block:4px;padding-inline:12px;pointer-events:none;position:fixed;right:0;text-orientation:mixed;top:50%;transform:translate(100%,-50%);transition:all .3s ease;writing-mode:sideways-lr;z-index:var(--sc-exit-z-index,999999)}[dir=rtl] .ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__pill{left:0;right:unset;writing-mode:sideways-rl}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__pill:hover svg{transform:translateY(-5px)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__pill svg{height:calc(var(--supercharger-spacing-unit)*1.25);transition:all .3s ease;width:calc(var(--supercharger-spacing-unit)*1.25)}.ai-exit-intent-recirculation--structure .ai-exit-intent-recirculation__pill .ai-exit-intent-recirculation__pill-text{font-size:1.125em;line-height:1.7;white-space:nowrap}.ai-exit-intent-recirculation--structure .supercharger-ai-badge{bottom:unset;left:unset;position:relative;right:unset;top:unset;transform:unset}.ai-exit-intent-recirculation--structure .supercharger-ai-badge-header{aspect-ratio:1/1;background:transparent;color:var(--sc-exit-link-color,inherit)}@container (min-width: 500px){.ai-exit-intent-recirculation--structure .supercharger-ai-badge-header{aspect-ratio:auto}}.ai-exit-intent-recirculation--structure .supercharger-ai-badge-header:after{background:var(--supercharger-ai-badge-bg);border-radius:var(--supercharger-ai-badge-corner);content:"";height:100%;left:0;opacity:.2;position:absolute;top:0;width:100%;z-index:-1}.ai-exit-intent-recirculation--structure .supercharger-ai-badge-inside{color:var(--sc-exit-link-color,inherit)}.ai-exit-intent-recirculation--structure .supercharger-ai-badge .supercharger-ai-badge__text{display:none}@container (min-width: 500px){.ai-exit-intent-recirculation--structure .supercharger-ai-badge .supercharger-ai-badge__text{display:inline}}.ai-exit-intent-recirculation-center .ai-exit-intent-recirculation__container{flex-wrap:wrap;justify-content:center}.ai-exit-intent-recirculation-center .ai-exit-intent-recirculation__container:has(.supercharger-ai-badge-wrapper){margin:0;width:100%}.ai-exit-intent-recirculation-center .ai-exit-intent-recirculation__container:has(.supercharger-ai-badge-wrapper) .supercharger-ai-badge-wrapper{display:flex;flex:1;justify-content:flex-start}.ai-exit-intent-recirculation-center .ai-exit-intent-recirculation__container:has(.supercharger-ai-badge-wrapper) .ai-exit-intent-recirculation__content{flex:10}.ai-exit-intent-recirculation-center .ai-exit-intent-recirculation__container:has(.supercharger-ai-badge-wrapper):after{content:"";display:block;flex:1}@media (prefers-reduced-motion:reduce){.ai-exit-intent-recirculation,.ai-exit-intent-recirculation .ai-exit-intent-recirculation__close,.ai-exit-intent-recirculation .ai-exit-intent-recirculation__container,.ai-exit-intent-recirculation .ai-exit-intent-recirculation__link,.ai-exit-intent-recirculation .ai-exit-intent-recirculation__pill{transition:none}}


/*!
 * AI Footer Recirculation Module - Structure Only
 *
 * Ticker/Marquee style horizontal scrolling strip.
 * Full width layout with continuous scrolling effect.
 *
 * @package Supercharger\Modules\AiFooterRecirculation
 */.ai-footer-recirculation--structure{background-color:var(--sc-footer-rec-bg);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-footer-rec-margin,0)!important;overflow:hidden;position:relative;width:100%}.ai-footer-recirculation--structure.alignwide .ai-footer-recirculation__header{max-width:var(--sc-footer-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-footer-recirculation--structure .ai-footer-recirculation__inner{display:flex;flex-direction:column;gap:var(--sc-footer-rec-gap,var(--supercharger-spacing-md,1rem));padding:var(--sc-footer-rec-padding);width:100%}.ai-footer-recirculation--structure .ai-footer-recirculation__header{align-items:center;display:flex;gap:var(--sc-footer-rec-header-gap,.5em);max-width:var(--sc-footer-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-footer-recirculation--structure .ai-footer-recirculation__heading{color:var(--sc-footer-rec-heading-color);font-size:var(--sc-footer-rec-heading-size,1.125em);margin:0!important;padding:0!important}.ai-footer-recirculation--structure .ai-footer-recirculation__slider{overflow:hidden;position:relative;width:100%}.ai-footer-recirculation--structure .ai-footer-recirculation__track{display:flex;gap:var(--sc-footer-rec-slide-gap,2.5rem);will-change:transform}.ai-footer-recirculation__slider:not(.ticker-initialized) .ai-footer-recirculation--structure .ai-footer-recirculation__track{overflow-x:auto;padding-inline:var(--sc-footer-rec-padding-x,1.5rem);scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.ai-footer-recirculation__slider:not(.ticker-initialized) .ai-footer-recirculation--structure .ai-footer-recirculation__track::-webkit-scrollbar{display:none}.ai-footer-recirculation--structure .ai-footer-recirculation__slider:not(.ticker-initialized) .ai-footer-recirculation__slide{flex:0 0 auto;scroll-snap-align:start}.ai-footer-recirculation--structure .ai-footer-recirculation__slide{max-width:var(--sc-footer-rec-slide-max-width,350px);width:auto}.ai-footer-recirculation--structure .ai-footer-recirculation__item{align-items:center;background:var(--sc-footer-rec-item-bg,transparent);border-radius:var(--sc-footer-rec-item-radius,.5rem);color:inherit;display:flex;gap:var(--sc-footer-rec-item-gap,.75rem);padding:var(--sc-footer-rec-item-padding,0);text-decoration:none;transition:background-color var(--supercharger-transition-base)}.ai-footer-recirculation--structure .ai-footer-recirculation__item:hover:not(:has(a:hover)) .ai-footer-recirculation__title{color:var(--sc-footer-rec-title-hover-color)}.ai-footer-recirculation--structure .ai-footer-recirculation__thumb{border-radius:var(--sc-footer-rec-thumb-radius,var(--supercharger-thumbnail-corner));flex-shrink:0;height:var(--sc-footer-rec-thumb-height,64px);overflow:hidden;width:var(--sc-footer-rec-thumb-width,64px)}.ai-footer-recirculation--structure .ai-footer-recirculation__thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ai-footer-recirculation--structure .ai-footer-recirculation__content{display:flex;flex-direction:column;gap:var(--supercharger-spacing-sm);min-width:var(--sc-footer-rec-content-min-width,200px)}.ai-footer-recirculation--structure .ai-footer-recirculation__title{color:var(--sc-footer-rec-title-color,inherit);display:-webkit-box;font-size:var(--sc-footer-rec-title-size,1em);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0!important;overflow:hidden;padding:0!important;transition:color var(--supercharger-transition-base)}.ai-footer-recirculation--structure .ai-footer-recirculation__item:hover .ai-footer-recirculation__title{color:var(--sc-footer-rec-link-hover-color,currentColor)}.ai-footer-recirculation--structure .ai-footer-recirculation__excerpt{color:var(--sc-footer-rec-excerpt-color);font-size:var(--sc-footer-rec-excerpt-size,.75em);line-height:1.4;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-footer-recirculation--structure .supercharger-post-meta,.ai-footer-recirculation--structure .supercharger-post-meta__taxonomies{margin-top:auto}.ai-footer-recirculation--structure.ai-footer-recirculation--edge-fade .ai-footer-recirculation__slider:after,.ai-footer-recirculation--structure.ai-footer-recirculation--edge-fade .ai-footer-recirculation__slider:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:var(--sc-footer-rec-fade-width,48px);z-index:2}@container (min-width: 500px){.ai-footer-recirculation--structure.ai-footer-recirculation--edge-fade .ai-footer-recirculation__slider:after,.ai-footer-recirculation--structure.ai-footer-recirculation--edge-fade .ai-footer-recirculation__slider:before{width:var(--sc-footer-rec-fade-width,80px)}}.ai-footer-recirculation--structure.ai-footer-recirculation--edge-fade .ai-footer-recirculation__slider:before{background:linear-gradient(to right,var(--sc-footer-rec-bg,#f8fafc) 0,transparent 100%);left:0}.ai-footer-recirculation--structure.ai-footer-recirculation--edge-fade .ai-footer-recirculation__slider:after{background:linear-gradient(to left,var(--sc-footer-rec-bg,#f8fafc) 0,transparent 100%);right:0}.ai-footer-recirculation--structure .supercharger-ai-badge-outside{left:0}[dir=rtl] .ai-footer-recirculation--structure .supercharger-ai-badge-outside{left:unset;right:0}@media (prefers-reduced-motion:reduce){.ai-footer-recirculation .ai-footer-recirculation__item,.ai-footer-recirculation .ai-footer-recirculation__title{transition:none}.ai-footer-recirculation .ai-footer-recirculation__track{animation:none!important;transform:none!important}}


/*!
 * AI Inline Recommendations Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiInlineRecommendations
 */.ai-inline-recommendations--structure{background:var(--sc-inline-rec-bg,transparent);border-radius:var(--sc-inline-rec-border-radius);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-inline-rec-margin,var(--supercharger-widget-margin-block))!important;position:relative}.ai-inline-recommendations--structure[data-border=true],.ai-inline-recommendations--structure[data-preset=outline]{border-color:var(--sc-inline-rec-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-inline-rec-border-width)}.ai-inline-recommendations--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-inline-rec-shadow-color)}.ai-inline-recommendations--structure.alignwide .ai-inline-recommendations__inner{margin-inline:auto}.ai-inline-recommendations--structure.alignwide .ai-inline-recommendations__grid,.ai-inline-recommendations--structure.alignwide .ai-inline-recommendations__header,.ai-inline-recommendations--structure.alignwide .ai-inline-recommendations__list{max-width:var(--sc-inline-rec-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-inline-recommendations--structure .ai-inline-recommendations__inner{display:flex;flex-direction:column;gap:var(--sc-inline-rec-gap,var(--supercharger-spacing-md,1rem));padding:var(--sc-inline-rec-padding)}.ai-inline-recommendations--structure .ai-inline-recommendations__header{align-items:center;display:flex;gap:var(--sc-inline-rec-header-gap,.5em);margin-inline:auto;max-width:var(--sc-inline-rec-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-inline-recommendations--structure .ai-inline-recommendations__heading{color:var(--sc-inline-rec-heading-color);font-size:var(--sc-inline-rec-heading-size,1.125em);margin:0!important;padding:0!important}.editor-styles-wrapper .ai-inline-recommendations--structure .ai-inline-recommendations__heading{font-size:var(--sc-inline-rec-heading-size,1.125em)}.ai-inline-recommendations--structure .ai-inline-recommendations__grid{display:grid;gap:var(--sc-inline-rec-item-gap,var(--supercharger-spacing-md,1rem));grid-template-columns:1fr;margin-inline:auto;max-width:var(--sc-inline-rec-max-width,var(--supercharger-global-content-max-width,100%));width:100%}@container (min-width: 500px){.ai-inline-recommendations--structure .ai-inline-recommendations__grid{grid-template-columns:repeat(2,1fr)}}@container (min-width: 900px){.ai-inline-recommendations--structure .ai-inline-recommendations__grid{grid-template-columns:repeat(3,1fr)}}.ai-inline-recommendations--structure .ai-inline-recommendations__grid .ai-inline-recommendations__item{flex-direction:column}.ai-inline-recommendations--structure .ai-inline-recommendations__list{display:flex;flex-direction:column;gap:var(--sc-inline-rec-item-gap,var(--supercharger-spacing-md,1rem));margin-inline:auto;max-width:var(--sc-inline-rec-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-inline-recommendations--structure .ai-inline-recommendations__list .ai-recommendations__item{flex-direction:column}@container (min-width: 500px){.ai-inline-recommendations--structure .ai-inline-recommendations__list .ai-recommendations__item{flex-direction:row}}.ai-inline-recommendations--structure .ai-inline-recommendations__item{position:relative}.ai-inline-recommendations--structure .ai-inline-recommendations__link{align-items:center;color:inherit;display:flex;gap:var(--sc-inline-rec-link-gap,1rem);text-decoration:none;transition:color .2s ease}.ai-inline-recommendations--structure .ai-inline-recommendations__link:hover:not(:has(a:hover)) .ai-inline-recommendations__title{color:var(--sc-inline-rec-title-hover-color)}.ai-inline-recommendations--structure .ai-inline-recommendations__thumbnail{border-radius:var(--sc-inline-rec-thumb-radius,var(--supercharger-thumbnail-corner));flex-shrink:0;height:var(--sc-inline-rec-thumb-height,64px);overflow:hidden;width:var(--sc-inline-rec-thumb-width,64px)}.ai-inline-recommendations--structure .ai-inline-recommendations__thumbnail img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ai-inline-recommendations--structure .ai-inline-recommendations__content{display:flex;flex:1;flex-direction:column;gap:var(--supercharger-spacing-sm);min-width:0}.ai-inline-recommendations--structure .ai-inline-recommendations__title{color:var(--sc-inline-rec-title-color,inherit);font-size:var(--sc-inline-rec-title-size,.889em);margin:0;transition:color .2s ease}.editor-styles-wrapper .ai-inline-recommendations--structure .ai-inline-recommendations__title{font-size:var(--sc-inline-rec-title-size,.889em)}.ai-inline-recommendations--structure .ai-inline-recommendations__excerpt{color:var(--sc-inline-rec-excerpt-color);font-size:var(--sc-inline-rec-excerpt-size,.75em);line-height:1.4}.ai-inline-recommendations--structure .supercharger-post-meta,.ai-inline-recommendations--structure .supercharger-post-meta__taxonomies{margin-top:auto}@media (prefers-reduced-motion:reduce){.ai-inline-recommendations--structure .ai-inline-recommendations__link,.ai-inline-recommendations--structure .ai-inline-recommendations__title{transition:none}}


/*!
 * AI Key Moments Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiKeyMoments
 */.ai-key-moments--structure{background:var(--sc-moments-bg,transparent);border-radius:var(--sc-moments-border-radius);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-moments-margin,var(--supercharger-widget-margin-block))!important;position:relative}.ai-key-moments--structure[data-border=true]{border-color:var(--sc-moments-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-moments-border-width)}.ai-key-moments--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-moments-shadow-color)}.ai-key-moments--structure.alignwide .ai-key-moments__inner{margin-inline:auto}.ai-key-moments--structure.alignwide .ai-key-moments__header,.ai-key-moments--structure.alignwide .ai-key-moments__list{max-width:var(--sc-moments-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-key-moments--structure .ai-key-moments__inner{display:flex;flex-direction:column;gap:var(--sc-moments-gap,var(--supercharger-spacing-md,1rem));padding:var(--sc-moments-padding)}.ai-key-moments--structure .ai-key-moments__header{align-items:center;display:flex;gap:var(--sc-moments-header-gap,.5em);margin-inline:auto;max-width:var(--sc-moments-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-key-moments--structure .ai-key-moments__heading{color:var(--sc-moments-heading-color,currentColor);font-size:var(--sc-moments-heading-size,1.125em);margin:0!important;padding:0!important}.editor-styles-wrapper .ai-key-moments--structure .ai-key-moments__heading{font-size:var(--sc-moments-heading-size,1.125em)}.ai-key-moments--structure .ai-key-moments__list{display:flex;flex-direction:column;gap:var(--sc-moments-item-gap,0);margin-inline:auto;max-width:var(--sc-moments-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-key-moments--structure .ai-key-moments__item{align-items:flex-start;background:transparent;border-radius:var(--sc-moments-border-radius);cursor:default;display:flex;gap:calc(var(--supercharger-spacing-unit)*.75);margin-inline:calc(var(--supercharger-spacing-unit)*-1.125);padding-block:var(--supercharger-spacing-unit);padding-inline:calc(var(--supercharger-spacing-unit)*1.125);transition:background var(--supercharger-transition-base)}.ai-key-moments--structure .ai-key-moments__item:last-child{margin-block-end:calc(var(--supercharger-spacing-unit)*-1)}.ai-key-moments--structure .ai-key-moments__item[data-target]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ai-key-moments--structure .ai-key-moments__item[data-target]:hover{background:var(--sc-moments-item-bg-hover,currentColor)}.ai-key-moments--structure .ai-key-moments__item[data-target]:hover .ai-key-moments__number{background:var(--sc-moments-number-bg-hover,currentColor)}.ai-key-moments--structure .ai-key-moments__item[data-target]:hover .ai-key-moments__arrow{color:var(--sc-moments-arrow-color-hover,currentColor)}.ai-key-moments--structure .ai-key-moments__item[data-target]:focus{outline:var(--supercharger-outline-width) solid var(--supercharger-outline-color,currentColor);outline-offset:var(--supercharger-outline-offset)}.ai-key-moments--structure .ai-key-moments__item[data-target]:focus .ai-key-moments__arrow{color:var(--sc-moments-arrow-color-hover,currentColor)}.ai-key-moments--structure .ai-key-moments__number{align-items:center;background:var(--sc-moments-number-bg,currentColor);border-radius:var(--sc-moments-number-radius,50%);color:var(--sc-moments-number-color,#fff);display:flex;flex-shrink:0;font-size:var(--sc-moments-number-font-size,.75em);height:var(--sc-moments-number-size,1.5rem);justify-content:center;margin-top:.3em;transition:background var(--supercharger-transition-base);width:var(--sc-moments-number-size,1.5rem)}.ai-key-moments--structure .ai-key-moments__content{flex:1;min-width:0}.ai-key-moments--structure .ai-key-moments__title{color:var(--sc-moments-title-color);font-size:var(--sc-moments-question-size,1em);margin:0;transition:color var(--supercharger-transition-base)}.editor-styles-wrapper .ai-key-moments--structure .ai-key-moments__title{font-size:var(--sc-moments-question-size,1em)}.ai-key-moments--structure .ai-key-moments__description{color:var(--sc-moments-text-color);display:block;font-size:var(--sc-moments-preview-size,.889em);margin:.25rem 0 0}.ai-key-moments--structure .ai-key-moments__arrow{align-self:center;color:var(--supercharger-accent-color-light);display:none;height:calc(var(--supercharger-spacing-unit)*1.5);margin-inline-start:calc(var(--supercharger-spacing-unit)*1.75);transition:color var(--supercharger-transition-base);width:calc(var(--supercharger-spacing-unit)*1.5)}@container (min-width: 500px){.ai-key-moments--structure .ai-key-moments__arrow{display:flex}}[dir=rtl] .ai-key-moments--structure .ai-key-moments__arrow{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.ai-key-moments--structure .ai-key-moments__item,.ai-key-moments--structure .ai-key-moments__title{transition:none}}


/*!
 * AI Key Questions Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiKeyQuestionsJump
 */.ai-key-questions--structure{background:var(--sc-questions-bg,transparent);border-radius:var(--sc-questions-border-radius);container-name:supercharger-module;container-type:inline-size;margin-block:var(--sc-questions-margin,var(--supercharger-widget-margin-block))!important;position:relative}.ai-key-questions--structure[data-border=true]{border-color:var(--sc-questions-border-color);border-style:var(--supercharger-border-style);border-width:var(--sc-questions-border-width)}.ai-key-questions--structure[data-shadow=true]{box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-questions-shadow-color)}.ai-key-questions--structure.alignwide .ai-key-questions__inner{margin-inline:auto}.ai-key-questions--structure.alignwide .ai-key-questions__header,.ai-key-questions--structure.alignwide .ai-key-questions__list{max-width:var(--sc-questions-max-width,var(--supercharger-global-content-max-width,var(--supercharger-content-max-width,100%)))}.ai-key-questions--structure .ai-key-questions__inner{display:flex;flex-direction:column;gap:var(--sc-questions-gap,var(--supercharger-spacing-md,1rem));padding:var(--sc-questions-padding)}.ai-key-questions--structure .ai-key-questions__header{align-items:center;display:flex;gap:var(--sc-questions-header-gap,.5em);margin-inline:auto;max-width:var(--sc-questions-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-key-questions--structure .ai-key-questions__heading{color:var(--sc-questions-heading-color);font-size:var(--sc-questions-heading-size,1.125em);margin:0!important;padding:0!important}.editor-styles-wrapper .ai-key-questions--structure .ai-key-questions__heading{font-size:var(--sc-questions-heading-size,1.125em)}.ai-key-questions--structure .ai-key-questions__list{display:flex;flex-direction:column;gap:var(--sc-questions-item-gap,0);margin-inline:auto;max-width:var(--sc-questions-max-width,var(--supercharger-global-content-max-width,100%));width:100%}.ai-key-questions--structure .ai-key-questions__item{align-items:flex-start;background:transparent;border-radius:var(--sc-questions-border-radius);cursor:default;display:flex;gap:calc(var(--supercharger-spacing-unit)*.75);margin-inline:calc(var(--supercharger-spacing-unit)*-1.125);padding-block:var(--supercharger-spacing-unit);padding-inline:calc(var(--supercharger-spacing-unit)*1.125);transition:background var(--supercharger-transition-base)}.ai-key-questions--structure .ai-key-questions__item:last-child{margin-block-end:calc(var(--supercharger-spacing-unit)*-1)}.ai-key-questions--structure .ai-key-questions__item[data-target]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ai-key-questions--structure .ai-key-questions__item[data-target]:hover{background:var(--sc-questions-item-bg-hover,currentColor)}.ai-key-questions--structure .ai-key-questions__item[data-target]:hover .ai-key-questions__arrow{color:var(--sc-questions-arrow-color-hover,currentColor)}.ai-key-questions--structure .ai-key-questions__item[data-target]:focus{outline:var(--supercharger-outline-width) solid var(--supercharger-outline-color,currentColor);outline-offset:var(--supercharger-outline-offset)}.ai-key-questions--structure .ai-key-questions__item[data-target]:focus .ai-key-questions__arrow{color:var(--sc-questions-arrow-color-hover,currentColor)}.ai-key-questions--structure .ai-key-questions__bullet{align-items:center;background:var(--sc-questions-bullet-color,currentColor);border-radius:50%;display:flex;flex-shrink:0;height:.5em;justify-content:center;margin-top:.35em;width:.5em}.ai-key-questions--structure .ai-key-questions__content{flex:1;min-width:0}.ai-key-questions--structure .ai-key-questions__question{color:var(--sc-questions-question-color);font-size:var(--sc-questions-question-size,1em);margin:0;transition:color var(--supercharger-transition-base)}.editor-styles-wrapper .ai-key-questions--structure .ai-key-questions__question{font-size:var(--sc-questions-question-size,1em)}.ai-key-questions--structure .ai-key-questions__preview{color:var(--sc-questions-preview-color);display:block;font-size:var(--sc-questions-preview-size,.889em);margin:.25rem 0 0}.ai-key-questions--structure .ai-key-questions__arrow{align-self:center;color:var(--supercharger-accent-color-light);display:none;height:calc(var(--supercharger-spacing-unit)*1.5);margin-inline-start:calc(var(--supercharger-spacing-unit)*1.75);transition:color var(--supercharger-transition-base);width:calc(var(--supercharger-spacing-unit)*1.5)}@container (min-width: 500px){.ai-key-questions--structure .ai-key-questions__arrow{display:flex}}[dir=rtl] .ai-key-questions--structure .ai-key-questions__arrow{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.ai-key-questions--structure .ai-key-questions__item,.ai-key-questions--structure .ai-key-questions__question{transition:none}}


/*!
 * AI Smart Up-Next Module - Structure Only
 *
 * Contains only structural/layout CSS with no visual styles.
 * Visual styles should use CSS variables or come from presets.
 *
 * @package Supercharger\Modules\AiSmartUpNext
 */.ai-smart-up-next--structure{--sc-up-next-bottom:var(--supercharger-spacing-lg);--sc-up-next-left:var(--supercharger-spacing-lg);--sc-up-next-z-index:1000;--sc-up-next-max-width:310px;--sc-up-next-thumb-ratio:16/9;border:none;bottom:var(--sc-up-next-bottom,var(--supercharger-spacing-lg));left:var(--sc-up-next-left,var(--supercharger-spacing-lg));max-width:var(--sc-up-next-max-width,310px);opacity:0;position:fixed;transform:translateY(100%);transition:transform .3s ease,opacity .3s ease;z-index:var(--sc-up-next-z-index,1000)}.ai-smart-up-next--structure[data-visible=true]{opacity:1;transform:translateY(0)}.supercharger-preview-mode .ai-smart-up-next--structure{bottom:auto;display:block!important;left:auto;margin:0;opacity:1;position:relative;transform:translateY(0)}.ai-smart-up-next--structure .ai-smart-up-next__close{align-items:center;background:var(--sc-up-next-close-bg);border:none;border-radius:50%;color:var(--sc-up-next-close-color);cursor:pointer;display:flex;height:var(--supercharger-spacing-lg);justify-content:center;padding:0;position:absolute;right:var(--supercharger-spacing-sm);top:var(--supercharger-spacing-sm);transition:background-color var(--supercharger-transition-base);width:var(--supercharger-spacing-lg);z-index:2}.ai-smart-up-next--structure .ai-smart-up-next__close:hover{background:var(--sc-up-next-close-bg-hover)}.ai-smart-up-next--structure .ai-smart-up-next__close svg{height:.875rem;width:.875rem}.ai-smart-up-next--structure .ai-smart-up-next__link{background-color:var(--sc-up-next-bg);border-color:var(--sc-up-next-border-color);border-radius:var(--sc-up-next-border-radius);border-style:var(--supercharger-border-style);border-width:var(--sc-up-next-border-width);box-shadow:var(--supercharger-shadow-h-offset) var(--supercharger-shadow-v-offset) var(--supercharger-shadow-blur) var(--supercharger-shadow-spread) var(--sc-up-next-shadow-color);color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none}.ai-smart-up-next--structure .ai-smart-up-next__link:hover:not(:has(a:hover)) .ai-smart-up-next__title{color:var(--sc-up-next-title-hover-color)}.ai-smart-up-next--structure .ai-smart-up-next__thumbnail{border-radius:var(--sc-up-next-thumb-radius);overflow:hidden;width:100%}.ai-smart-up-next--structure .ai-smart-up-next__thumbnail img{aspect-ratio:var(--sc-up-next-thumb-ratio,21/10);display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.ai-smart-up-next--structure .ai-smart-up-next__content{display:flex;flex-direction:column;gap:var(--supercharger-spacing-sm);padding:var(--sc-up-next-content-padding)}.ai-smart-up-next--structure .ai-smart-up-next__header{align-items:center;display:flex;gap:var(--sc-up-next-header-gap,.5em)}.ai-smart-up-next--structure .ai-smart-up-next__label{color:var(--sc-up-next-label-color,inherit);font-size:var(--sc-up-next-label-size,.75em);margin:0!important}.ai-smart-up-next--structure .ai-smart-up-next__title{color:var(--sc-up-next-title-color,inherit);display:-webkit-box;font-size:var(--sc-up-next-title-size,1.125em);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;overflow:hidden;transition:color .2s ease}.ai-smart-up-next--structure .ai-smart-up-next__excerpt{color:var(--sc-up-next-excerpt-color,inherit);display:-webkit-box;font-size:var(--sc-up-next-excerpt-size,.75em);-webkit-line-clamp:2;line-height:1.4;-webkit-box-orient:vertical;overflow:hidden}.ai-smart-up-next--structure .supercharger-post-meta,.ai-smart-up-next--structure .supercharger-post-meta__taxonomies{margin-top:auto}.ai-smart-up-next--structure .supercharger-post-meta:last-child,.ai-smart-up-next--structure .supercharger-post-meta__taxonomies:last-child{padding-top:var(--supercharger-spacing-sm)}.ai-smart-up-next--structure .supercharger-ai-badge-header{background:transparent;opacity:var(--supercharger-ai-badge-opacity);padding:0}@media (prefers-reduced-motion:reduce){.ai-smart-up-next,.ai-smart-up-next .ai-smart-up-next__close{transition:none}}/*!
 * AI Paragraph Highlights Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiParagraphHighlights
 */.ai-highlight--standard{--sc-highlight-bg:var(--supercharger-layout-bg);--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(--supercharger-gradient-start-color);--sc-highlight-border-gradient-end:var(--supercharger-gradient-end-color);--sc-highlight-border-color:var(--supercharger-border-color);--sc-highlight-shadow-color:var(--supercharger-shadow-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
    --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
  );--sc-highlight-border-gradient-end:var(
    --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
  );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
    --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
  );--sc-highlight-border-gradient-end:var(
    --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
  );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
      --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
    );--sc-highlight-border-gradient-end:var(
      --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
    );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
      --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
    );--sc-highlight-border-gradient-end:var(
      --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
    );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
      --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
    );--sc-highlight-border-gradient-end:var(
      --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
    );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
    --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
  );--sc-highlight-border-gradient-end:var(
    --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
  );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}:where(body.dark:not([data-scheme=light])) .ai-highlight--standard[data-dark-mode=auto]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
    --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
  );--sc-highlight-border-gradient-end:var(
    --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
  );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-highlight--standard[data-dark-mode=system]{--sc-highlight-bg:var(--sc-highlight-bg-dark,var(--supercharger-widget-bg));--sc-highlight-text-color:currentColor;--sc-highlight-border-gradient-start:var(
      --sc-highlight-border-gradient-start-dark,var(--supercharger-gradient-start-color)
    );--sc-highlight-border-gradient-end:var(
      --sc-highlight-border-gradient-end-dark,var(--supercharger-gradient-end-color)
    );--sc-highlight-border-color:var(--sc-highlight-border-color-dark,var(--supercharger-border-color));--sc-highlight-shadow-color:var(--sc-highlight-shadow-color-dark,var(--supercharger-shadow-color))}}


/*!
 * AI Quote Puller Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiQuotePuller
 */.ai-quote-puller--standard{--sc-quote-icon-size:2rem;--sc-quote-bg:var(--supercharger-layout-bg);--sc-quote-text-color:var(--supercharger-text-color);--sc-quote-icon-color-start:var(--supercharger-gradient-start-color);--sc-quote-icon-color-end:var(--supercharger-gradient-end-color);--sc-quote-border-color:var(--supercharger-border-color);--sc-quote-shadow-color:var(--supercharger-shadow-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}:where(body.dark:not([data-scheme=light])) .ai-quote-puller--standard[data-dark-mode=auto]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-quote-puller--standard[data-dark-mode=system]{--sc-quote-bg:var(--sc-quote-bg-dark,var(--supercharger-widget-bg));--sc-quote-text-color:var(--sc-quote-text-color-dark,var(--supercharger-text-color));--sc-quote-icon-color-start:var(--sc-quote-icon-color-start-dark,var(--supercharger-gradient-start-color));--sc-quote-icon-color-end:var(--sc-quote-icon-color-end-dark,var(--supercharger-gradient-end-color));--sc-quote-border-color:var(--sc-quote-border-color-dark,var(--supercharger-border-color));--sc-quote-shadow-color:var(--sc-quote-shadow-color-dark,var(--supercharger-shadow-color))}}.ai-quote-puller--standard .ai-quote-puller__inner{--sc-quote-padding:var(--supercharger-widget-padding-sm)}@container (min-width: 500px){.ai-quote-puller--standard .ai-quote-puller__inner{--sc-quote-padding:var(--supercharger-widget-padding)}}


/*!
 * AI Recommendations Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiRecommendations
 */.ai-recommendations--standard{--sc-rec-thumbnail-ratio:var(--supercharger-thumbnail-ratio);--sc-rec-card-padding:0px;--sc-rec-border-width:var(--supercharger-border-width);--sc-rec-border-radius:var(--supercharger-widget-corner);--sc-rec-thumb-radius:var(--supercharger-thumbnail-corner);--sc-rec-card-border-radius:var(--supercharger-card-border-width,0);--supercharger-post-meta-font-size:0.625em;--sc-rec-bg:var(--supercharger-widget-bg);--sc-rec-heading-color:var(--supercharger-heading-color);--sc-rec-title-color:var(--supercharger-text-color);--sc-rec-title-hover-color:var(--supercharger-accent-color);--sc-rec-text-color:var(--supercharger-secondary-color);--sc-rec-card-bg:transparent;--sc-rec-card-border-color:var(--supercharger-card-border-color,transparent);--supercharger-post-meta-color:var(--supercharger-secondary-color);--sc-rec-border-color:var(--supercharger-border-color);--sc-rec-shadow-color:var(--supercharger-shadow-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(body.dark:not([data-scheme=light])) .ai-recommendations--standard[data-dark-mode=auto]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-recommendations--standard[data-dark-mode=system]{--sc-rec-bg:var(--sc-rec-bg-dark,var(--supercharger-widget-bg));--sc-rec-heading-color:var(--sc-rec-heading-color-dark,var(--supercharger-heading-color));--sc-rec-title-color:var(--sc-rec-title-color-dark,var(--supercharger-text-color));--sc-rec-title-hover-color:var(--sc-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-rec-text-color:var(--sc-rec-text-color-dark,var(--supercharger-secondary-color));--sc-rec-card-bg:var(--sc-rec-card-bg-dark,transparent);--sc-rec-card-border-color:var(--sc-rec-card-border-color-dark,transparent);--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-rec-border-color:var(--sc-rec-border-color-dark,var(--supercharger-border-color));--sc-rec-shadow-color:var(--sc-rec-shadow-color-dark,var(--supercharger-shadow-color))}}.ai-recommendations--standard{--supercharger-ai-badge-offset:var(--sc-rec-border-width)}.ai-recommendations--standard .ai-recommendations__inner{--sc-rec-padding:var(--supercharger-widget-padding-sm);--sc-rec-gap:var(--supercharger-spacing-sm);--sc-rec-item-gap:var(--supercharger-spacing-lg)}@container (min-width: 500px){.ai-recommendations--standard .ai-recommendations__inner{--sc-rec-padding:var(--supercharger-widget-padding);--sc-rec-gap:var(--supercharger-spacing-md);--sc-rec-item-gap:var(--supercharger-spacing-md)}}


/*!
 * AI Content Summarizer Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiContentSummarizer
 */.ai-content-summarizer--standard{--sc-summary-max-width:var(--supercharger-content-max-width);--sc-summary-padding-sm:var(--supercharger-widget-padding-sm);--sc-summary-padding:var(--supercharger-widget-padding);--sc-summary-initial-padding-sm:1rem;--sc-summary-initial-padding:1rem 2.5rem;--sc-summary-gap:var(--supercharger-spacing-md);--sc-summary-border-width:2px;--sc-summary-border-radius:var(--supercharger-widget-corner);--sc-summary-gradient-start:var(--supercharger-gradient-start-color);--sc-summary-gradient-end:var(--supercharger-gradient-end-color);--sc-summary-bg-gradient-start:var(--supercharger-gradient-bg-start-color);--sc-summary-bg-gradient-end:var(--supercharger-gradient-bg-end-color);--sc-summary-heading-color:var(--supercharger-heading-color);--sc-summary-text-color:var(--supercharger-text-color);--sc-summary-gradient-contrast:var(--supercharger-gradient-contrast);--sc-summary-shadow-color:var(--supercharger-shadow-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
    --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
  );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
    --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
  );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
      --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
    );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
      --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
    );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
      --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
    );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
    --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
  );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}:where(body.dark:not([data-scheme=light])) .ai-content-summarizer--standard[data-dark-mode=auto]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
    --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
  );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-content-summarizer--standard[data-dark-mode=system]{--sc-summary-gradient-start:var(--sc-summary-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-summary-gradient-end:var(--sc-summary-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-summary-bg-gradient-start:var(
      --sc-summary-bg-gradient-start-dark,var(--supercharger-gradient-bg-start-color)
    );--sc-summary-bg-gradient-end:var(--sc-summary-bg-gradient-end-dark,var(--supercharger-gradient-bg-end-color));--sc-summary-heading-color:var(--sc-summary-heading-color-dark,var(--supercharger-heading-color));--sc-summary-text-color:var(--sc-summary-text-color-dark,var(--supercharger-text-color));--sc-summary-gradient-contrast:var(--sc-summary-gradient-contrast-dark,var(--supercharger-gradient-contrast));--sc-summary-shadow-color:var(--sc-summary-shadow-color-dark,var(--supercharger-shadow-color))}}.ai-content-summarizer--standard .ai-content-summarizer__wrapper{--sc-summary-border-color:linear-gradient(82.69deg,var(--sc-summary-gradient-start) 2.96%,var(--sc-summary-gradient-end) 100.26%)}.ai-content-summarizer--standard .ai-content-summarizer__inner{--sc-summary-bg:linear-gradient(98.96deg,var(--sc-summary-bg-gradient-start) 4.1%,var(--sc-summary-bg-gradient-end) 94.46%)}.ai-content-summarizer--standard .ai-content-summarizer__header-icon{--sc-summary-icon-bg:linear-gradient(82.69deg,var(--sc-summary-gradient-start) 2.96%,var(--sc-summary-gradient-end) 100.26%);--sc-summary-icon-color:var(--sc-summary-gradient-contrast)}.ai-content-summarizer--standard .ai-content-summarizer__heading{font-size:var(--sc-summary-heading-size,1.225em);line-height:var(--sc-summary-heading-line-height,1.7)}.ai-content-summarizer--standard .ai-content-summarizer__text{font-size:var(--sc-summary-text-size,1em);line-height:var(--sc-summary-text-line-height,1.7)}.ai-content-summarizer--standard{--supercharger-ai-badge-offset:0}


/*!
 * AI Continue Reading Chips Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiContinueReadingChips
 */.ai-continue-reading-chips--standard{--sc-chips-border-width:var(--supercharger-border-width);--sc-chips-border-radius:var(--supercharger-widget-corner);--sc-chips-chip-radius:var(--supercharger-card-corner);--sc-chips-thumb-radius:var(--supercharger-thumbnail-corner);--sc-chips-chip-padding:0px;--sc-chips-chip-content-padding:var(--supercharger-spacing-sm) var(--supercharger-spacing-md);--supercharger-post-meta-font-size:0.75em;--sc-chips-bg:var(--supercharger-widget-bg);--sc-chips-heading-color:var(--supercharger-heading-color);--sc-chips-border-color:var(--supercharger-border-color);--sc-chips-shadow-color:var(--supercharger-shadow-color);--sc-chips-chip-bg:var(--supercharger-layout-bg);--sc-chips-chip-color:var(--supercharger-text-color);--sc-chips-chip-hover-color:var(--supercharger-accent-color);--sc-chips-excerpt-color:var(--supercharger-secondary-color);--supercharger-post-meta-color:var(--supercharger-secondary-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}:where(body.dark:not([data-scheme=light])) .ai-continue-reading-chips--standard[data-dark-mode=auto]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-continue-reading-chips--standard[data-dark-mode=system]{--sc-chips-bg:var(--sc-chips-bg-dark,var(--supercharger-widget-bg));--sc-chips-heading-color:var(--sc-chips-heading-color-dark,var(--supercharger-heading-color));--sc-chips-border-color:var(--sc-chips-border-color-dark,var(--supercharger-border-color));--sc-chips-shadow-color:var(--sc-chips-shadow-color-dark,var(--supercharger-shadow-color));--sc-chips-chip-bg:var(--sc-chips-chip-bg-dark,var(--supercharger-layout-bg));--sc-chips-chip-color:var(--sc-chips-chip-color-dark,var(--supercharger-text-color));--sc-chips-chip-hover-color:var(--sc-chips-chip-hover-color-dark,var(--supercharger-secondary-color));--sc-chips-excerpt-color:var(--sc-chips-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875))}}.ai-continue-reading-chips--standard{--supercharger-ai-badge-offset:var(--sc-chips-border-width)}.ai-continue-reading-chips--standard .ai-continue-reading-chips__inner{--sc-chips-padding:var(--supercharger-widget-padding-sm);--sc-chips-gap:var(--supercharger-spacing-sm);--sc-chips-item-gap:var(--supercharger-spacing-sm)}@container (min-width: 500px){.ai-continue-reading-chips--standard .ai-continue-reading-chips__inner{--sc-chips-padding:var(--supercharger-widget-padding);--sc-chips-gap:var(--supercharger-spacing-md);--sc-chips-item-gap:var(--supercharger-spacing-md)}}


/*!
 * AI Excerpts Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiExcerpts
 */.ai-excerpt--standard{--sc-excerpt-icon-color:linear-gradient(82.69deg,var(--supercharger-gradient-start-color) 2.96%,var(--supercharger-gradient-end-color) 100.26%);--sc-excerpts-text-color:inherit}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}:where(body.dark:not([data-scheme=light])) .ai-excerpt--standard[data-dark-mode=auto]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-excerpt--standard[data-dark-mode=system]{--sc-excerpts-text-color:var(--sc-excerpts-text-color-dark,var(--supercharger-text-color))}}


/*!
 * AI Exit-Intent Recirculation Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiExitIntentRecirculation
 */.ai-exit-intent-recirculation--standard{--sc-exit-pill-radius:0.25rem;--sc-exit-padding:0.75rem 1rem;--sc-exit-gap:0.75rem;--supercharger-post-meta-font-size:0.75em;--sc-exit-gradient-start:var(--supercharger-gradient-start-color);--sc-exit-gradient-end:var(--supercharger-gradient-end-color);--sc-exit-label-color:var(--supercharger-gradient-secondary-contrast);--sc-exit-link-color:var(--supercharger-gradient-contrast);--sc-exit-link-hover-color:var(--supercharger-gradient-secondary-contrast);--sc-exit-excerpt-color:var(--supercharger-gradient-secondary-contrast);--supercharger-post-meta-color:var(--supercharger-gradient-secondary-contrast);--sc-exit-close-color:hsla(0,0%,100%,.5);--sc-exit-close-hover-color:#fff;--sc-exit-pill-color:var(--supercharger-gradient-contrast);--supercharger-post-meta-badge-bg:hsla(0,0%,100%,.1);--supercharger-post-meta-badge-color:hsla(0,0%,100%,.8)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
    --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
  );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
    --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
  );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
      --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
    );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
      --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
    );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
      --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
    );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
    --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
  );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}:where(body.dark:not([data-scheme=light])) .ai-exit-intent-recirculation--standard[data-dark-mode=auto]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
    --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
  );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-exit-intent-recirculation--standard[data-dark-mode=system]{--sc-exit-gradient-start:var(--sc-exit-gradient-start-dark,var(--supercharger-gradient-start-color));--sc-exit-gradient-end:var(--sc-exit-gradient-end-dark,var(--supercharger-gradient-end-color));--sc-exit-label-color:var(--sc-exit-label-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-link-color:var(--sc-exit-link-color-dark,var(--supercharger-gradient-contrast));--sc-exit-link-hover-color:var(--sc-exit-link-hover-color-dark,var(--supercharger-gradient-secondary-contrast));--sc-exit-excerpt-color:var(--sc-exit-excerpt-color-dark,var(--supercharger-gradient-secondary-contrast));--supercharger-post-meta-color:var(
      --supercharger-post-meta-color-dark,var(--supercharger-gradient-secondary-contrast)
    );--sc-exit-close-color:var(--sc-exit-close-color-dark,hsla(0,0%,100%,.5));--sc-exit-close-hover-color:var(--sc-exit-close-hover-color-dark,#fff);--sc-exit-pill-color:var(--sc-exit-pill-color-dark,var(--supercharger-gradient-contrast));--supercharger-post-meta-badge-bg:var(--supercharger-post-meta-badge-bg-dark,hsla(0,0%,100%,.1));--supercharger-post-meta-badge-color:var(--supercharger-post-meta-badge-color-dark,hsla(0,0%,100%,.8))}}


/*!
 * AI Footer Recirculation Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiFooterRecirculation
 */.ai-footer-recirculation--standard{--sc-footer-rec-thumb-radius:var(--supercharger-thumbnail-corner);--supercharger-post-meta-font-size:0.75em;--sc-footer-rec-bg:var(--supercharger-layout-bg);--sc-footer-rec-heading-color:var(--supercharger-heading-color);--sc-footer-rec-title-color:var(--supercharger-text-color);--sc-footer-rec-title-hover-color:var(--supercharger-accent-color);--sc-footer-rec-excerpt-color:var(--supercharger-secondary-color);--supercharger-post-meta-color:var(--supercharger-secondary-color);--supercharger-post-meta-badge-bg:var(--supercharger-accent-color-light);--supercharger-post-meta-badge-color:var(--supercharger-accent-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
    --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
  );--supercharger-post-meta-badge-color:var(
    --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
  )}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
    --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
  );--supercharger-post-meta-badge-color:var(
    --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
  )}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
      --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
    );--supercharger-post-meta-badge-color:var(
      --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
    )}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
      --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
    );--supercharger-post-meta-badge-color:var(
      --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
    )}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
      --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
    );--supercharger-post-meta-badge-color:var(
      --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
    )}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
    --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
  );--supercharger-post-meta-badge-color:var(
    --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
  )}:where(body.dark:not([data-scheme=light])) .ai-footer-recirculation--standard[data-dark-mode=auto]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
    --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
  );--supercharger-post-meta-badge-color:var(
    --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
  )}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-footer-recirculation--standard[data-dark-mode=system]{--sc-footer-rec-bg:var(--sc-footer-rec-bg-dark,var(--supercharger-layout-bg));--sc-footer-rec-heading-color:var(--sc-footer-rec-heading-color-dark,var(--supercharger-heading-color));--sc-footer-rec-title-color:var(--sc-footer-rec-title-color-dark,var(--supercharger-text-color));--sc-footer-rec-title-hover-color:var(--sc-footer-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-footer-rec-excerpt-color:var(--sc-footer-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--supercharger-post-meta-badge-bg:var(
      --supercharger-post-meta-badge-bg-dark,var(--supercharger-accent-color-light)
    );--supercharger-post-meta-badge-color:var(
      --supercharger-post-meta-badge-color-dark,var(--supercharger-accent-color)
    )}}.ai-footer-recirculation--standard{--supercharger-ai-badge-offset:0px}.ai-footer-recirculation--standard .ai-footer-recirculation__inner{--sc-footer-rec-padding:var(--supercharger-widget-padding-sm);--sc-footer-rec-gap:var(--supercharger-spacing-sm);--sc-footer-rec-item-gap:var(--supercharger-spacing-sm)}@container (min-width: 500px){.ai-footer-recirculation--standard .ai-footer-recirculation__inner{--sc-footer-rec-padding:var(--supercharger-widget-padding);--sc-footer-rec-gap:var(--supercharger-spacing-md)}}


/*!
 * AI Inline Recommendations Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiInlineRecommendations
 */.ai-inline-recommendations--standard{--sc-inline-rec-border-width:var(--supercharger-border-width);--sc-inline-rec-border-radius:var(--supercharger-widget-corner);--supercharger-post-meta-font-size:0.75em;--sc-inline-rec-bg:var(--supercharger-widget-bg);--sc-inline-rec-heading-color:var(--supercharger-heading-color);--sc-inline-rec-title-color:var(--supercharger-text-color);--sc-inline-rec-title-hover-color:var(--supercharger-accent-color);--sc-inline-rec-excerpt-color:var(--supercharger-secondary-color);--supercharger-post-meta-color:var(--supercharger-secondary-color);--sc-inline-rec-border-color:var(--supercharger-border-color);--sc-inline-rec-shadow-color:var(--supercharger-shadow-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}:where(body.dark:not([data-scheme=light])) .ai-inline-recommendations--standard[data-dark-mode=auto]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-inline-recommendations--standard[data-dark-mode=system]{--sc-inline-rec-bg:var(--sc-inline-rec-bg-dark,var(--supercharger-widget-bg));--sc-inline-rec-heading-color:var(--sc-inline-rec-heading-color-dark,var(--supercharger-heading-color));--sc-inline-rec-title-color:var(--sc-inline-rec-title-color-dark,var(--supercharger-text-color));--sc-inline-rec-title-hover-color:var(--sc-inline-rec-title-hover-color-dark,var(--supercharger-secondary-color));--sc-inline-rec-excerpt-color:var(--sc-inline-rec-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-inline-rec-border-color:var(--sc-inline-rec-border-color-dark,var(--supercharger-border-color));--sc-inline-rec-shadow-color:var(--sc-inline-rec-shadow-color-dark,var(--supercharger-shadow-color))}}.ai-inline-recommendations--standard{--supercharger-ai-badge-offset:var(--sc-inline-rec-border-width)}.ai-inline-recommendations--standard .ai-inline-recommendations__inner{--sc-inline-rec-padding:var(--supercharger-widget-padding-sm);--sc-inline-rec-gap:var(--supercharger-spacing-sm);--sc-inline-rec-item-gap:var(--supercharger-spacing-unit)}@container (min-width: 500px){.ai-inline-recommendations--standard .ai-inline-recommendations__inner{--sc-inline-rec-padding:var(--supercharger-widget-padding);--sc-inline-rec-gap:var(--supercharger-spacing-md)}}


/*!
 * AI Key Moments Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiKeyMoments
 */.ai-key-moments--standard{--sc-moments-border-width:var(--supercharger-border-width);--sc-moments-border-radius:var(--supercharger-widget-corner);--sc-moments-bg:var(--supercharger-widget-bg);--sc-moments-item-bg-hover:var(--supercharger-color-layout);--sc-moments-number-bg:var(--supercharger-accent-color);--sc-moments-number-bg-hover:var(--supercharger-accent-color);--sc-moments-number-color:var(--supercharger-accent-contrast-color);--sc-moments-heading-color:var(--supercharger-heading-color);--sc-moments-text-color:var(--supercharger-secondary-color);--sc-moments-border-color:var(--supercharger-border-color);--sc-moments-shadow-color:var(--supercharger-shadow-color);--sc-moments-arrow-color-hover:var(--supercharger-accent-color)}.ai-key-moments--standard .ai-key-moments__title{--sc-moments-title-color:var(--supercharger-accent-color)}@container (min-width: 576px){.ai-key-moments--standard .ai-key-moments__title{--sc-moments-title-color:var(--supercharger-text-color)}}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html[data-scheme=dark],html[data-theme=dark]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(body[data-scheme=dark],body[data-theme=dark]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(body[data-scheme=auto]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(body[data-scheme=auto]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html[data-scheme=auto],html[data-theme=auto]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}:where(body.dark:not([data-scheme=light])) .ai-key-moments--standard[data-dark-mode=auto]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}:where(body.dark:not([data-scheme=light])) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(body.dark:not([data-scheme=light])) .ai-key-moments--standard[data-dark-mode=auto] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-key-moments--standard[data-dark-mode=system]{--sc-moments-bg:var(--sc-moments-bg-dark,var(--supercharger-widget-bg));--sc-moments-item-bg-hover:var(--sc-moments-item-bg-hover-dark,var(--supercharger-color-background));--sc-moments-number-bg:var(--sc-moments-number-bg-dark,var(--supercharger-color-background));--sc-moments-number-bg-hover:var(--sc-moments-number-bg-hover-dark,var(--supercharger-color-layout));--sc-moments-number-color:var(--sc-moments-number-color-dark,var(--supercharger-accent-color));--sc-moments-heading-color:var(--sc-moments-heading-color-dark,var(--supercharger-heading-color));--sc-moments-text-color:var(--sc-moments-text-color-dark,var(--supercharger-secondary-color));--sc-moments-border-color:var(--sc-moments-border-color-dark,var(--supercharger-border-color));--sc-moments-shadow-color:var(--sc-moments-shadow-color-dark,var(--supercharger-shadow-color));--sc-moments-arrow-color-hover:var(--supercharger-primary-color)}html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-key-moments--standard[data-dark-mode=system] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-key-moments--standard[data-dark-mode=system] .ai-key-moments__title{--sc-moments-title-color:var(--sc-moments-title-color-dark,var(--supercharger-text-color))}}}.ai-key-moments--standard{--supercharger-ai-badge-offset:var(--sc-moments-border-width)}.ai-key-moments--standard .ai-key-moments__inner{--sc-moments-padding:var(--supercharger-widget-padding-sm);--sc-moments-gap:var(--supercharger-spacing-sm);--sc-moments-item-gap:0}@container (min-width: 500px){.ai-key-moments--standard .ai-key-moments__inner{--sc-moments-padding:var(--supercharger-widget-padding);--sc-moments-gap:var(--supercharger-spacing-md)}}[data-ai-key-moments-target]{scroll-margin-top:80px;transition:background-color .3s ease,box-shadow .3s ease}[data-ai-key-moments-target].ai-key-moments-highlighted,[data-ai-key-moments-target]:target{animation:highlightMoment 2s ease}@keyframes highlightMoment{0%{background-color:transparent}10%{background-color:rgba(59,130,246,.1);box-shadow:0 0 0 4px rgba(59,130,246,.1)}to{background-color:transparent;box-shadow:none}}


/*!
 * AI Key Questions Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiKeyQuestionsJump
 */.ai-key-questions--standard{--sc-questions-border-width:var(--supercharger-border-width);--sc-questions-border-radius:var(--supercharger-widget-corner);--sc-questions-bg:var(--supercharger-widget-bg);--sc-questions-item-bg-hover:var(--supercharger-color-layout);--sc-questions-bullet-color:var(--supercharger-accent-color);--sc-questions-heading-color:var(--supercharger-heading-color);--sc-questions-preview-color:var(--supercharger-secondary-color);--sc-questions-border-color:var(--supercharger-border-color);--sc-questions-shadow-color:var(--supercharger-shadow-color);--sc-questions-arrow-color-hover:var(--supercharger-accent-color)}.ai-key-questions--standard .ai-key-questions__question{--sc-questions-question-color:var(--supercharger-accent-color)}@container (min-width: 576px){.ai-key-questions--standard .ai-key-questions__question{--sc-questions-question-color:var(--supercharger-text-color)}}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html[data-scheme=dark],html[data-theme=dark]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(body[data-scheme=dark],body[data-theme=dark]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(body[data-scheme=auto]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(body[data-scheme=auto]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html[data-scheme=auto],html[data-theme=auto]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}:where(body.dark:not([data-scheme=light])) .ai-key-questions--standard[data-dark-mode=auto]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}:where(body.dark:not([data-scheme=light])) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){:where(body.dark:not([data-scheme=light])) .ai-key-questions--standard[data-dark-mode=auto] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-key-questions--standard[data-dark-mode=system]{--sc-questions-bg:var(--sc-questions-bg-dark,var(--supercharger-widget-bg));--sc-questions-item-bg-hover:var(--sc-questions-item-bg-hover-dark,var(--supercharger-color-background));--sc-questions-bullet-color:var(--sc-questions-bullet-color-dark,var(--supercharger-accent-color));--sc-questions-heading-color:var(--sc-questions-heading-color-dark,var(--supercharger-heading-color));--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color));--sc-questions-preview-color:var(--sc-questions-preview-color-dark,var(--supercharger-secondary-color));--sc-questions-border-color:var(--sc-questions-border-color-dark,var(--supercharger-border-color));--sc-questions-shadow-color:var(--sc-questions-shadow-color-dark,var(--supercharger-shadow-color));--sc-questions-arrow-color-hover:var(--supercharger-primary-color)}html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-key-questions--standard[data-dark-mode=system] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-accent-color))}@container (min-width: 576px){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-key-questions--standard[data-dark-mode=system] .ai-key-questions__question{--sc-questions-question-color:var(--sc-questions-question-color-dark,var(--supercharger-text-color))}}}.ai-key-questions--standard{--supercharger-ai-badge-offset:var(--sc-questions-border-width)}.ai-key-questions--standard .ai-key-questions__inner{--sc-questions-padding:var(--supercharger-widget-padding-sm);--sc-questions-gap:var(--supercharger-spacing-sm);--sc-questions-item-gap:0}@container (min-width: 500px){.ai-key-questions--standard .ai-key-questions__inner{--sc-questions-padding:var(--supercharger-widget-padding);--sc-questions-gap:var(--supercharger-spacing-md)}}


/*!
 * AI Smart Up-Next Module - Standard Preset
 *
 * Theme variables for the standard preset.
 * Values match interface.php defaults for consistency.
 *
 * @package Supercharger\Modules\AiSmartUpNext
 */.ai-smart-up-next--standard{--sc-up-next-content-padding:var(--supercharger-spacing-md);--sc-up-next-border-width:var(--supercharger-border-width);--sc-up-next-border-radius:var(--supercharger-widget-corner);--sc-up-next-thumb-radius:var(--supercharger-thumbnail-corner);--supercharger-post-meta-font-size:0.75em;--sc-up-next-bg:var(--supercharger-color-background);--supercharger-post-meta-color:var(--supercharger-secondary-color);--sc-up-next-label-color:var(--supercharger-accent-color);--sc-up-next-title-color:var(--supercharger-text-color);--sc-up-next-title-hover-color:var(--supercharger-accent-color);--sc-up-next-excerpt-color:var(--supercharger-secondary-color);--sc-up-next-border-color:var(--supercharger-border-color);--sc-up-next-shadow-color:var(--supercharger-shadow-color);--sc-up-next-close-color:#fff;--sc-up-next-close-bg:#0003;--sc-up-next-close-bg-hover:#0006}:where(html[data-scheme=dark],html[data-theme=dark]) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}:where(body[data-scheme=dark],body[data-theme=dark]) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}@media (prefers-color-scheme:dark){:where(body[data-scheme=auto]) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}:where(html[data-scheme=auto],html[data-theme=auto]) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}:where(html:not([data-scheme]):not([data-theme])) body:not([data-scheme=light]):not([data-scheme=dark]):not([data-scheme=default]) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}}:where(html.dark:not([data-scheme=light]),html.dark-mode:not([data-scheme=light]),html.is-dark-theme:not([data-scheme=light])) body:not([data-scheme=light]) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}:where(body.dark:not([data-scheme=light])) .ai-smart-up-next--standard[data-dark-mode=auto]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}@media (prefers-color-scheme:dark){html:not([data-scheme=light]):not([data-theme=light]):not(:has(body[data-scheme=light])) .ai-smart-up-next--standard[data-dark-mode=system]{--sc-up-next-bg:var(--sc-up-next-bg-dark,var(--supercharger-color-background));--sc-up-next-label-color:var(--sc-up-next-label-color-dark,var(--supercharger-secondary-color));--sc-up-next-title-color:var(--sc-up-next-title-color-dark,var(--supercharger-text-color));--sc-up-next-title-hover-color:var(--sc-up-next-title-hover-color-dark,var(--supercharger-secondary-color));--sc-up-next-excerpt-color:var(--sc-up-next-excerpt-color-dark,var(--supercharger-secondary-color));--supercharger-post-meta-color:var(--supercharger-post-meta-color-dark,hsla(0,0%,100%,.875));--sc-up-next-border-color:var(--sc-up-next-border-color-dark,var(--supercharger-border-color));--sc-up-next-shadow-color:var(--sc-up-next-shadow-color-dark,var(--supercharger-shadow-color));--sc-up-next-close-color:var(--sc-up-next-close-color-dark,#fff);--sc-up-next-close-bg:var(--sc-up-next-close-bg-dark,#0003);--sc-up-next-close-bg-hover:var(--sc-up-next-close-bg-hover-dark,#0006)}}.ai-smart-up-next--standard{--supercharger-ai-badge-offset:0px}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}:root{color-scheme:light;--dgja-blue:#2563eb;--dgja-blue-dark:#1e3a8a;--dgja-blue-light:#dbeafe;--dgja-orange:#ea580c;--dgja-bg:#f4f6fb;--dgja-surface:#ffffff;--dgja-border:#e5e9f2;--dgja-radius:14px;--dgja-radius-lg:20px;--dgja-text:#111827;--dgja-text-muted:#4b5563;--dgja-text-soft:#6b7280;--dgja-red:#dc2626;--dgja-red-bg:#fee2e2;--dgja-green:#16a34a;--dgja-green-bg:#dcfce7;--dgja-purple:#7c3aed;--dgja-purple-bg:#ede9fe;--dgja-amber:#b45309;--dgja-amber-bg:#fef3c7;--dgja-gray:#6b7280;--dgja-gray-bg:#f1f2f4;--dgja-footer-bg:#0f172a;--dgja-shadow:0 1px 3px rgba(16, 24, 40, 0.06);--dgja-shadow-lg:0 8px 24px rgba(16, 24, 40, 0.08);--dgja-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}.dgja-wrapper,.dgja-sidebar,.dgja-homepage-wrapper,.dgja-archive-wrapper,.dgja-single-wrapper,.dgja-floating-ui,.dgja-sticky-bar,.dgja-breadcrumbs,.dgja-site-header,.dgja-site-footer{font-size:16px;line-height:1.6;color:var(--dgja-text)}.dgja-wrapper *,.dgja-sidebar *,.dgja-homepage-wrapper *,.dgja-floating-ui *,.dgja-sticky-bar *,.dgja-site-header *,.dgja-site-footer *{box-sizing:border-box}body.dgja-shell{margin:0;font-family:var(--dgja-font);color:var(--dgja-text);background:var(--dgja-bg)}.dgja-skip-link{position:absolute;left:-9999px;top:0;background:var(--dgja-blue);color:#fff;padding:10px 16px;z-index:10000}.dgja-skip-link:focus{left:10px;top:10px}.dgja-page-container{max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width:600px){.dgja-page-container{padding:0 24px}}.dgja-wrapper{width:100%}.dgja-homepage-layout{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}@media (min-width:900px){.dgja-homepage-layout{grid-template-columns:minmax(0,1fr) 320px}}.dgja-single-column{display:block;width:100%}.dgja-single-column .dgja-homepage-main{width:100%}.dgja-homepage-sidebar{position:static;min-width:0}@media (min-width:900px){.dgja-homepage-sidebar{position:sticky;top:20px}}.dgja-homepage-main{min-width:0}.dgja-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.85em;color:var(--dgja-text-soft);margin:16px 0}.dgja-breadcrumbs a{color:var(--dgja-blue);text-decoration:none}.dgja-breadcrumbs a:hover{text-decoration:underline}.dgja-breadcrumb-sep{color:var(--dgja-text-soft)}.dgja-card{background:var(--dgja-surface);border:1px solid var(--dgja-border);border-radius:var(--dgja-radius);padding:16px;margin-bottom:20px;box-shadow:var(--dgja-shadow)}@media (min-width:600px){.dgja-card{padding:20px 22px;margin-bottom:24px}}.dgja-section-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:1.15em;font-weight:700;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--dgja-border);color:var(--dgja-text)}@media (min-width:600px){.dgja-section-title{font-size:1.25em}}.dgja-view-all{margin-left:auto;font-size:.6em;font-weight:700;color:var(--dgja-blue);text-decoration:none}.dgja-icon{display:inline-flex;align-items:center;line-height:1}.dgja-icon-svg{width:1.1em;height:1.1em;display:inline-block;vertical-align:-.2em;flex-shrink:0;stroke:currentColor}.dgja-section-title .dgja-icon-svg,h1 .dgja-icon-svg,h2 .dgja-icon-svg,h3 .dgja-icon-svg{vertical-align:middle}.dgja-icon-chip{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;flex-shrink:0;vertical-align:middle}.dgja-icon-chip .dgja-icon-svg{width:18px;height:18px;vertical-align:middle}.dgja-icon-chip-blue{background:var(--dgja-blue-light);color:var(--dgja-blue)}.dgja-icon-chip-red{background:var(--dgja-red-bg);color:var(--dgja-red)}.dgja-icon-chip-green{background:var(--dgja-green-bg);color:var(--dgja-green)}.dgja-icon-chip-purple{background:var(--dgja-purple-bg);color:var(--dgja-purple)}.dgja-icon-chip-orange{background:#ffedd5;color:var(--dgja-orange)}.dgja-icon-chip-amber{background:var(--dgja-amber-bg);color:var(--dgja-amber)}.dgja-icon-chip-gray{background:var(--dgja-gray-bg);color:var(--dgja-gray)}.dgja-logo-svg{flex-shrink:0;border-radius:22%}.dgja-live-pill{display:inline-flex;align-items:center;gap:6px;background:var(--dgja-green-bg);color:var(--dgja-green);font-size:.72em;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 10px;border-radius:999px;margin-bottom:8px}.dgja-live-dot{width:7px;height:7px;border-radius:50%;background:var(--dgja-green);animation:dgja-live-pulse 1.8s ease-in-out infinite}@keyframes dgja-live-pulse{0%,100%{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.dgja-live-dot{animation:none}}mark.dgja-keyword{background:#fef08a;color:#713f12;padding:0 3px;border-radius:3px}.dgja-summary-box .dgja-summary-text{margin:0 0 14px;color:var(--dgja-text-muted)}.dgja-summary-chips{display:flex;flex-wrap:wrap;gap:10px}.dgja-chip{background:var(--dgja-bg);border:1px solid var(--dgja-border);border-radius:999px;padding:6px 14px;font-size:.85em;color:var(--dgja-text-muted)}.dgja-chip strong{color:var(--dgja-text)}.dgja-kv-table{width:100%;border-collapse:collapse}.dgja-kv-table tr{border-bottom:1px solid var(--dgja-border)}.dgja-kv-table tr:nth-child(odd){background:var(--dgja-bg)}.dgja-kv-table th,.dgja-kv-table td{text-align:left;padding:10px 12px;vertical-align:top}@media (min-width:600px){.dgja-kv-table th,.dgja-kv-table td{padding:12px 14px}}.dgja-kv-table th{width:42%;font-weight:700;color:var(--dgja-text);font-size:.92em}@media (min-width:480px){.dgja-kv-table th{width:40%;font-size:1em}}.dgja-kv-table td{color:var(--dgja-text-muted)}.dgja-kv-table td a{color:var(--dgja-blue);text-decoration:underline}.dgja-last-date{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;font-weight:700}.dgja-last-date-active{color:var(--dgja-red)}.dgja-days-left-badge{display:inline-block;background:var(--dgja-red);color:#fff;font-size:.75em;font-weight:700;padding:3px 10px;border-radius:999px;animation:dgja-pulse 1.6s ease-in-out infinite}.dgja-last-date-expired{color:var(--dgja-text-soft);text-decoration:line-through;font-weight:600}@keyframes dgja-pulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgb(220 38 38 / .5)}50%{transform:scale(1.06);box-shadow:0 0 0 6px #fff0}}@media (prefers-reduced-motion:reduce){.dgja-days-left-badge{animation:none}}.dgja-badge{display:inline-block;padding:3px 12px;border-radius:999px;font-size:.8em;font-weight:700}.dgja-badge-red{background:var(--dgja-red-bg);color:var(--dgja-red)}.dgja-badge-green{background:var(--dgja-green-bg);color:var(--dgja-green)}.dgja-badge-gray{background:var(--dgja-gray-bg);color:var(--dgja-gray)}.dgja-smart-badge{margin-left:6px;font-size:.55em;vertical-align:middle}.dgja-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.dgja-blue-table{width:100%;border-collapse:collapse;min-width:480px}.dgja-blue-table thead th{background:var(--dgja-blue);color:#fff;text-transform:uppercase;font-size:.78em;letter-spacing:.03em;padding:12px 14px;text-align:left}.dgja-blue-table thead tr th:first-child{border-top-left-radius:8px}.dgja-blue-table thead tr th:last-child{border-top-right-radius:8px}.dgja-blue-table tbody td{padding:12px 14px;border-bottom:1px solid var(--dgja-border);color:var(--dgja-text-muted)}.dgja-blue-table tbody tr:nth-child(even){background:var(--dgja-bg)}.dgja-accordion-item{border:1px solid var(--dgja-border);border-radius:10px;margin-bottom:10px;overflow:hidden}.dgja-accordion-trigger{width:100%;background:var(--dgja-bg);border:0;text-align:left;padding:14px 16px;font-weight:700;font-size:1em;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:var(--dgja-text);min-height:44px}.dgja-accordion-toggle-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--dgja-surface);display:flex;align-items:center;justify-content:center;color:var(--dgja-blue)}.dgja-accordion-toggle-icon .dgja-icon-svg{width:15px;height:15px;transition:transform 0.2s ease}.dgja-accordion-item.is-open .dgja-accordion-toggle-icon .dgja-icon-svg{transform:rotate(180deg)}.dgja-accordion-panel{padding:0 16px;max-height:0;overflow:hidden;transition:max-height 0.2s ease,padding 0.2s ease}.dgja-accordion-item.is-open .dgja-accordion-panel{padding:14px 16px 16px;max-height:800px}.dgja-accordion-panel p{margin:0;color:var(--dgja-text-muted)}.dgja-timeline{position:relative;padding-left:6px}.dgja-timeline-item{display:flex;align-items:center;gap:16px;position:relative;padding:10px 0}.dgja-timeline-item:not(:last-child)::before{content:"";position:absolute;left:18px;top:42px;bottom:-4px;width:2px;background:linear-gradient(180deg,#6366f1,#3b82f6)}.dgja-timeline-number{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:1}.dgja-timeline-text{font-weight:600;color:var(--dgja-text)}.dgja-howtoapply-item{display:flex;gap:16px;padding:14px 0;border-bottom:1px dashed var(--dgja-border)}.dgja-howtoapply-item:last-child{border-bottom:0}.dgja-howtoapply-number{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.dgja-howtoapply-body h3{margin:2px 0 4px;font-size:1em;color:var(--dgja-text)}.dgja-howtoapply-body p{margin:0;color:var(--dgja-text-muted)}.dgja-links-card{background:var(--dgja-bg)}.dgja-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width:480px){.dgja-links-grid{grid-template-columns:repeat(3,1fr);gap:12px}}.dgja-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 10px;border-radius:10px;font-weight:700;text-decoration:none;border:2px solid #fff0;font-size:.88em;cursor:pointer;color:#fff;transition:transform 0.1s ease,box-shadow 0.1s ease;min-height:44px}@media (min-width:480px){.dgja-btn{font-size:.92em}}.dgja-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgb(0 0 0 / .15);color:#fff}.dgja-btn:active{transform:translateY(0)}.dgja-btn-orange{background:linear-gradient(135deg,#f97316,var(--dgja-orange))}.dgja-btn-navy{background:linear-gradient(135deg,#2547a8,var(--dgja-blue-dark))}.dgja-btn-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.dgja-btn-amber{background:linear-gradient(135deg,#facc15,#eab308);color:#422006}.dgja-btn-blue{background:linear-gradient(135deg,#38bdf8,#0ea5e9)}.dgja-btn-purple{background:linear-gradient(135deg,#9333ea,#7c3aed)}.dgja-btn-orange:hover{box-shadow:0 6px 14px rgb(234 88 12 / .32)}.dgja-btn-navy:hover{box-shadow:0 6px 14px rgb(30 58 138 / .32)}.dgja-btn-green:hover{box-shadow:0 6px 14px rgb(22 163 74 / .32)}.dgja-btn-amber:hover{box-shadow:0 6px 14px rgb(234 179 8 / .32);color:#422006}.dgja-btn-blue:hover{box-shadow:0 6px 14px rgb(14 165 233 / .32)}.dgja-btn-purple:hover{box-shadow:0 6px 14px rgb(124 58 237 / .32)}.dgja-btn-outline{background:var(--dgja-surface);color:var(--dgja-text);border-color:var(--dgja-border)}.dgja-btn-outline:hover{color:var(--dgja-text);border-color:var(--dgja-blue);box-shadow:0 4px 10px rgb(16 24 40 / .1)}.dgja-btn-outline:hover{color:var(--dgja-text)}.dgja-btn.is-saved{background:#16a34a;color:#fff;border-color:#fff0}.dgja-related-list{display:flex;flex-direction:column;gap:10px}.dgja-related-list-compact .dgja-related-item{padding:8px 10px}.dgja-related-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:var(--dgja-bg);border-left:4px solid var(--dgja-gray);text-decoration:none;color:inherit;transition:transform 0.12s ease,box-shadow 0.12s ease}.dgja-related-item:hover{transform:translateX(2px);box-shadow:var(--dgja-shadow)}@media (min-width:600px){.dgja-related-item{gap:14px;padding:12px 14px}}.dgja-related-item.dgja-badge-red{border-left-color:var(--dgja-red);background:var(--dgja-surface)}.dgja-related-item.dgja-badge-green{border-left-color:var(--dgja-green);background:var(--dgja-surface)}.dgja-related-thumb{flex-shrink:0;width:40px;height:40px;border-radius:8px;overflow:hidden;background:var(--dgja-border);display:flex;align-items:center;justify-content:center}@media (min-width:600px){.dgja-related-thumb{width:46px;height:46px}}.dgja-related-thumb img{width:100%;height:100%;object-fit:cover}.dgja-related-thumb-placeholder{font-size:1.2em}.dgja-related-body{display:flex;flex-direction:column;gap:4px;min-width:0}.dgja-related-title{font-weight:700;color:var(--dgja-text);font-size:.95em}.dgja-related-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.8em;color:var(--dgja-text-soft)}.dgja-related-date{color:var(--dgja-red);font-weight:600}.dgja-updated-meta{color:var(--dgja-text-soft);font-weight:500;white-space:nowrap}.dgja-inline-related{background:var(--dgja-bg);border:1px dashed var(--dgja-border);border-radius:var(--dgja-radius);padding:14px;margin:20px 0}.dgja-inline-related-label{display:block;font-size:.8em;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--dgja-text-soft);margin-bottom:8px}.dgja-inline-related .dgja-related-item{background:var(--dgja-surface)}.dgja-job-header{margin:20px 0}.dgja-job-thumb img{max-width:140px;border-radius:10px;margin-bottom:12px}.dgja-job-title{font-size:1.4em;margin:0 0 10px;color:var(--dgja-text);line-height:1.3}@media (min-width:600px){.dgja-job-title{font-size:1.7em}}.dgja-job-taxonomies{display:flex;flex-wrap:wrap;gap:8px}.dgja-tax-pill{background:var(--dgja-bg);border:1px solid var(--dgja-border);border-radius:999px;padding:4px 12px;font-size:.82em;color:var(--dgja-text-muted);text-decoration:none}.dgja-job-content{margin-bottom:20px;color:var(--dgja-text);overflow-wrap:break-word}.dgja-job-content h1,.dgja-job-content h2,.dgja-job-content h3,.dgja-job-content h4,[id]{scroll-margin-top:84px}.dgja-archive-title{margin:20px 0 12px;color:var(--dgja-text);font-size:1.3em}@media (min-width:600px){.dgja-archive-title{font-size:1.6em}}.dgja-archive-desc{color:var(--dgja-text-muted);margin-bottom:12px}.dgja-filter-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.dgja-filter-pill{background:var(--dgja-surface);border:1px solid var(--dgja-border);border-radius:999px;padding:7px 16px;font-size:.85em;font-weight:600;color:var(--dgja-text-muted);text-decoration:none;transition:transform 0.12s ease,box-shadow 0.12s ease,border-color 0.12s ease,color 0.12s ease}.dgja-filter-pill:hover{border-color:var(--dgja-blue);color:var(--dgja-blue);transform:translateY(-1px)}.dgja-filter-pill.is-active{background:linear-gradient(135deg,var(--dgja-blue),var(--dgja-blue-dark));border-color:var(--dgja-blue-dark);color:#fff;box-shadow:0 3px 10px rgb(37 99 235 / .3)}.dgja-filter-pill.is-active:hover{color:#fff;transform:none}.dgja-pagination{margin:20px 0}.dgja-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 8px;margin:0 6px 6px 0;border-radius:8px;background:var(--dgja-surface);border:1px solid var(--dgja-border);color:var(--dgja-text-muted);text-decoration:none}.dgja-pagination .page-numbers.current{background:var(--dgja-blue);border-color:var(--dgja-blue);color:#fff}.dgja-hero{text-align:center;padding:32px 0;margin-bottom:24px;background:linear-gradient(135deg,var(--dgja-blue-dark),var(--dgja-blue));color:#fff}@media (min-width:600px){.dgja-hero{padding:48px 0;margin-bottom:28px}}.dgja-hero h1{margin:0 0 10px;font-size:clamp(1.4em, 5vw, 2.1em);color:#fff}.dgja-hero p{margin:0 0 20px;opacity:.9;font-size:.95em}.dgja-hero-search,.dgja-search-form{display:flex;max-width:480px;margin:0 auto;border-radius:999px;overflow:hidden;background:#fff}.dgja-search-form{margin:0}.dgja-hero-search input,.dgja-search-form input{flex:1;min-width:0;border:0;padding:12px 16px;font-size:.95em;outline:none;color:#111827;background:#fff0}.dgja-hero-search button,.dgja-search-form button{border:0;background:#f97316;color:#fff;padding:0 20px;font-weight:700;cursor:pointer}.dgja-category-tiles{margin-bottom:24px}.dgja-tiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width:480px){.dgja-tiles-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}.dgja-tile{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;background:var(--dgja-surface);border:1px solid var(--dgja-border);border-radius:var(--dgja-radius);padding:20px 8px;text-decoration:none;box-shadow:var(--dgja-shadow);transition:transform 0.15s ease,box-shadow 0.15s ease}.dgja-tile:hover{transform:translateY(-3px);box-shadow:var(--dgja-shadow-lg)}.dgja-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--dgja-blue-light);color:var(--dgja-blue)}.dgja-tile-icon .dgja-icon-svg{width:20px;height:20px}.dgja-tile-name{font-weight:700;color:var(--dgja-text);font-size:.88em}.dgja-tile-count{font-size:.75em;color:var(--dgja-text-soft)}.dgja-homepage-section{margin-bottom:20px}.dgja-sidebar{display:flex;flex-direction:column;gap:16px}.dgja-widget{background:var(--dgja-surface);border:1px solid var(--dgja-border);border-radius:var(--dgja-radius);padding:16px 18px;box-shadow:var(--dgja-shadow)}.dgja-widget-title{margin:0 0 12px;font-size:1.05em;font-weight:700;color:var(--dgja-text)}.dgja-widget ul,.dgja-widget ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dgja-widget li{color:var(--dgja-text-muted);font-size:.92em}.dgja-widget a{color:var(--dgja-text-muted);text-decoration:none}.dgja-widget a:hover{color:var(--dgja-blue)}.dgja-widget select,.dgja-widget input[type="text"],.dgja-widget input[type="search"],.dgja-widget input[type="email"]{width:100%;padding:8px 10px;border:1px solid var(--dgja-border);border-radius:8px;font:inherit}.dgja-widget .tagcloud{display:flex;flex-wrap:wrap;gap:8px}.dgja-widget .tagcloud a{background:var(--dgja-bg);border:1px solid var(--dgja-border);border-radius:999px;padding:4px 12px;font-size:0.8em!important}.dgja-quicklinks-list,.dgja-term-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dgja-quicklinks-list a,.dgja-term-list a{display:flex;align-items:center;justify-content:space-between;gap:6px;color:var(--dgja-text-muted);text-decoration:none;font-size:.92em;min-height:32px}.dgja-quicklinks-list a:hover,.dgja-term-list a:hover{color:var(--dgja-blue)}.dgja-sidebar-heading-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.dgja-sidebar-heading-item{border-bottom:1px solid var(--dgja-border)}.dgja-sidebar-heading-item:last-child{border-bottom:0}.dgja-sidebar-heading-item a{display:block;padding:9px 0;color:var(--dgja-text-muted);text-decoration:none;font-size:.88em;line-height:1.4;min-height:30px}.dgja-sidebar-heading-item a::before{content:"›";color:var(--dgja-blue);font-weight:700;margin-right:6px}.dgja-sidebar-heading-item a:hover{color:var(--dgja-blue)}.dgja-term-count{background:var(--dgja-bg);color:var(--dgja-text-soft);border-radius:999px;padding:1px 8px;font-size:.85em}.dgja-term-pills{flex-direction:row;flex-wrap:wrap}.dgja-term-pills li{list-style:none}.dgja-term-pills a{background:var(--dgja-bg);border:1px solid var(--dgja-border);border-radius:999px;padding:4px 12px;font-size:.8em}.dgja-empty{color:var(--dgja-text-soft);font-size:.9em;margin:0}.dgja-social-buttons{display:flex;flex-direction:column;gap:8px}.dgja-site-header{background:var(--dgja-surface);border-bottom:1px solid var(--dgja-border);box-shadow:0 1px 0 rgb(16 24 40 / .02),0 4px 16px rgb(16 24 40 / .05);position:sticky;top:0;z-index:500}.dgja-header-inner{display:flex;align-items:center;gap:12px;min-height:56px;padding-top:8px;padding-bottom:8px}@media (min-width:900px){.dgja-header-inner{min-height:64px}}.dgja-site-branding{display:flex;align-items:center;justify-content:flex-start;text-align:left;margin-right:auto;min-width:0;flex-shrink:1}.dgja-site-branding .custom-logo-link{display:inline-flex;align-items:center;margin:0;float:none;text-align:left}.dgja-site-branding img,.dgja-site-branding img.custom-logo{display:block;max-height:40px;width:auto;margin:0;float:none}.dgja-site-title-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.dgja-site-branding-text{display:flex;flex-direction:column;line-height:1.25;min-width:0}.dgja-site-title{font-weight:800;font-size:1.05em;color:var(--dgja-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.dgja-site-tagline{font-size:.72em;font-weight:500;color:var(--dgja-text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:600px){.dgja-site-title{font-size:1.2em}}.dgja-site-title-link-full{display:inline-flex;align-items:center}.dgja-full-logo-svg{display:block;width:auto;height:clamp(32px, 8vw + 6px, 40px);max-width:100%}.dgja-footer-logo{display:inline-block;margin-bottom:10px}.dgja-footer-logo .dgja-full-logo-svg text{fill:#fff!important}.dgja-footer-logo .dgja-full-logo-svg rect[fill="#EFF6FF"]{fill:rgb(255 255 255 / .12)!important;stroke:rgb(255 255 255 / .25)!important}.dgja-header-actions{display:flex;align-items:center;gap:8px}.dgja-header-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:40px;height:40px;padding:0;border-radius:999px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:700;font-size:.85em;text-decoration:none;flex-shrink:0;white-space:nowrap;box-shadow:0 2px 8px rgb(22 163 74 / .35);transition:transform 0.12s ease,box-shadow 0.12s ease}.dgja-header-whatsapp-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgb(22 163 74 / .45)}.dgja-header-whatsapp-btn .dgja-icon-svg{width:16px;height:16px;flex-shrink:0}.dgja-header-whatsapp-label{display:none}@media (min-width:481px){.dgja-header-whatsapp-btn{width:auto;padding:0 16px}.dgja-header-whatsapp-label{display:inline}}.dgja-header-search-toggle{width:40px;height:40px;border-radius:50%;border:1px solid var(--dgja-border,#e5e9f2);background:var(--dgja-bg,#f4f6fb);color:var(--dgja-text,#111827);display:flex;align-items:center;justify-content:center;font-size:1em;cursor:pointer;flex-shrink:0}.dgja-header-search-toggle .dgja-icon-svg{width:18px;height:18px}.dgja-nav-toggle{width:40px;height:40px;border:1px solid var(--dgja-border,#e5e9f2);background:var(--dgja-bg,#f4f6fb);color:var(--dgja-text,#111827);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;flex-shrink:0}.dgja-nav-toggle span{display:block;width:18px;height:2px;background:currentColor;transition:transform 0.15s ease,opacity 0.15s ease}.dgja-nav-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.dgja-nav-toggle.is-open span:nth-child(2){opacity:0}.dgja-nav-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (min-width:900px){.dgja-nav-toggle{display:none}}.dgja-primary-nav{position:fixed;top:0;right:-85%;width:85%;max-width:320px;height:100%;background:var(--dgja-surface);box-shadow:-4px 0 20px rgb(0 0 0 / .15);overflow-y:auto;transition:right 0.2s ease;z-index:600;padding:70px 20px 20px}.dgja-primary-nav.is-open{right:0}.dgja-nav-backdrop{position:fixed;inset:0;background:rgb(15 23 42 / .45);z-index:550;opacity:0;visibility:hidden;transition:opacity 0.2s ease}.dgja-nav-backdrop.is-open{opacity:1;visibility:visible}body.dgja-nav-open{overflow:hidden}@media (min-width:900px){.dgja-nav-backdrop{display:none}}@media (min-width:900px){.dgja-primary-nav{position:static;width:auto;max-width:none;height:auto;box-shadow:none;overflow:visible;padding:0;margin-right:12px}}.dgja-nav-menu,.dgja-nav-menu ul{list-style:none;margin:0;padding:0}.dgja-nav-menu>li{border-bottom:1px solid var(--dgja-border)}.dgja-nav-menu>li>a{display:flex;align-items:center;min-height:44px;color:var(--dgja-text);text-decoration:none;font-weight:600;font-size:.95em}.dgja-nav-menu .sub-menu{display:none;padding-left:14px}.dgja-nav-menu li.is-open>.sub-menu{display:block}.dgja-nav-menu .sub-menu a{display:flex;align-items:center;min-height:38px;color:var(--dgja-text-muted);text-decoration:none;font-size:.9em}@media (min-width:900px){.dgja-nav-menu{display:flex;align-items:center;gap:4px}.dgja-nav-menu>li{border-bottom:0;position:relative}.dgja-nav-menu>li>a{padding:8px 12px;border-radius:8px;min-height:0}.dgja-nav-menu>li>a:hover{background:var(--dgja-bg)}.dgja-nav-menu .sub-menu{display:none;position:absolute;top:100%;left:0;background:var(--dgja-surface);border:1px solid var(--dgja-border);border-radius:10px;box-shadow:var(--dgja-shadow);min-width:200px;padding:8px;z-index:20}.dgja-nav-menu>li:hover>.sub-menu,.dgja-nav-menu>li.is-open>.sub-menu{display:block}.dgja-nav-menu .sub-menu a{padding:8px 10px;border-radius:6px}.dgja-nav-menu .sub-menu a:hover{background:var(--dgja-bg)}}.dgja-header-search-panel{max-height:0;overflow:hidden;transition:max-height 0.2s ease;background:var(--dgja-bg);border-top:1px solid #fff0}.dgja-header-search-panel.is-open{max-height:100px;border-top-color:var(--dgja-border)}.dgja-header-search-panel .dgja-search-form{max-width:1200px;margin:12px auto;padding:0 16px}.dgja-site-footer{background:var(--dgja-footer-bg);color:#cbd5e1;margin-top:40px}.dgja-footer-inner{display:grid;grid-template-columns:1fr;gap:28px;padding:36px 16px}@media (min-width:600px){.dgja-footer-inner{grid-template-columns:repeat(2,1fr);padding:44px 24px}}@media (min-width:900px){.dgja-footer-inner.dgja-footer-inner-4col{grid-template-columns:1.4fr repeat(3,1fr)}.dgja-footer-inner:not(.dgja-footer-inner-4col){grid-template-columns:1.4fr repeat(2,1fr)}}.dgja-footer-col-title{display:flex;align-items:center;gap:8px;color:#fff;font-size:1em;margin:0 0 12px}.dgja-footer-col-title .dgja-icon-svg{width:15px;height:15px;color:#93c5fd}.dgja-footer-col .dgja-site-title{color:#fff;font-size:1.15em}.dgja-footer-col p{color:#cbd5e1;font-size:.9em;margin:10px 0}.dgja-footer-col h3{color:#fff;font-size:1em;margin:0 0 12px}.dgja-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dgja-footer-col ul a{color:#cbd5e1;text-decoration:none;font-size:.9em}.dgja-footer-col ul a:hover{color:#fff}.dgja-footer-social{display:flex;flex-wrap:wrap;gap:10px}.dgja-footer-social a{color:#fff;background:rgb(255 255 255 / .12);border-radius:999px;padding:6px 14px;font-size:.85em;text-decoration:none}.dgja-footer-bottom{border-top:1px solid rgb(255 255 255 / .15);padding:14px 0}.dgja-footer-bottom p{margin:0;font-size:.82em;color:#94a3b8;text-align:center}.dgja-floating-ui{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:10px;z-index:9999}.dgja-fab{width:44px;height:44px;border-radius:50%;border:1px solid var(--dgja-border);background:var(--dgja-surface);color:var(--dgja-text);font-size:1.1em;cursor:pointer;box-shadow:0 2px 10px rgb(0 0 0 / .15);display:flex;align-items:center;justify-content:center}.dgja-back-to-top{opacity:0;pointer-events:none;transition:opacity 0.15s ease}.dgja-back-to-top.is-visible{opacity:1;pointer-events:auto}.dgja-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:flex;justify-content:space-around;background:var(--dgja-surface);border-top:1px solid var(--dgja-border);box-shadow:0 -2px 10px rgb(0 0 0 / .08);padding:6px 0 max(6px, env(safe-area-inset-bottom))}.dgja-sticky-bar a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--dgja-text-muted);font-size:.7em;padding:6px 8px;min-width:44px}.dgja-floating-ui{bottom:66px}body.dgja-sticky-bar-active .dgja-site-footer{padding-bottom:56px}@media (min-width:783px){.dgja-sticky-bar{display:none}.dgja-floating-ui{bottom:16px}body.dgja-sticky-bar-active .dgja-site-footer{padding-bottom:0}}.dgja-post-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:20px}@media (min-width:700px){.dgja-post-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.dgja-post-card{background:var(--dgja-surface,#fff);border:1px solid var(--dgja-border,#e5e9f2);border-radius:var(--dgja-radius,14px);overflow:hidden;box-shadow:var(--dgja-shadow,0 1px 3px rgb(16 24 40 / .06));display:flex;flex-direction:column;transition:transform 0.15s ease,box-shadow 0.15s ease}.dgja-post-card:hover{transform:translateY(-3px);box-shadow:var(--dgja-shadow-lg,0 8px 24px rgb(16 24 40 / .1))}.dgja-post-card-thumb{display:block;aspect-ratio:16 / 10;overflow:hidden;background:var(--dgja-bg,#f4f6fb)}.dgja-post-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.dgja-post-card-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.dgja-post-card-type{align-self:flex-start;background:var(--dgja-bg,#f4f6fb);color:var(--dgja-blue,#1e40af);font-size:.72em;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:2px 10px;border-radius:999px}.dgja-post-card-title{margin:0;font-size:1.05em;line-height:1.35}.dgja-post-card-title a{color:var(--dgja-text,#111827);text-decoration:none}.dgja-post-card-title a:hover{color:var(--dgja-blue,#1e40af)}.dgja-post-card-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.78em;color:var(--dgja-text-soft,#6b7280)}.dgja-post-card-excerpt{color:var(--dgja-text-muted,#4b5563);font-size:.92em;flex:1}.dgja-post-card-readmore{align-self:flex-start;color:var(--dgja-blue,#1e40af);font-weight:700;font-size:.88em;text-decoration:none}.dgja-page-article,.dgja-entry-content,.dgja-job-content{color:var(--dgja-text,#111827)}.dgja-page-title{font-size:1.4em;margin:0 0 16px}@media (min-width:600px){.dgja-page-title{font-size:1.8em}}.dgja-page-thumb img{width:100%;height:auto;border-radius:var(--dgja-radius,12px);margin-bottom:16px}.dgja-entry-content h2,.dgja-job-content h2{font-size:1.3em;margin:1.4em 0 .6em}.dgja-entry-content h3,.dgja-job-content h3{font-size:1.12em;margin:1.2em 0 .5em}.dgja-entry-content p,.dgja-job-content p{margin:0 0 1em;line-height:1.7;color:var(--dgja-text-muted,#4b5563)}.dgja-entry-content ul,.dgja-entry-content ol,.dgja-job-content ul,.dgja-job-content ol{margin:0 0 1em;padding-left:1.4em;color:var(--dgja-text-muted,#4b5563)}.dgja-entry-content img,.dgja-job-content img{max-width:100%;height:auto;border-radius:8px}.dgja-entry-content blockquote,.dgja-job-content blockquote{margin:1.2em 0;padding:12px 18px;border-left:4px solid var(--dgja-blue,#1e40af);background:var(--dgja-bg,#f4f6fb);color:var(--dgja-text-muted,#4b5563)}.dgja-entry-content table,.dgja-job-content table{width:100%;border-collapse:collapse;margin:1em 0}.dgja-entry-content table th,.dgja-entry-content table td,.dgja-job-content table th,.dgja-job-content table td{border:1px solid var(--dgja-border,#e5e9f2);padding:8px 10px;text-align:left}.dgja-author-box{display:flex;gap:14px;align-items:flex-start}.dgja-author-avatar img{border-radius:50%;display:block}.dgja-author-name{display:block;font-weight:700;color:var(--dgja-text,#111827);margin-bottom:4px}.dgja-author-bio{color:var(--dgja-text-muted,#4b5563);font-size:.92em;margin:0 0 8px}.dgja-author-link{color:var(--dgja-blue,#1e40af);font-weight:700;font-size:.88em;text-decoration:none}.dgja-comment-list{list-style:none;margin:16px 0;padding:0}.dgja-comment-list .children{list-style:none;margin:0 0 0 24px;padding:0}.dgja-comments-area .comment-body{padding:14px 0;border-bottom:1px solid var(--dgja-border,#e5e9f2)}.comment-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-bottom:4px}.comment-author.vcard{display:flex;align-items:center;gap:10px}.comment-author .avatar{border-radius:50%;display:block}.comment-author .fn{font-style:normal;font-weight:700;color:var(--dgja-text,#111827)}.comment-author .says{display:none}.comment-metadata{font-size:.8em}.comment-metadata a{color:var(--dgja-text-soft,#6b7280);text-decoration:none}.comment-metadata .edit-link a{margin-left:8px}.comment-content p{margin:6px 0 0;color:var(--dgja-text-muted,#4b5563)}.reply{margin-top:8px}.comment-reply-link,.comment-reply-login,#cancel-comment-reply-link{display:inline-block;font-size:.85em;font-weight:700;color:var(--dgja-blue,#2563eb);text-decoration:none}.comment-reply-link:hover,#cancel-comment-reply-link:hover{text-decoration:underline}.comment-awaiting-moderation{display:block;margin-top:6px;font-size:.85em;font-style:italic;color:var(--dgja-text-soft,#6b7280)}.comment-reply-title{margin:0 0 6px;font-size:1.1em}.comment-reply-title small{margin-left:10px;font-size:.6em;font-weight:500}.comment-notes,.logged-in-as{font-size:.88em;color:var(--dgja-text-soft,#6b7280);margin:0 0 12px}.logged-in-as a{color:var(--dgja-blue,#2563eb)}.comment-form label{display:block;font-size:.85em;font-weight:600;color:var(--dgja-text,#111827);margin-bottom:4px}.comment-form .required{color:var(--dgja-red,#dc2626)}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%;max-width:100%;padding:10px 12px;border:1px solid var(--dgja-border,#e5e9f2);border-radius:8px;margin-bottom:14px;font:inherit;background:var(--dgja-surface,#fff);color:var(--dgja-text,#111827)}.comment-form input:focus,.comment-form textarea:focus{outline:2px solid var(--dgja-blue,#2563eb);outline-offset:1px}.comment-form-cookies-consent{display:flex;align-items:flex-start;gap:6px;font-size:.85em;color:var(--dgja-text-soft,#6b7280);margin-bottom:14px}.comment-form-cookies-consent input{margin-top:3px}.comment-form .form-submit{margin:0}.comment-form .form-submit input[type="submit"]{border:0;cursor:pointer}.dgja-post-nav{display:grid;grid-template-columns:1fr;gap:12px;margin:20px 0}@media (min-width:481px){.dgja-post-nav{grid-template-columns:1fr 1fr}}.dgja-post-nav-link{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:var(--dgja-surface,#fff);border:1px solid var(--dgja-border,#e5e9f2);border-radius:var(--dgja-radius,14px);text-decoration:none;min-width:0}.dgja-post-nav-next{text-align:right;align-items:flex-end}.dgja-post-nav-label{display:inline-flex;align-items:center;gap:4px;font-size:.75em;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--dgja-text-soft,#6b7280)}.dgja-post-nav-icon-prev{transform:rotate(180deg)}.dgja-post-nav-title{font-weight:700;color:var(--dgja-text,#111827);font-size:.92em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.dgja-attachment-media{text-align:center;margin-bottom:16px}.dgja-attachment-media img{max-width:100%;height:auto;border-radius:var(--dgja-radius,14px)}.dgja-attachment-back a{display:inline-flex;align-items:center;gap:4px;color:var(--dgja-blue,#2563eb);font-weight:700;text-decoration:none;font-size:.9em}.dgja-attachment-back .dgja-icon-svg{transform:rotate(180deg)}.dgja-404-card{text-align:center;padding:40px 16px}.dgja-404-card h1{font-size:1.6em;margin:0 0 12px}.dgja-404-card p{color:var(--dgja-text-muted,#4b5563);max-width:480px;margin:0 auto 20px}.dgja-404-card .dgja-search-form{margin:0 auto}.dgja-no-results{text-align:center;padding:32px 16px}.dgja-no-results .dgja-search-form{margin:16px auto 0}.dgja-entry-content h1,.dgja-entry-content h2,.dgja-entry-content h3,.dgja-entry-content h4,.dgja-job-content h1,.dgja-job-content h2,.dgja-job-content h3,.dgja-job-content h4,[id]{scroll-margin-top:84px}.dgja-entry-content h4,.dgja-entry-content h5,.dgja-entry-content h6,.dgja-job-content h4,.dgja-job-content h5,.dgja-job-content h6{margin:1.2em 0 .5em;color:var(--dgja-text,#111827)}.dgja-entry-content a:not(.dgja-btn):not(.dgja-tax-pill),.dgja-job-content a:not(.dgja-btn):not(.dgja-tax-pill){color:var(--dgja-blue,#2563eb);text-decoration:underline;text-decoration-color:rgb(37 99 235 / .35);text-underline-offset:2px}.dgja-entry-content a:hover,.dgja-job-content a:hover{text-decoration-color:currentColor}.dgja-entry-content hr,.dgja-job-content hr,.wp-block-separator{border:none;border-top:1px solid var(--dgja-border,#e5e9f2);margin:2em 0}.wp-block-separator.is-style-wide{border-top-width:2px}.wp-block-separator.is-style-dots{border:none;text-align:center;line-height:1}.wp-block-separator.is-style-dots::before{content:"\2022 \2022 \2022";font-size:1.4em;letter-spacing:.5em;color:var(--dgja-text-soft,#6b7280)}.dgja-entry-content dl,.dgja-job-content dl{margin:0 0 1em}.dgja-entry-content dt,.dgja-job-content dt{font-weight:700;color:var(--dgja-text,#111827)}.dgja-entry-content dd,.dgja-job-content dd{margin:0 0 .8em 1em;color:var(--dgja-text-muted,#4b5563)}.dgja-entry-content mark,.dgja-job-content mark{background:#fef08a;color:#713f12;padding:0 3px;border-radius:3px}.dgja-entry-content kbd,.dgja-job-content kbd{background:var(--dgja-bg,#f4f6fb);border:1px solid var(--dgja-border,#e5e9f2);border-bottom-width:2px;border-radius:4px;padding:1px 6px;font-size:.85em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.dgja-entry-content code,.dgja-job-content code{background:var(--dgja-bg,#f4f6fb);border-radius:4px;padding:1px 6px;font-size:.88em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.dgja-entry-content pre,.dgja-job-content pre,.wp-block-code,.wp-block-preformatted{background:#0f172a;color:#e2e8f0;padding:16px 18px;border-radius:var(--dgja-radius,14px);overflow-x:auto;margin:1.2em 0;font-size:.88em;line-height:1.6}.dgja-entry-content pre code,.dgja-job-content pre code,.wp-block-code code{background:none;padding:0;color:inherit}.dgja-entry-content blockquote:not(.wp-block-pullquote),.dgja-job-content blockquote:not(.wp-block-pullquote),.wp-block-quote{margin:1.4em 0;padding:4px 0 4px 18px;border-left:4px solid var(--dgja-blue,#2563eb);color:var(--dgja-text-muted,#4b5563);font-size:1.05em}.wp-block-quote p{margin:0 0 .6em}.wp-block-quote cite,.dgja-entry-content blockquote cite,.dgja-job-content blockquote cite{display:block;font-style:normal;font-size:.82em;font-weight:700;color:var(--dgja-text-soft,#6b7280)}.wp-block-pullquote{margin:1.6em 0;padding:28px 10px;border-top:3px solid var(--dgja-blue,#2563eb);border-bottom:3px solid var(--dgja-blue,#2563eb);text-align:center}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{font-size:1.4em;font-weight:700;line-height:1.4;color:var(--dgja-text,#111827)}.wp-block-pullquote cite{display:block;margin-top:10px;font-style:normal;font-size:.7em;color:var(--dgja-text-soft,#6b7280)}.dgja-entry-content table,.dgja-job-content table,.wp-block-table table{width:100%;border-collapse:collapse;margin:1.2em 0;overflow:hidden;border-radius:10px;border:1px solid var(--dgja-border,#e5e9f2)}.dgja-entry-content table th,.dgja-job-content table th,.wp-block-table table th{background:var(--dgja-bg,#f4f6fb);font-weight:700;text-align:left}.dgja-entry-content table th,.dgja-entry-content table td,.dgja-job-content table th,.dgja-job-content table td,.wp-block-table table th,.wp-block-table table td{border:1px solid var(--dgja-border,#e5e9f2);padding:10px 12px;text-align:left}.wp-block-table.is-style-stripes table{border:none}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:var(--dgja-bg,#f4f6fb)}.wp-block-table figcaption{font-size:.82em;color:var(--dgja-text-soft,#6b7280);margin-top:6px;text-align:center}.dgja-entry-content ul,.dgja-entry-content ol,.dgja-job-content ul,.dgja-job-content ol,.wp-block-list{margin:0 0 1em;padding-left:1.4em;color:var(--dgja-text-muted,#4b5563)}.dgja-entry-content li>ul,.dgja-entry-content li>ol,.dgja-job-content li>ul,.dgja-job-content li>ol{margin:.3em 0 0}.wp-block-button__link{display:inline-block;background:var(--dgja-blue,#2563eb);color:#fff;font-weight:700;padding:10px 22px;border-radius:999px;text-decoration:none}.wp-block-button__link:hover{opacity:.92;color:#fff}.wp-block-button.is-style-outline .wp-block-button__link{background:#fff0;border:2px solid var(--dgja-blue,#2563eb);color:var(--dgja-blue,#2563eb);padding:8px 20px}.wp-block-buttons{gap:10px;flex-wrap:wrap}.wp-block-columns{margin-bottom:1.4em;gap:24px}.wp-block-column p:last-child{margin-bottom:0}.wp-block-cover{border-radius:var(--dgja-radius,14px);overflow:hidden;margin:1.4em 0}.dgja-entry-content img,.dgja-job-content img,.wp-block-image img{max-width:100%;height:auto;border-radius:10px}.dgja-entry-content figure,.dgja-job-content figure,.wp-block-image{margin:1.2em 0}.wp-block-image figcaption,.wp-caption-text,.dgja-entry-content .wp-caption-text{font-size:.82em;color:var(--dgja-text-soft,#6b7280);text-align:center;margin-top:6px}.wp-block-gallery{margin:1.2em 0}.wp-block-gallery .wp-block-image img{border-radius:8px}.wp-block-embed{margin:1.4em 0}.wp-block-embed__wrapper{border-radius:var(--dgja-radius,14px);overflow:hidden}.wp-block-details{border:1px solid var(--dgja-border,#e5e9f2);border-radius:10px;padding:12px 16px;margin:1em 0}.wp-block-details summary{cursor:pointer;font-weight:700;color:var(--dgja-text,#111827)}.wp-block-search__inside-wrapper{border:1px solid var(--dgja-border,#e5e9f2);border-radius:999px;overflow:hidden}.wp-block-search__input{border:0!important;padding:10px 16px!important}.wp-block-search__button{background:var(--dgja-orange,#ea580c)!important;color:#fff!important;border:0!important;border-radius:0!important;font-weight:700}.more-link{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-weight:700;color:var(--dgja-blue,#2563eb);text-decoration:none}.page-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:1.4em 0;font-weight:700;color:var(--dgja-text-soft,#6b7280)}.page-links a{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;border-radius:8px;background:var(--dgja-bg,#f4f6fb);color:var(--dgja-blue,#2563eb);text-decoration:none}.dgja-sidebar .widget ul,.dgja-sidebar .widget ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dgja-sidebar .widget li{color:var(--dgja-text-muted,#4b5563);font-size:.92em}.dgja-sidebar .widget a{color:var(--dgja-text-muted,#4b5563);text-decoration:none}.dgja-sidebar .widget a:hover{color:var(--dgja-blue,#2563eb)}.dgja-sidebar .widget select,.dgja-sidebar .widget input[type="text"],.dgja-sidebar .widget input[type="search"],.dgja-sidebar .widget input[type="email"]{width:100%;padding:8px 10px;border:1px solid var(--dgja-border,#e5e9f2);border-radius:8px;font:inherit}.dgja-sidebar .widget table{width:100%;border-collapse:collapse;font-size:.85em}.dgja-sidebar .widget table caption{font-weight:700;margin-bottom:6px;text-align:left}.dgja-sidebar .widget table td,.dgja-sidebar .widget table th{padding:4px;text-align:center}.dgja-sidebar .widget table #today{background:var(--dgja-blue,#2563eb);color:#fff;border-radius:4px}.dgja-sidebar .widget .tagcloud{display:flex;flex-wrap:wrap;gap:8px}.dgja-sidebar .widget .tagcloud a{background:var(--dgja-bg,#f4f6fb);border:1px solid var(--dgja-border,#e5e9f2);border-radius:999px;padding:4px 12px;font-size:0.8em!important}.dgja-sidebar .widget .wp-block-tag-cloud a{margin-right:6px}