/* [project]/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
}

html, body {
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Avenir, Helvetica Neue, Inter, Helvetica, Arial, sans-serif;
}

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

.aitc-main {
  min-height: calc(100vh - 160px);
  padding-top: 80px;
}

.locale-zh {
  --ui-letter-spacing: 0;
  --ui-line-height: 1.65;
}

.locale-en {
  --ui-letter-spacing: .015em;
  --ui-line-height: 1.55;
}

.locale-root {
  letter-spacing: var(--ui-letter-spacing, 0);
  line-height: var(--ui-line-height, 1.6);
}

.aitc-header {
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #00000008;
  width: 100%;
  transition: background .25s, box-shadow .25s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 6px #00000008;
}

.aitc-header.home-page {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff26;
}

.aitc-header.home-page.scrolled {
  background: #fffffff2;
  box-shadow: 0 2px 10px #0000000f;
}

.aitc-header-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  height: 80px;
  margin: 0 auto;
  padding: 0 32px;
  transition: height .25s;
  display: flex;
  position: relative;
}

.aitc-header.scrolled .aitc-header-inner {
  height: 70px;
}

.aitc-logo {
  z-index: 2;
  align-items: center;
  display: flex;
}

.aitc-logo-text {
  letter-spacing: 2px;
  color: #005bac;
  margin-right: 12px;
  font-size: 2.2rem;
  font-weight: 900;
}

.home-page .aitc-logo-text {
  color: #fff;
}

.home-page.scrolled .aitc-logo-text {
  color: #005bac;
}

.aitc-tagline {
  color: #222;
  border-left: 1.5px solid #ccc;
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 500;
}

.home-page .aitc-tagline {
  color: #fff;
  border-left-color: #ffffff80;
}

.home-page.scrolled .aitc-tagline {
  color: #222;
  border-left-color: #ccc;
}

.locale-en .aitc-header .aitc-tagline {
  letter-spacing: .4px;
  font-size: 1.8rem;
  font-weight: 700;
}

.locale-en .aitc-header:not(.home-page) .aitc-tagline {
  color: #10155a;
  border-left-color: #ccc;
}

.aitc-nav {
  gap: 16px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-link {
  white-space: nowrap;
  border-bottom: 3px solid #0000;
  padding: 0 2px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 70px;
  transition: color .2s;
}

.home-page .nav-link {
  color: #fff;
}

.home-page.scrolled .nav-link {
  color: #222;
}

.nav-link.active, .nav-link:hover {
  color: #005bac;
  border-bottom-color: #005bac;
}

.aitc-btn.primary {
  color: #fff;
  background: #005bac;
  border: 0;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 600;
}

.locale-switch {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffeb;
  border: 1px solid #0000001a;
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  height: 34px;
  padding: 3px;
  display: inline-flex;
  position: relative;
  box-shadow: 0 6px 18px #0f172a1f;
}

.home-page .locale-switch {
  background: #ffffff29;
  border-color: #ffffff59;
}

.home-page.scrolled .locale-switch {
  background: #ffffffeb;
  border-color: #0000001a;
}

.locale-link {
  letter-spacing: .2px;
  color: #4b5563;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 28px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
}

.home-page .locale-link {
  color: #ffffffeb;
}

.home-page.scrolled .locale-link {
  color: #4b5563;
}

.home-page .locale-link.active {
  color: #005bac;
  background: #fffffff5;
  box-shadow: 0 4px 12px #ffffff59;
}

.home-page.scrolled .locale-link.active, .locale-link.active {
  color: #fff;
  background: linear-gradient(135deg, #005bac, #1d4ed8);
  box-shadow: 0 4px 10px #005bac59;
}

.locale-link:hover {
  transform: translateY(-1px);
}

.aitc-header-actions {
  z-index: 2;
  align-items: center;
  gap: 12px;
  display: flex;
}

.aitc-hero {
  width: 100%;
  height: 100vh;
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.video-container, .hero-bg-video, .hero-video-mask {
  position: absolute;
  inset: 0;
}

.hero-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-video-mask {
  background: linear-gradient(#0000004d, #00000059);
}

.aitc-hero-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.aitc-hero-title {
  margin: 0 0 16px;
  font-size: clamp(42px, 7vw, 74px);
  font-weight: 800;
}

.aitc-hero-desc {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 500;
}

.news-section, .container-simple {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 32px;
}

.news-title {
  color: #005bac;
  margin: 0 0 24px;
  font-size: 2rem;
}

.news-list {
  gap: 24px;
  display: grid;
}

.news-list.news-list-count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.news-list.news-list-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-list.news-list-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
  background: #fff;
  border: 1px solid #0f172a0f;
  border-radius: 14px;
  transition: transform .18s, box-shadow .18s;
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 26px #0f172a17;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px #0f172a24;
}

.news-cover {
  object-fit: cover;
  width: 100%;
  height: 170px;
  display: block;
}

.news-card-top {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 14px 18px 8px;
  display: flex;
}

.news-tag {
  border-radius: 999px;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.news-tag.tag-headline {
  color: #b91c1c;
  background: #dc26261f;
  border: 1px solid #dc262640;
}

.news-tag.tag-announcement {
  color: #1d4ed8;
  background: #2563eb1f;
  border: 1px solid #2563eb40;
}

.news-date {
  color: #6b7280;
  font-size: 13px;
}

.news-headline {
  margin: 8px 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.news-summary {
  color: #555;
  margin: 0 18px 18px;
  line-height: 1.7;
}

.news-more {
  text-align: right;
  margin-top: 24px;
}

.news-more-link {
  color: #005bac;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .news-list.news-list-count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .news-list.news-list-count-1, .news-list.news-list-count-2, .news-list.news-list-count-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.page-header-simple {
  background: #f5f7fa;
}

.page-title {
  color: #005bac;
  margin: 0;
  font-size: 2.2rem;
}

.news-grid {
  padding-top: 24px;
}

.featured-news-card {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 5px 20px #00000014;
}

.featured-news-card img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.featured-news-content {
  padding: 20px;
}

.news-list-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  display: grid;
}

.news-item-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px #00000014;
}

.news-item-card img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}

.news-item-body {
  padding: 14px;
}

.about-section {
  padding: 56px 0;
}

.about-section.gray {
  background: #f5f7fa;
}

.two-col {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 28px;
  display: grid;
}

.two-col img {
  border-radius: 12px;
  width: 100%;
}

.timeline-list {
  gap: 16px;
  display: grid;
}

.timeline-item {
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 2px 12px #0000000f;
}

.aitc-footer {
  color: #fff;
  background: #002856;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.footer-main {
  border-bottom: 1px solid #ffffff1f;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding: 40px 0;
  display: grid;
}

.footer-column {
  flex-direction: column;
  display: flex;
}

.footer-column-qrcode {
  align-items: center;
}

.footer-column-qrcode .footer-title {
  text-align: center;
  width: 100%;
}

.footer-column-qrcode .qrcode-container {
  justify-content: center;
  width: 100%;
}

.footer-logo {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo-text {
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 900;
}

.footer-tagline {
  border-left: 1px solid #ffffff80;
  padding-left: 10px;
}

.footer-address {
  color: #ffffffb3;
  margin-bottom: 16px;
}

.footer-title {
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.footer-links {
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.footer-links a {
  color: #ffffffbf;
}

.qrcode-container {
  display: flex;
}

.qrcode {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.qrcode-img {
  background: #fff;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  padding: 4px;
}

.qrcode-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.qrcode-text {
  color: #ffffffbf;
  font-size: .85rem;
}

.footer-bottom-row {
  color: #ffffffb3;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  display: flex;
}

@media (max-width: 992px) {
  .aitc-nav {
    display: none;
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/