.elementor-kit-1419{--e-global-color-primary:#00FFCC;--e-global-color-secondary:#FF00FF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF9900;--e-global-color-background:#000000;--e-global-color-backgroundAccent:#1A1A1A;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo Black";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Archivo Black";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Archivo Black";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Archivo Black";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Archivo Black";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Inter";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-1419 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1419{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1419{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  /* =================== 核心色彩系统 =================== */
  
  /* 背景色 */
  --color-bg-primary: #0a0a0a;       /* 主背景：深邃的宇宙黑 */
  --color-bg-secondary: #111827;     /* 次级背景：页脚、卡片等 */
  --color-bg-tertiary: rgba(31, 41, 55, 0.5); /* 玻璃卡片背景 */

  /* 文本色 */
  --color-text-primary: #ffffff;     /* 主文字：纯白 */
  --color-text-secondary: #9ca3af;   /* 次级文字：浅灰 */
  --color-text-muted: #6b7280;       /* 静音文字：更深的灰 */

  /* 品牌渐变色 - 这是网站的灵魂 */
  --gradient-brand: linear-gradient(135deg, #06b6d4, #8b5cf6, #ec4899);
  --gradient-brand-alt: linear-gradient(to right, #06b6d4, #8b5cf6); /* 按钮渐变 */
  --gradient-brand-hover: linear-gradient(to right, #0891b2, #7c3aed); /* 按钮悬停渐变 */

  /* 霓虹光晕色 */
  --color-cyan: #06b6d4;             /* 霓虹青色 */
  --color-violet: #8b5cf6;           /* 霓虹紫色 */
  --color-pink: #ec4899;             /* 霓虹粉色 */

  /* 边框色 */
  --color-border: rgba(6, 182, 212, 0.3); /* 默认边框：半透明青色 */
  --color-border-hover: rgba(6, 182, 212, 0.6); /* 悬停边框：更亮的青色 */

  /* =================== 核心字体系统 =================== */
  --font-primary: 'Inter', sans-serif;
  --font-accent: 'Pacifico', cursive;

  /* =================== 核心效果系统 =================== */
  
  /* 霓虹光晕阴影 */
  --shadow-glow-cyan: 0 0 20px rgba(6, 182, 212, 0.5);
  --shadow-glow-violet: 0 0 20px rgba(139, 92, 246, 0.5);
  --shadow-glow-brand: 0 0 30px rgba(139, 92, 246, 0.4), 0 0 60px rgba(6, 182, 212, 0.3);
  
  /* 玻璃态效果 */
  --effect-glass-backdrop: blur(12px);
  --effect-glass-border: 1px solid var(--color-border);
}/* End custom CSS */