:root {
  --stm-font-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --stm-font-display: var(--stm-font-sans);
  --stm-font-size-body: 16px;
  --stm-font-size-small: 13px;
  --stm-font-size-button: 14px;
  --stm-font-size-menu: 14px;
  --stm-font-size-h1: clamp(32px,4vw,52px);
  --stm-font-size-h2: clamp(26px,3vw,38px);
  --stm-font-size-h3: clamp(20px,2vw,28px);
  --stm-font-size-h4: 18px;
  --stm-line-body: 1.65;
  --stm-line-heading: 1.2;
  --stm-weight-regular: 400;
  --stm-weight-medium: 500;
  --stm-weight-semibold: 600;
  --stm-weight-bold: 700;
  --stm-body-font-weight: 400;
  --stm-heading-font-weight: 700;
  --stm-button-font-weight: 700;
  --stm-menu-font-weight: 600;
  --stm-color-primary: #ff6a00;
  --stm-color-primary-deep: #e65300;
  --stm-color-primary-soft: #fff2e8;
  --stm-color-accent: #ff6a00;
  --stm-color-accent-deep: #e65300;
  --stm-color-accent-soft: #fff2e8;
  --stm-color-secondary: #0f172a;
  --stm-color-ink: #1f2937;
  --stm-color-heading: #0f172a;
  --stm-color-muted: #64748b;
  --stm-color-subtle: #94a3b8;
  --stm-color-border: #e5e7eb;
  --stm-color-border-strong: #cbd5e1;
  --stm-color-divider: #e5e7eb;
  --stm-color-surface: #ffffff;
  --stm-color-surface-soft: #f8fafc;
  --stm-color-canvas: #f5f6f8;
  --stm-raised-heading-surface: #f3f4f6;
  --stm-raised-heading-text: #111827;
  --stm-raised-hover-surface: #f8fafc;
  --stm-raised-edge-highlight: #ffffff;
  --stm-raised-edge-line: #cbd5e1;
  --stm-raised-heading-bg: linear-gradient(180deg,var(--stm-raised-edge-highlight) 0 1px,var(--stm-raised-heading-surface) 1px calc(100% - 1px),var(--stm-raised-edge-line) calc(100% - 1px) 100%);
  --stm-raised-hover-bg: linear-gradient(180deg,var(--stm-raised-edge-highlight) 0 1px,var(--stm-raised-hover-surface) 1px calc(100% - 1px),var(--stm-raised-edge-line) calc(100% - 1px) 100%);
  --stm-raised-control-bg: linear-gradient(180deg,var(--stm-raised-edge-highlight) 0 1px,var(--stm-color-surface) 1px calc(100% - 1px),var(--stm-color-border) calc(100% - 1px) 100%);
  --stm-raised-control-hover-bg: linear-gradient(180deg,var(--stm-raised-edge-highlight) 0 1px,var(--stm-raised-hover-surface) 1px calc(100% - 1px),var(--stm-raised-edge-line) calc(100% - 1px) 100%);
  --stm-raised-accent-bg: linear-gradient(180deg,color-mix(in srgb,var(--stm-color-primary) 76%,var(--stm-color-surface)) 0 1px,var(--stm-color-primary) 1px calc(100% - 1px),var(--stm-color-primary-deep) calc(100% - 1px) 100%);
  --stm-raised-accent-hover-bg: linear-gradient(180deg,color-mix(in srgb,var(--stm-color-primary-deep) 72%,var(--stm-color-surface)) 0 1px,var(--stm-color-primary-deep) 1px calc(100% - 1px),color-mix(in srgb,var(--stm-color-primary-deep) 82%,var(--stm-color-heading)) calc(100% - 1px) 100%);
  --stm-raised-heading-padding-y: 10px;
  --stm-raised-heading-padding-x: 14px;
  --stm-raised-radius: var(--stm-radius-md);
  --stm-color-success: #15803d;
  --stm-color-warning: #b45309;
  --stm-color-danger: #b91c1c;
  --stm-surface-page: var(--stm-color-canvas);
  --stm-surface-panel: var(--stm-color-surface);
  --stm-surface-muted: var(--stm-color-surface-soft);
  --stm-border-default: 1px solid var(--stm-color-border);
  --stm-divider-default: 1px solid var(--stm-color-divider);
  --stm-container: 1280px;
  --stm-container-wide: 1440px;
  --stm-container-reading: 800px;
  --stm-content-gutter: 24px;
  --stm-content-gutter-mobile: 16px;
  --stm-section-space: 64px;
  --stm-section-space-mobile: 40px;
  --stm-sidebar-width: 300px;
  --stm-grid-gap: var(--stm-space-5);
  --stm-space-0: 0;
  --stm-space-1: 4px;
  --stm-space-2: 8px;
  --stm-space-3: 12px;
  --stm-space-4: 16px;
  --stm-space-5: 20px;
  --stm-space-6: 24px;
  --stm-space-7: 28px;
  --stm-space-8: 32px;
  --stm-space-10: 40px;
  --stm-space-12: 48px;
  --stm-space-16: 64px;
  --stm-radius-none: 0;
  --stm-radius-sm: 4px;
  --stm-radius: 6px;
  --stm-radius-md: 8px;
  --stm-radius-lg: 12px;
  --stm-radius-pill: 999px;
  --stm-button-radius: 10px;
  --stm-control-height: 42px;
  --stm-control-height-mobile: 46px;
  --stm-button-padding-x: 16px;
  --stm-button-padding-y: 10px;
  --stm-icon-size: 20px;
  --stm-header-height: 76px;
  --stm-topbar-height: 30px;
  --stm-navbar-height: 36px;
  --stm-button-primary-bg: var(--stm-color-primary);
  --stm-button-primary-hover: var(--stm-color-primary-deep);
  --stm-button-primary-text: var(--stm-color-on-primary);
  --stm-button-secondary-bg: var(--stm-color-secondary);
  --stm-button-secondary-hover: #020617;
  --stm-button-secondary-text: var(--stm-color-on-dark);
  --stm-focus-outline: 3px solid rgba(255,106,0,.40);
  --stm-transition-fast: 160ms ease;
  --stm-transition-base: 220ms ease;
  --stm-shadow-none: none;
  --stm-shadow-product-hover: 0 14px 32px rgba(15,23,42,.12);
  --stm-shadow-blog-card: 0 8px 24px rgba(15,23,42,.08);
  --stm-shadow-blog-card-hover: 0 14px 34px rgba(15,23,42,.12);
  --stm-view-product-height: 44px;
  --stm-footer-bg: #f3f4f6;
  --stm-footer-ink: #111827;
  --stm-footer-muted: #374151;
  --stm-footer-border: #d7dce3;
  --stm-footer-shell-edge-background: var(--stm-footer-bg);
  --stm-footer-shell-edge-shadow: none;
  --stm-footer-bottom-bg: color-mix(in srgb,var(--stm-footer-bg) 88%,var(--stm-color-surface));
  --stm-footer-bottom-edge-shadow: none;
  --stm-footer-social-edge-shadow: none;
  --stm-footer-social-edge-hover-shadow: none;
  --stm-footer-grid-gap: 56px;
  --stm-footer-column-gap: 46px;
  --stm-footer-padding-y: 28px;
  --stm-footer-social-to-bottom-gap: 12px;
  --stm-footer-accordion-bg: #ffffff;
  --stm-footer-accordion-border: #e1e5ea;
  --stm-footer-support-bg: var(--stm-color-primary);
  --stm-footer-support-ink: #ffffff;
  --stm-footer-support-edge-background: var(--stm-footer-support-bg);
  --stm-footer-support-edge-shadow: none;
  --stm-footer-support-button-edge-shadow: none;
  --stm-footer-support-button-edge-hover-shadow: none;
  --stm-footer-support-column-gap: 48px;
  --stm-footer-support-padding-y: 16px;
  --stm-footer-support-title-size: 18px;
  --stm-footer-support-button-bg: #ffffff;
  --stm-footer-support-button-ink: #111827;
  --stm-footer-support-button-border: #ffffff;
  --stm-footer-support-button-hover: var(--stm-color-primary-deep);
  --stm-footer-support-submit-bg: #111827;
  --stm-footer-support-submit-ink: #ffffff;
  --stm-footer-compact-column-gap: 4px;
  --stm-footer-compact-button-padding-x: 6px;
  --stm-footer-compact-button-padding-y: 4px;
  --stm-footer-compact-panel-padding: 6px;
  --stm-footer-compact-menu-gap: 3px;
  --stm-footer-top-size: 48px;
  --stm-footer-top-offset: 24px;
  --stm-footer-top-bg: var(--stm-color-primary);
  --stm-footer-top-ink: #ffffff;
  --stm-z-floating: 900;
  --stm-header-accent: var(--stm-color-primary);
  --stm-primary: var(--stm-color-primary);
  --stm-surface: var(--stm-color-surface);
  --stm-text: var(--stm-color-ink);
  --stm-header-bg: var(--stm-color-surface);
  --stm-header-ink: var(--stm-color-heading);
  --stm-topbar: block;
  --stm-footer: block;
  --stm-page-gutter: var(--stm-content-gutter);
  --stm-transition-slow: 320ms ease;
  --stm-video-ratio: 16 / 9;
  --stm-card-padding: var(--stm-space-4);
  --stm-card-padding-compact: var(--stm-space-3);
  --stm-section-gap: var(--stm-space-6);
  --stm-content-spacing: var(--stm-space-6);
  --stm-blog-card-radius: var(--stm-radius-md);
  --stm-panel-radius: var(--stm-radius-lg);
  --stm-font-size-xs: 11px;
  --stm-font-size-label: 12px;
  --stm-font-size-ui: 14px;
  --stm-font-size-large: 18px;
  --stm-line-compact: 1.2;
  --stm-line-ui: 1.4;
  --stm-letter-tight: -.01em;
  --stm-letter-wide: .04em;
  --stm-color-on-primary: #ffffff;
  --stm-color-on-dark: #ffffff;
  --stm-color-product-link: #2563eb;
  --stm-color-product-link-hover: #1d4ed8;
  --stm-color-link: var(--stm-color-product-link);
  --stm-color-link-hover: var(--stm-color-product-link-hover);
  --stm-color-meta-link: var(--stm-color-ink);
  --stm-color-meta-link-hover: var(--stm-color-heading);
  --stm-link-underline-thickness: 1px;
  --stm-link-underline-offset: 3px;
  --stm-color-success-deep: #166534;
  --stm-color-success-soft: #ecfdf5;
  --stm-color-warning-soft: #fff7ed;
  --stm-color-danger-soft: #fef2f2;
  --stm-control-height-sm: 36px;
  --stm-control-height-lg: 48px;
  --stm-header-control-width: 50px;
  --stm-header-control-height: 46px;
  --stm-button-gap: 8px;
  --stm-button-border-width: 1px;
  --stm-button-border-color: transparent;
  --stm-button-disabled-opacity: .55;
  --stm-badge-bg: var(--stm-color-success);
  --stm-badge-text: var(--stm-color-on-primary);
  --stm-badge-border: 2px solid var(--stm-color-surface);
  --stm-badge-size: 18px;
  --stm-badge-padding-x: 4px;
  --stm-badge-font-size: 10px;
  --stm-badge-font-weight: var(--stm-weight-bold);
  --stm-badge-radius: var(--stm-radius-pill);
  --stm-panel-border: 1px solid var(--stm-color-border);
  --stm-panel-bg: var(--stm-color-surface);
  --stm-panel-padding: var(--stm-space-4);
  --stm-rating-percent: 0%;
  --stm-color-info: #2563eb;
  --stm-color-info-soft: #eff6ff;
  --stm-color-on-dark-muted: #cbd5e1;
  --stm-color-overlay: rgba(2,6,23,.58);
  --stm-color-overlay-soft: rgba(15,23,42,.10);
  --stm-focus-ring-color: rgba(255,106,0,.40);
  --stm-container-width: var(--stm-container);
  --stm-container-padding: var(--stm-content-gutter);
  --stm-icon-size-sm: 18px;
  --stm-icon-size-md: 20px;
  --stm-icon-size-lg: 24px;
  --stm-icon-button-size: 34px;
  --stm-focus-offset: 2px;
  --stm-space-20: 80px;
  --stm-space-24: 96px;
  --stm-radius-xl: 16px;
  --stm-radius-2xl: 20px;
  --stm-font-size-xl: 20px;
  --stm-font-size-title: 22px;
  --stm-font-size-2xl: 24px;
  --stm-font-size-section: 28px;
  --stm-font-size-3xl: 30px;
  --stm-homepage-background: var(--stm-surface-page);
  --stm-homepage-padding-y: 10px;
  --stm-homepage-edge-background: var(--stm-homepage-background,var(--stm-surface-page));
  --stm-homepage-edge-shadow-soft: none;
  --stm-homepage-edge-shadow-recommended: none;
  --stm-homepage-edge-shadow-deep: none;
  --stm-features-bg: transparent;
  --stm-features-top-gap: 0px;
  --stm-features-max-width: 920px;
  --stm-features-item-gap: 18px;
  --stm-features-content-gap: 6px;
  --stm-features-separator-offset: 9px;
  --stm-features-separator-height: 26px;
  --stm-features-strip-padding-y: 10px;
  --stm-features-item-min-height: 44px;
  --stm-features-item-padding-x: 0px;
  --stm-features-item-padding-y: 0px;
  --stm-hero-bg: var(--stm-color-primary);
  --stm-hero-bg-deep: var(--stm-color-primary-deep);
  --stm-hero-accent: var(--stm-color-primary-soft);
  --stm-hero-min-height-desktop: 300px;
  --stm-hero-min-height-tablet: 280px;
  --stm-hero-min-height-mobile: 300px;
  --stm-hero-transition-duration: 480ms;
  --stm-hero-copy-max: 640px;
  --stm-hero-media-max: 520px;
  --stm-page-section-gap: var(--stm-section-space);
  --stm-swatch-size: 40px;
  --stm-swatch-size-mobile: 36px;
  --stm-swatch-height: 32px;
  --stm-swatch-height-mobile: 28px;
  --stm-swatch-radius: var(--stm-button-radius);
  --stm-chart-ring-bg: var(--stm-color-success);
  --stm-chart-ring-track: var(--stm-color-border);
  --stm-blog-card-media-radius: var(--stm-radius-md);
  --stm-blog-card-gap-x: var(--stm-space-5);
  --stm-blog-card-gap-y: var(--stm-space-6);
  --stm-blog-sidebar-width: 330px;
  --stm-layout-gap: var(--stm-space-5);
  --stm-container-article: 1100px;
  --stm-blog-hero-gap-x-desktop: 64px;
  --stm-blog-hero-gap-y-desktop: 12px;
  --stm-blog-hero-image-size-desktop: 450px;
  --stm-blog-hero-image-max-desktop: 36vw;
  --stm-blog-hero-image-border-desktop: 18px;
  --stm-blog-hero-image-radius: var(--stm-radius-lg);
  --stm-blog-hero-gap-x-tablet: 30px;
  --stm-blog-hero-gap-y-tablet: 12px;
  --stm-blog-hero-image-size-tablet: 380px;
  --stm-blog-hero-image-max-tablet: 42vw;
  --stm-blog-hero-image-border-tablet: 12px;
  --stm-blog-hero-gap-x-mobile: 18px;
  --stm-blog-hero-gap-y-mobile: 10px;
  --stm-blog-hero-image-size-mobile: 260px;
  --stm-blog-hero-image-max-mobile: 40vw;
  --stm-blog-hero-image-border-mobile: 9px;
  --stm-blog-hero-gap-x-small: 14px;
  --stm-blog-hero-image-size-small: 210px;
  --stm-blog-hero-image-max-small: 38vw;
  --stm-blog-hero-image-border-small: 7px;
  --stm-sticky-cta-max-width: 520px;
  --stm-sticky-cta-padding: var(--stm-space-3);
  --stm-sticky-cta-z: 9999;
  --stm-account-card-radius: var(--stm-radius-xl);
  --stm-color-text: var(--stm-color-ink);
  --stm-color-disabled-bg: var(--stm-color-border);
  --stm-color-disabled-text: var(--stm-color-muted);
  --stm-border-width: 1px;
  --stm-button-padding-inline: var(--stm-button-padding-x);
  --stm-button-primary-bg-hover: var(--stm-button-primary-hover);
  --stm-button-secondary-bg-hover: var(--stm-button-secondary-hover);
  --stm-button-secondary-text-hover: var(--stm-color-on-dark);
  --stm-button-secondary-border: transparent;
  --stm-button-secondary-border-hover: transparent;
  --stm-focus-ring: var(--stm-focus-outline);
  --stm-transition-interactive: var(--stm-transition-base);
  --stm-z-base: 1;
  --stm-z-content: 5;
  --stm-feature-icon-size: 32px;
  --stm-feature-icon-size-tablet: 28px;
  --stm-feature-icon-size-mobile: 24px;
  --stm-muted-opacity: .72;
  --stm-disabled-opacity: .78;
  --stm-loading-opacity: .58;
  --stm-star-letter-spacing: 1px;
  --stm-quick-view-min-width: 96px;
  --stm-z-overlay: 8;
  --stm-z-badge: 12;
  --stm-z-card-hover: 20;
  --stm-badge-offset: -7px;
  --stm-account-layout-width: var(--stm-container);
  --stm-account-sidebar-width: 220px;
  --stm-admin-control-height: 40px;
  --stm-header-padding-x: 50px;
  --stm-header-padding-x-tablet: 10px;
  --stm-header-padding-x-mobile: 10px;
  --stm-header-main-height: 88px;
  --stm-header-topbar-bg: #ffffff;
  --stm-header-topbar-text: #050711;
  --stm-header-main-bg: #ffffff;
  --stm-header-main-text: #050711;
  --stm-header-nav-bg: #ffffff;
  --stm-header-nav-text: #050711;
  --stm-header-border: #e5e7eb;
  --stm-header-brand-icon-size: 48px;
  --stm-header-brand-name-size: 22px;
  --stm-header-brand-primary-size: 22px;
  --stm-header-brand-suffix-size: 9px;
  --stm-header-brand-suffix-space: 8px;
  --stm-header-brand-suffix-tracking: .06em;
  --stm-header-departments-size: 44px;
  --stm-header-search-height: 46px;
  --stm-header-search-bg: var(--stm-color-surface);
  --stm-header-search-text: var(--stm-color-heading);
  --stm-header-search-placeholder: var(--stm-color-muted);
  --stm-header-search-category-bg: var(--stm-color-surface);
  --stm-header-search-border-width: 1px;
  --stm-header-search-border-color: var(--stm-color-primary);
  --stm-header-search-radius: var(--stm-radius-pill);
  --stm-header-search-font-size: 14px;
  --stm-header-search-category-font-size: 13px;
  --stm-header-search-line-height: 1.2;
  --stm-header-search-input-padding: 16px;
  --stm-header-search-category-width: 170px;
  --stm-header-search-category-padding-left: 16px;
  --stm-header-search-category-padding-right: 38px;
  --stm-header-search-category-arrow-right: 16px;
  --stm-header-search-button-size: 40px;
  --stm-header-search-button-inset: 3px;
  --stm-header-search-button-bg: var(--stm-color-primary);
  --stm-header-search-button-hover: var(--stm-color-primary-deep);
  --stm-header-search-button-text: var(--stm-color-on-primary);
  --stm-header-search-button-width: 54px;
  --stm-header-main-gap: 16px;
  --stm-header-search-side-gap: 30px;
  --stm-header-search-side-gap-tablet: 18px;
  --stm-header-search-side-gap-mobile: 8px;
  --stm-header-row-gap: 10px;
  --stm-header-identity-gap: 16px;
  --stm-header-identity-gap-tablet: 14px;
  --stm-header-identity-gap-mobile: 4px;
  --stm-header-actions-gap: 8px;
  --stm-header-z: 12000;
  --stm-header-search-z: 12040;
  --stm-header-nav-z: 12030;
  --stm-offcanvas-z: 1000000;
  --stm-offcanvas-width: 340px;
  --stm-offcanvas-parent-hover-bg: var(--stm-color-primary);
  --stm-offcanvas-parent-hover-text: var(--stm-color-on-primary);
  --stm-header-topbar-social-size: 20px;
  --stm-header-topbar-icon-size: 16px;
  --stm-header-topbar-menu-icon-size: 14px;
  --stm-header-topbar-font-size: var(--stm-font-size-label);
  --stm-header-topbar-gap: var(--stm-space-4);
  --stm-header-topbar-item-gap: var(--stm-space-2);
  --stm-header-brand-icon-size-tablet: 41px;
  --stm-header-brand-icon-size-mobile: 25px;
  --stm-header-brand-primary-size-tablet: 21px;
  --stm-header-brand-primary-size-mobile: 14px;
  --stm-header-brand-suffix-size-tablet: 8px;
  --stm-header-brand-suffix-size-mobile: 5px;
  --stm-header-brand-suffix-space-tablet: 8px;
  --stm-header-brand-suffix-space-mobile: 5px;
  --stm-header-brand-max-width: 170px;
  --stm-header-brand-max-width-tablet: 160px;
  --stm-header-brand-max-width-mobile: 96px;
  --stm-header-departments-size-tablet: 38px;
  --stm-header-departments-size-mobile: 33px;
  --stm-header-departments-icon-width: 18px;
  --stm-header-departments-icon-width-tablet: 23px;
  --stm-header-departments-icon-width-mobile: 20px;
  --stm-header-departments-line-height: 2px;
  --stm-header-departments-line-gap: 4px;
  --stm-header-departments-line-gap-mobile: 3px;
  --stm-header-search-height-mobile: 37px;
  --stm-header-search-button-size-mobile: 33px;
  --stm-header-search-font-size-mobile: 10px;
  --stm-header-search-input-padding-mobile: 9px;
  --stm-header-nav-gap: clamp(8px,1vw,14px);
  --stm-header-nav-underline-bottom: 7px;
  --stm-header-nav-underline-height: 2px;
  --stm-header-nav-submenu-width: 220px;
  --stm-header-nav-submenu-item-height: 38px;
  --stm-header-nav-submenu-font-size: 13px;
  --stm-header-nav-mobile-height: 26px;
  --stm-header-nav-mobile-gap: 14px;
  --stm-header-nav-mobile-font-size: 9px;
  --stm-header-nav-mobile-underline-bottom: 2px;
  --stm-header-nav-mobile-underline-height: 1px;
  --stm-offcanvas-panel-gutter: 24px;
  --stm-offcanvas-head-height: 56px;
  --stm-offcanvas-title-size: 16px;
  --stm-offcanvas-close-size: 36px;
  --stm-offcanvas-close-font-size: 18px;
  --stm-offcanvas-item-height: 48px;
  --stm-offcanvas-item-font-size: 14px;
  --stm-offcanvas-subitem-height: 42px;
  --stm-offcanvas-subitem-font-size: 13px;
  --stm-offcanvas-chevron-size: 28px;
  --stm-offcanvas-chevron-glyph-size: 6px;
  --stm-offcanvas-chevron-open-border: rgba(255,255,255,.72);
  --stm-header-search-content-offset-y: -1px;
  --stm-header-search-icon-offset-y: 0px;
  --stm-header-search-icon-size: 11px;
  --stm-header-search-icon-stroke: 1.75px;
  --stm-header-search-handle-width: 5px;
  --stm-header-search-handle-height: 1.75px;
  --stm-header-search-arrow-size: 7px;
  --stm-header-search-arrow-stroke: 1.5px;
  --stm-header-search-arrow-offset-y: -65%;
  --stm-header-search-close-size: 32px;
  --stm-header-search-close-font-size: 20px;
  --stm-header-search-active-scale: .97;
  --stm-offcanvas-item-line-height: 1.25;
  --stm-offcanvas-chevron-border-width: 1px;
  --stm-offcanvas-chevron-glyph-stroke: 1.5px;
  --stm-offcanvas-chevron-closed-y: -2px;
  --stm-offcanvas-chevron-open-y: 2px;
  --stm-header-search-category-max-width: 28%;
  --stm-header-search-handle-right: -4px;
  --stm-header-search-handle-bottom: -2px;
  --stm-header-search-icon-size-mobile: 11px;
  --stm-header-search-icon-stroke-mobile: 1.5px;
  --stm-header-search-button-inset-mobile: 1px;
  --stm-header-search-dropdown-max-height: min(520px,70vh);
  --stm-badge-size-mobile: 14px;
  --stm-badge-padding-x-mobile: 2px;
  --stm-badge-border-mobile: 1px solid var(--stm-color-surface);
  --stm-badge-font-size-mobile: 8px;
  --stm-badge-offset-mobile: -5px;
  --stm-header-content-max-width: var(--stm-container-wide);
  --stm-header-search-max-width: 640px;
  --stm-header-actions-gap-tablet: 6px;
  --stm-header-actions-gap-mobile: clamp(2px,1vw,4px);
  --stm-header-compact-action-size-tablet: 38px;
  --stm-header-compact-action-size-mobile: clamp(27px,8vw,30px);
  --stm-header-compact-action-icon-size-tablet: 18px;
  --stm-header-compact-action-icon-size-mobile: 16px;
  --stm-offcanvas-shadow: none;
  --stm-control-content-line-height: 1.2;
  --stm-widget-title-size: 18px;
  --stm-widget-title-weight: var(--stm-weight-bold);
  --stm-widget-title-line-height: 1.25;
  --stm-widget-shadow: none;
  --stm-widget-hover-shadow: none;
  --stm-widget-focus-shadow: none;
  --stm-widget-filter: none;
  --stm-widget-text-shadow: none;
  --stm-footer-contact-text-size: 14px;
  --stm-footer-menu-text-size: 14px;
  --stm-footer-menu-item-padding-x: 0px;
  --stm-footer-menu-item-padding-y: 2px;
  --stm-footer-menu-gap: 8px;
  --stm-footer-compact-menu-text-size: 13px;
  --stm-footer-compact-menu-item-padding-x: 0px;
  --stm-footer-compact-menu-item-padding-y: 4px;
  --stm-footer-compact-button-height: 38px;
  --stm-footer-support-compact-button-height: 46px;
  --stm-header-topbar-edge-shadow: inset 0 1px 0 color-mix(in srgb,var(--stm-color-surface) 82%,transparent),0 2px 10px -5px color-mix(in srgb,var(--stm-color-heading) 8%,transparent);
  --stm-header-main-edge-shadow: inset 0 1px 0 color-mix(in srgb,var(--stm-color-surface) 72%,transparent),0 2px 12px -6px color-mix(in srgb,#111111 9%,transparent);
  --stm-header-nav-edge-shadow: inset 0 1px 0 color-mix(in srgb,var(--stm-color-surface) 62%,transparent),0 1px 8px -5px color-mix(in srgb,#111111 7%,transparent);
  --stm-header-page-separation-height: 7px;
  --stm-header-page-separation-background: linear-gradient(180deg,#f8fafc 0 1px,#d8dde5 1px 2px,#eef1f5 2px 52%,transparent 100%);
  --stm-header-page-separation-shadow: 0 4px 11px -7px color-mix(in srgb,var(--stm-color-heading) 14%,transparent);
  --stm-header-compact-page-separation-height: 6px;
  --stm-header-compact-page-separation-background: linear-gradient(180deg,#f8fafc 0 1px,#dde2e8 1px 2px,#f0f2f5 2px 52%,transparent 100%);
  --stm-header-compact-page-separation-shadow: 0 3px 9px -6px color-mix(in srgb,var(--stm-color-heading) 12%,transparent);
  --stm-footer-shell-edge-top: color-mix(in srgb,var(--stm-footer-border) 82%,var(--stm-color-heading));
  --stm-footer-shell-edge-inner: color-mix(in srgb,var(--stm-footer-bg) 72%,var(--stm-color-surface));
  --stm-footer-bottom-edge-background: linear-gradient(180deg,color-mix(in srgb,var(--stm-footer-bottom-bg) 82%,var(--stm-color-surface)) 0 1px,var(--stm-footer-bottom-bg) 1px 100%);
  --stm-footer-bottom-edge-line: color-mix(in srgb,var(--stm-footer-border) 86%,var(--stm-color-heading));
  --stm-footer-social-edge-background: linear-gradient(180deg,var(--stm-color-surface) 0 1px,color-mix(in srgb,var(--stm-color-surface) 94%,var(--stm-footer-bg)) 1px 100%);
  --stm-footer-social-edge-hover-background: linear-gradient(180deg,var(--stm-color-surface) 0 1px,color-mix(in srgb,var(--stm-color-surface) 90%,var(--stm-color-primary-soft)) 1px 100%);
  --stm-footer-social-edge-top: color-mix(in srgb,var(--stm-color-surface) 94%,var(--stm-footer-border));
  --stm-footer-social-edge-bottom: color-mix(in srgb,var(--stm-footer-border) 88%,var(--stm-color-heading));
  --stm-footer-social-edge-hover-top: var(--stm-color-surface);
  --stm-footer-social-edge-hover-bottom: color-mix(in srgb,var(--stm-color-primary) 76%,var(--stm-footer-border));
  --stm-footer-support-edge-top: color-mix(in srgb,var(--stm-footer-support-bg) 70%,var(--stm-color-surface));
  --stm-footer-support-edge-bottom: color-mix(in srgb,var(--stm-footer-support-bg) 76%,var(--stm-color-heading));
  --stm-footer-support-button-edge-top: color-mix(in srgb,var(--stm-color-surface) 96%,var(--stm-footer-support-button-border));
  --stm-footer-support-button-edge-bottom: color-mix(in srgb,var(--stm-footer-support-button-border) 72%,var(--stm-color-heading));
  --stm-footer-support-button-edge-hover-top: color-mix(in srgb,var(--stm-color-surface) 88%,var(--stm-footer-support-button-hover));
  --stm-footer-support-button-edge-hover-bottom: color-mix(in srgb,var(--stm-footer-support-button-hover) 72%,var(--stm-color-heading));
  --stm-footer-support-submit-edge-top: color-mix(in srgb,var(--stm-footer-support-submit-bg) 72%,var(--stm-color-surface));
  --stm-footer-support-submit-edge-bottom: color-mix(in srgb,var(--stm-footer-support-submit-bg) 72%,var(--stm-color-heading));
  --stm-homepage-edge-top-soft: color-mix(in srgb,var(--stm-homepage-background,var(--stm-surface-page)) 82%,var(--stm-color-surface));
  --stm-homepage-edge-bottom-soft: color-mix(in srgb,var(--stm-homepage-background,var(--stm-surface-page)) 94%,var(--stm-color-heading));
  --stm-homepage-edge-top-recommended: color-mix(in srgb,var(--stm-homepage-background,var(--stm-surface-page)) 70%,var(--stm-color-surface));
  --stm-homepage-edge-bottom-recommended: color-mix(in srgb,var(--stm-homepage-background,var(--stm-surface-page)) 88%,var(--stm-color-heading));
  --stm-homepage-edge-top-deep: color-mix(in srgb,var(--stm-homepage-background,var(--stm-surface-page)) 58%,var(--stm-color-surface));
  --stm-homepage-edge-bottom-deep: color-mix(in srgb,var(--stm-homepage-background,var(--stm-surface-page)) 82%,var(--stm-color-heading));
}
