/* Tailwind CSS Reset */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before, ::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
/* icon */
.iconStyle{
  width: 28px;
  height: 25px;
}
.iconMiddle{
  width: 20px;
  height: 21px;
}
.iconSmall{
  width: 14px;
  height: 17px;
}


img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, [role="button"] {
  cursor: pointer;
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* CSS Variables */
:root {
  --preload-image-1: url('https://lf-code-agent.coze.cn/obj/x-ai-cn/320719117570/attachment/jpg_20260107180453.jpg');
  --preload-image-2: url('https://space.coze.cn/api/coze_space/gen_image?image_size=landscape_16_9&prompt=Recruitment%20software%20dashboard%20modern%20interface%20with%20charts%20and%20data%20visualization&sign=6a99ad82ec9efb7d4265701834689ac9');
}

/* 预加载样式 */
body::before {
  content: "";
  display: none;
  background-image: var(--preload-image-1), var(--preload-image-2);
}

/* Container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.ltContainer::before{
  content: none;
}
.ltContainer::after{
  content: none;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Display */
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }

/* Position */
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }

/* Top / Right / Bottom / Left */
.inset-0 { inset: 0px; }
.top-0 { top: 0px; }
.right-0 { right: 0px; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.top-1\/2 { top: 50%; }
.right-4 { right: 1rem; }
.right-full { right: 100%; }
.left-1\/2 { left: 50%; }
.left-full { left: 100%; }
.-inset-0\.5 { inset: -0.125rem; }
.-top-6 { top: -1.5rem; }
.-right-6 { right: -1.5rem; }
.-bottom-6 { bottom: -1.5rem; }
.-left-6 { left: -1.5rem; }

/* Z-Index */
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

/* Flex */
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

/* Grid */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Gap */
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

/* Space Between */
.space-x-3 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-x-reverse: 0; 
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)); 
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); 
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-x-reverse: 0; 
  margin-right: calc(1rem * var(--tw-space-x-reverse)); 
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); 
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-x-reverse: 0; 
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)); 
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); 
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-x-reverse: 0; 
  margin-right: calc(2rem * var(--tw-space-x-reverse)); 
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); 
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-y-reverse: 0; 
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); 
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)); 
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-y-reverse: 0; 
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); 
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); 
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-y-reverse: 0; 
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); 
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)); 
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) { 
  --tw-space-x-reverse: 0; 
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); 
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); 
}
/* Width */
.w-1 { width: 0.25rem; }
.w-4 { width: 1rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-40 { width: 10rem; }
.w-1\/2 { width: 50%; }
.w-full { width: 100%; }

/* Height */
.h-4 { height: 1rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-40 { height: 10rem; }
.h-auto { height: auto; }

/* Min-Height */
.min-h-screen { min-height: 100vh; display: flex;flex-direction: column;}
.mainContent{
  flex: 1;
}

/* Max-Width */
.max-w-xl { max-width: 36rem; }
.max-w-3xl { max-width: 48rem; }

/* Margin */
.m-0 { margin: 0px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-4 { margin-right: 1rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }

/* Padding */
.p-2 { padding: 0.5rem!important; }
.p-3 { padding: 0.75rem!important; }
.p-4 { padding: 1rem!important; }
.p-8 { padding: 2rem!important; }
.px-4 { padding-left: 1rem!important; padding-right: 1rem!important; }
.px-6 { padding-left: 1.5rem!important; padding-right: 1.5rem!important; }
.px-8 { padding-left: 2rem!important; padding-right: 2rem!important; }
.px-10 { padding-left: 2.5rem!important; padding-right: 2.5rem!important; }
.py-2 { padding-top: 0.5rem!important; padding-bottom: 0.5rem!important; }
.py-3 { padding-top: 0.75rem!important; padding-bottom: 0.75rem!important; }
.py-4 { padding-top: 1rem!important; padding-bottom: 1rem!important; }
.py-12 { padding-top: 3rem!important; padding-bottom: 3rem!important; }
.py-20 { padding-top: 5rem!important; padding-bottom: 5rem!important; }
.py-24 { padding-top: 6rem!important; padding-bottom: 6rem!important; }
.pt-4 { padding-top: 1rem!important; }
.pt-8 { padding-top: 2rem!important; }
.pt-32 { padding-top: 8rem!important; }
.pb-20 { padding-bottom: 5rem!important; }

/* Text Alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Font Size */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }

/* Font Weight */
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

/* Line Height */
.leading-tight { line-height: 1.25; }

/* Text Color */
.text-white { color: #ffffff; }
.text-blue-600 { color: #2563eb; }
.text-blue-800 { color: #1e40af; }
.text-blue-100 { color: #dbeafe; }
.text-blue-200 { color: #bfdbfe; }
.text-blue-400 { color: #60a5fa; }
.text-green-600 { color: #16a34a; }
.text-green-400 { color: #4ade80; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-yellow-300 { color: #fde047; }

/* Background Color */
.bg-transparent { background-color: transparent; }
.bg-white { background-color: #ffffff; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-900 { background-color: #111827; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-blue-200 { background-color: #bfdbfe; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-blue-600 { background-color: #2563eb; }
.bg-green-100 { background-color: #dcfce7; }
.bg-green-500 { background-color: #22c55e; }
.bg-green-600 { background-color: #16a34a; }
/* Gradient Backgrounds */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }

.from-blue-600 { --tw-gradient-from: #2563eb; --tw-gradient-to: rgba(37, 99, 235, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-indigo-600 { --tw-gradient-to: #4f46e5; }
.from-blue-500 { --tw-gradient-from: #3b82f6;  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-purple-500 { --tw-gradient-from: #8b5cf6; --tw-gradient-to: rgba(139, 92, 246, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-pink-600 { --tw-gradient-to: #db2777; }
.from-green-500 { --tw-gradient-from: #22c55e; --tw-gradient-to: rgba(34, 197, 94, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-teal-600 { --tw-gradient-to: #0d9488; }
.from-amber-500 { --tw-gradient-from: #f59e0b; --tw-gradient-to: rgba(245, 158, 11, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-orange-600 { --tw-gradient-to: #ea580c; }
.from-red-500 { --tw-gradient-from: #ef4444; --tw-gradient-to: rgba(239, 68, 68, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-rose-600 { --tw-gradient-to: #e11d48; }
.from-cyan-500 { --tw-gradient-from: #06b6d4; --tw-gradient-to: rgba(6, 182, 212, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-blue-600{ --tw-gradient-to: #2563eb  }
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }
.text-transparent { color: transparent; }

/* Border */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-white { border-color: #ffffff; }
.border-gray-100 { border-color: #f3f4f6; }

/* Border Radius */
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }

/* Box Shadow */
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

/* Transition */
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }

/* Transform */
.transform { transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.-translate-y-1\/2 { --tw-translate-y: -50%; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.-translate-x-1\/2 { --tw-translate-x: -50%; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* Overflow */
.overflow-hidden { overflow: hidden; }

/* White Space */
.whitespace-nowrap { white-space: nowrap; }

/* Object Fit */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }

/* Opacity */
.opacity-0 { opacity: 0; }
.opacity-20 { opacity: 0.2; }

/* Filter */
.blur-xl { --tw-blur: blur(24px); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

/* Pointer Events */
.pointer-events-none { pointer-events: none; }

/* Italic */
.italic { font-style: italic; }
/* Hover States */
.hover\:text-blue-600:hover { color: #2563eb;text-decoration: none; }
.hover\:bg-gray-50:hover { background-color: #f9fafb; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-gray-200:hover { background-color: #e5e7eb; }
.hover\:bg-blue-500:hover { background-color: #3b82f6; }
.hover\:bg-blue-600:hover { background-color: #2563eb; }
.hover\:bg-green-500:hover { background-color: #22c55e; }
.hover\:bg-green-600:hover { background-color: #16a34a; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.hover\:scale-105:hover { --tw-scale-x: 1.05; --tw-scale-y: 1.05; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.hover\:scale-110:hover { --tw-scale-x: 1.1; --tw-scale-y: 1.1; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* Hover Transform Effects */
.hover\:-translate-y-1:hover { --tw-translate-y: -0.25rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.hover\:-translate-y-2:hover { --tw-translate-y: -0.5rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* Responsive Design */
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:flex { display: flex!important; }
  .md\:hidden { display: none; }
  .md\:block { display: block!important; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:pt-40 { padding-top: 10rem; }
  .md\:pb-32 { padding-bottom: 8rem; }
  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) { 
    --tw-space-y-reverse: 0; 
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); 
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)); 
  }
  .md\:flex-row { flex-direction: row; }
  .md\:flex-row-reverse { flex-direction: row-reverse; }
  .md\:w-1\/2 { width: 50%; }
  .md\:pr-12 { padding-right: 3rem; }
  .md\:pl-12 { padding-left: 3rem; }
  .md\:text-right { text-align: right; }
  .md\:text-left { text-align: left; }
  .md\:mb-0 { margin-bottom: 0; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* Dark Mode */
body.dark {
  background-color: #030712;
  color: #f9fafb;
}

body.dark .bg-gray-50 { background-color: #030712 !important; }
body.dark .bg-gray-100 { background-color: #111827 !important; }
body.dark .bg-white { background-color: #111827 !important; }
body.dark .text-gray-900 { color: #f9fafb !important; }
body.dark .text-gray-600 { color: #d1d5db !important; }
body.dark .text-gray-500 { color: #9ca3af !important; }
body.dark .border-gray-100 { border-color: #1f2937 !important; }
body.dark .border-gray-200 { border-color: #374151 !important; }
body.dark .bg-blue-100 { background-color: rgba(59, 130, 246, 0.1) !important; }
body.dark .text-blue-800 { color: #93c5fd !important; }
body.dark .bg-green-100 { background-color: rgba(34, 197, 94, 0.1) !important; }
body.dark .text-green-600 { color: #4ade80 !important; }
body.dark .bg-blue-200 { background-color: rgba(59, 130, 246, 0.3) !important; }
body.dark .text-blue-200 { color: rgba(59, 130, 246, 0.6) !important; }

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

body.dark ::-webkit-scrollbar-track {
  background: #1f2937;
}

body.dark ::-webkit-scrollbar-thumb {
  background: #374151;
}

body.dark ::-webkit-scrollbar-thumb:hover {
  background: #4b5563;
}
/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { 
    opacity: 0; 
    transform: translateY(30px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes slideInLeft {
  from { 
    opacity: 0; 
    transform: translateX(-50px); 
  }
  to { 
    opacity: 1; 
    transform: translateX(0); 
  }
}

@keyframes slideInUp {
  from { 
    opacity: 0; 
    transform: translateY(50px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes scaleIn {
  from { 
    opacity: 0; 
    transform: scale(0.9); 
  }
  to { 
    opacity: 1; 
    transform: scale(1); 
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}

.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out forwards;
}

.animate-slide-in-left {
  animation: slideInLeft 0.8s ease-out forwards;
}

.animate-slide-in-up {
  animation: slideInUp 0.8s ease-out 0.3s forwards;
}

.animate-scale-in {
  animation: scaleIn 0.5s ease-out forwards;
}

.animate-bounce {
  animation: bounce 2s infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Custom Classes */
.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.activecoutom{
  color: #2563eb;
}

body.dark .navbar-scrolled {
  background-color: rgba(17, 24, 39, 0.9) !important;
}

.mobile-menu-open {
  max-height: 400px !important;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Print Styles */
@media print {
  .fixed, #contact-floating {
    display: none !important;
  }
}

/* Additional Utility Classes */
.max-h-0 { max-height: 0; }
.max-h-96 { max-height: 24rem; }
.scale-80 { --tw-scale-x: 0.8; --tw-scale-y: 0.8; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* Transform utilities */
.-translate-y-1 { --tw-translate-y: -0.25rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }
.-translate-y-2 { --tw-translate-y: -0.5rem; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* Fix for mobile menu animation */
#mobile-menu {
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

#mobile-menu.mobile-menu-open {
  max-height: 400px;
}

/* Fix for contact floating tooltips */
#phone-tooltip, #wechat-tooltip {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

#phone-tooltip.tooltip-visible,
#wechat-tooltip.tooltip-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Mobile optimizations */
@media (max-width: 767px) {
  /* Tooltip 在移动端保持较小尺寸 */
  #phone-tooltip, #wechat-tooltip {
    transform: translateY(-50%) scale(0.85);
  }
  
  #phone-tooltip.tooltip-visible,
  #wechat-tooltip.tooltip-visible {
    transform: translateY(-50%) scale(0.95) !important;
  }
  
  /* 减小移动端标题字号 */
  .text-4xl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  
  /* 优化移动端间距 */
  .space-y-12 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem;
  }
  
  /* 移动端联系按钮位置优化 */
  #contact-floating {
    right: 0.75rem;
  }
  
  /* 移动端 tooltip 优化 */
  #phone-tooltip, #wechat-tooltip {
    font-size: 0.875rem;
    max-width: calc(100vw - 6rem);
  }
  
  /* 移动端卡片内边距优化 */
  .p-8 {
    padding: 1.5rem;
  }
  
  /* 移动端网格间距优化 */
  .gap-8 {
    gap: 1.5rem;
  }
  
  /* 移动端按钮优化 */
  .px-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  /* 移动端英雄区优化 */
  .pt-32 {
    padding-top: 6rem!important;
  }
  
  .pb-20 {
    padding-bottom: 3rem!important;
  }
  
  /* 移动端section间距优化 */
  .py-20 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  
  .py-24 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
  }
}

/* 小屏幕手机优化 */
@media (max-width: 374px) {
  .text-4xl {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  
  .text-2xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  
  .text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  /* 超小屏幕按钮优化 */
  #contact-floating {
    right: 0.5rem;
  }
  
  .w-12 {
    width: 2.5rem;
  }
  
  .h-12 {
    height: 2.5rem;
  }
  
  /* 超小屏幕 tooltip 更小 */
  #phone-tooltip.tooltip-visible,
  #wechat-tooltip.tooltip-visible {
    transform: translateY(-50%) scale(0.85) !important;
  }
}