@charset "UTF-8";
/** Global Theme-owned Light/Dark mode. Light is the default on every public route. */
html[data-stm-color-mode="light"]{color-scheme:light}
html[data-stm-color-mode="dark"]{
  color-scheme:dark;
  --stm-color-ink:#dce5ee;
  --stm-color-heading:#f8fafc;
  --stm-color-muted:#a8b4c1;
  --stm-color-subtle:#8492a2;
  --stm-color-border:#2b3642;
  --stm-color-border-strong:#3a4756;
  --stm-color-divider:#2b3642;
  --stm-color-surface:#111820;
  --stm-color-surface-soft:#151e28;
  --stm-color-canvas:#0b1118;
  --stm-surface-page:var(--stm-color-canvas);
  --stm-surface-panel:var(--stm-color-surface);
  --stm-surface-muted:var(--stm-color-surface-soft);
  --stm-color-overlay-soft:#18222d;
  --stm-raised-edge-highlight:#344252;
  --stm-raised-edge-line:#2c3947;
  --stm-raised-heading-bg:linear-gradient(180deg,#263342 0 1px,#151e28 1px calc(100% - 1px),#0b1118 calc(100% - 1px) 100%);
  --stm-raised-heading-surface:#151e28;
  --stm-raised-heading-text:#f8fafc;
  --stm-raised-hover-bg:linear-gradient(180deg,#314052 0 1px,#192430 1px calc(100% - 1px),#0d141c calc(100% - 1px) 100%);
  --stm-raised-hover-surface:#192430;
  --stm-raised-control-bg:#111820;
  --stm-raised-control-hover-bg:#18232e;
  --stm-header-topbar-bg:#0f161e;
  --stm-header-main-bg:#111820;
  --stm-header-nav-bg:#0f161e;
  --stm-header-topbar-text:#f8fafc;
  --stm-header-main-text:#f8fafc;
  --stm-header-nav-text:#f8fafc;
  --stm-header-border:#2b3642;
  --stm-footer-bg:#0f161e;
  --stm-footer-ink:#eef3f8;
  --stm-footer-muted:#a9b4c0;
  --stm-footer-border:#2a3541;
  --stm-footer-accordion-bg:#131c25;
  --stm-footer-accordion-border:#2d3946;
}
html[data-stm-color-mode="dark"] body{background:var(--stm-color-canvas);color:var(--stm-color-ink)}
html[data-stm-color-mode="dark"] body.stm-engine-storefront{
  --stm-commerce-surface:#111820;
  --stm-commerce-surface-soft:#151e28;
  --stm-commerce-heading:#f8fafc;
  --stm-commerce-muted:#a8b4c1;
  --stm-commerce-border:#2b3642;
  --stm-commerce-primary:var(--stm-color-primary,#ff6a00);
  --stm-commerce-primary-soft:color-mix(in srgb,var(--stm-color-primary,#ff6a00) 14%,#111820);
  --stm-panel-bg:#111820;
  --stm-header-main-text:#f8fafc;
  --stm-header-action-hover-bg:var(--stm-color-primary,#ff6a00);
  --stm-header-action-hover-text:var(--stm-color-on-primary,#fff);
  --stm-header-notify-panel-bg:#111820;
  --stm-header-notify-panel-border:#2b3642;
  --stm-header-notify-title-color:#f8fafc;
  --stm-header-notify-meta-color:#a8b4c1;
  --stm-header-notify-item-bg:#151e28;
  --stm-header-notify-item-unread-bg:#18232e;
  --stm-header-notify-footer-bg:#111820;
  --stm-product-card-bg:var(--stm-commerce-surface);
  --stm-product-media-bg:var(--stm-commerce-surface);
  --stm-product-media-hover-overlay:rgba(17,24,32,.62);
  --stm-commerce-canvas:var(--stm-color-canvas);
  --stm-homepage-background:var(--stm-color-canvas);
}
html[data-stm-color-mode="dark"] body :where(.stm-page,.stm-blog,.stm-blog-archive,.stm-sp){color:var(--stm-color-ink)}
html[data-stm-color-mode="dark"] body :where(a){text-decoration-color:color-mix(in srgb,currentColor 55%,transparent)}

/* One shared toggle contract for default and Blog Headers. */
.stm-theme-toggle{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:26px;margin:0;padding:0 9px;
  border:0;border-radius:0;background:transparent;color:var(--stm-header-main-text);
  box-shadow:none;filter:none;font-size:10px;font-weight:700;line-height:1;cursor:pointer;
  transition:border-color var(--stm-transition-fast),background var(--stm-transition-fast),color var(--stm-transition-fast);
}
.stm-theme-toggle:hover{border-color:transparent;background:transparent;color:var(--stm-color-primary)}
.stm-theme-toggle__icon{display:grid;width:14px;height:14px;place-items:center;color:currentColor}
.stm-theme-toggle__icon--dark{display:none}
html[data-stm-color-mode="dark"] .stm-theme-toggle__icon--light{display:none}
html[data-stm-color-mode="dark"] .stm-theme-toggle__icon--dark{display:grid}
.stm-theme-toggle--compact{display:inline-flex;width:var(--stm-header-action-size,44px);height:var(--stm-header-action-size,44px);min-height:var(--stm-header-action-size,44px);padding:0;border-radius:var(--stm-header-action-radius,var(--stm-radius-md));font-size:0}
.stm-theme-toggle--compact .stm-theme-toggle__label{display:none}
.stm-theme-toggle--compact .stm-theme-toggle__icon{width:var(--stm-header-action-icon-size,22px);height:var(--stm-header-action-icon-size,22px)}
html[data-stm-layout="tablet"] .stm-theme-toggle--compact{width:var(--stm-header-compact-action-size-tablet);height:var(--stm-header-compact-action-size-tablet);min-height:var(--stm-header-compact-action-size-tablet)}
html[data-stm-layout="tablet"] .stm-theme-toggle--compact .stm-theme-toggle__icon{width:var(--stm-header-compact-action-icon-size-tablet);height:var(--stm-header-compact-action-icon-size-tablet)}
html[data-stm-layout="mobile"] .stm-theme-toggle--compact{width:var(--stm-header-compact-action-size-mobile);height:var(--stm-header-compact-action-size-mobile);min-height:var(--stm-header-compact-action-size-mobile)}
html[data-stm-layout="mobile"] .stm-theme-toggle--compact .stm-theme-toggle__icon{width:var(--stm-header-compact-action-icon-size-mobile);height:var(--stm-header-compact-action-icon-size-mobile)}
@media (prefers-reduced-motion:no-preference){html[data-stm-color-mode] body{transition:background-color .18s ease,color .18s ease}}
