:root {
  --primary-color: #ff6b9d;
  --secondary-color: #c44569;
  --accent-color: #feca57;
  --bg-dark: #1a1a2e;
  --bg-light: #16213e;
  --text-color: #eee;
  --card-bg: #0f3460;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-light) 100%);
  color: var(--text-color);
  line-height: 1.6;
  min-height: 100vh;
}

.h7k9m2p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.n5t8q1w {
  background: rgba(15, 52, 96, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: x3j9k7s 0.5s ease-out;
}

@keyframes x3j9k7s {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.p8w4n2m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.q9m5t1r {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  transition: transform 0.3s ease;
  display: inline-block;
}

.q9m5t1r:hover {
  transform: scale(1.05) rotate(-2deg);
}

.r7k2n8j {
  display: flex;
  list-style: none;
  gap: 30px;
  flex-wrap: wrap;
}

.r7k2n8j a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.r7k2n8j a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  transition: width 0.3s ease;
}

.r7k2n8j a:hover {
  color: var(--primary-color);
}

.r7k2n8j a:hover::after {
  width: 100%;
}

.s4m9p7t {
  padding: 60px 0;
}

.t1w5n3k {
  text-align: center;
  margin-bottom: 50px;
  animation: u6r2j8m 0.8s ease-out;
}

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

.t1w5n3k h2 {
  font-size: 42px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.t1w5n3k p {
  font-size: 18px;
  color: #aaa;
}

.v8n4m2q {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.w2k7p9n {
  background: var(--card-bg);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: x5m8t2r 0.6s ease-out backwards;
  cursor: pointer;
}

.w2k7p9n:nth-child(1) { animation-delay: 0.1s; }
.w2k7p9n:nth-child(2) { animation-delay: 0.2s; }
.w2k7p9n:nth-child(3) { animation-delay: 0.3s; }
.w2k7p9n:nth-child(4) { animation-delay: 0.4s; }
.w2k7p9n:nth-child(5) { animation-delay: 0.5s; }
.w2k7p9n:nth-child(6) { animation-delay: 0.6s; }

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

.w2k7p9n:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 107, 157, 0.3);
}

.y9n3k1m {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.w2k7p9n:hover .y9n3k1m {
  transform: scale(1.1);
}

.z7t4n2p {
  padding: 20px;
}

.z7t4n2p h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.z7t4n2p p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.6;
}

.a1m8k5r {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #888;
  font-size: 13px;
  margin-top: 10px;
}

.b3n7q2m {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
}

.c9k2m5t {
  background: var(--card-bg);
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid var(--primary-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: x5m8t2r 0.6s ease-out backwards;
}

.c9k2m5t:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.2);
}

.c9k2m5t h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--accent-color);
}

.c9k2m5t h3 a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.c9k2m5t h3 a:hover {
  color: var(--primary-color);
}

.c9k2m5t p {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 15px;
}

.d5n8t3k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888;
  font-size: 13px;
}

.e7m2q9p {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 15px;
  margin: 50px 0;
}

.e7m2q9p h3 {
  font-size: 28px;
  margin-bottom: 30px;
  color: var(--primary-color);
  text-align: center;
}

.f1t6n4m {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.g9k3m7r {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  border-left: 3px solid var(--accent-color);
  animation: x5m8t2r 0.5s ease-out backwards;
}

.g9k3m7r:nth-child(1) { animation-delay: 0.1s; }
.g9k3m7r:nth-child(2) { animation-delay: 0.2s; }
.g9k3m7r:nth-child(3) { animation-delay: 0.3s; }
.g9k3m7r:nth-child(4) { animation-delay: 0.4s; }
.g9k3m7r:nth-child(5) { animation-delay: 0.5s; }

.h2n8k5t {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.i7m4q1n {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  flex-shrink: 0;
}

.j3t9n6m {
  flex: 1;
}

.j3t9n6m strong {
  color: var(--primary-color);
  font-size: 16px;
}

.j3t9n6m span {
  color: #888;
  font-size: 13px;
  margin-left: 10px;
}

.g9k3m7r p {
  color: #ddd;
  line-height: 1.6;
  margin-left: 60px;
}

.k8m2n5r {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  margin-left: 60px;
}

.k8m2n5r span {
  color: var(--accent-color);
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.k8m2n5r span:hover {
  transform: scale(1.3);
}

.l9n4t7m {
  background: rgba(15, 52, 96, 0.8);
  padding: 50px 0;
  margin-top: 80px;
  text-align: center;
  border-top: 2px solid var(--primary-color);
}

.l9n4t7m p {
  color: #aaa;
  font-size: 14px;
}

.l9n4t7m a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.l9n4t7m a:hover {
  color: var(--accent-color);
}

.m3k8n2q {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
  transition: transform 0.3s ease;
  z-index: 999;
}

.m3k8n2q:hover {
  transform: translateY(-5px);
}

.m3k8n2q.n7t2m9k {
  display: flex;
  animation: o5k8m1r 0.4s ease-out;
}

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

.p6n9k3t {
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 14px;
  color: #aaa;
}

.p6n9k3t a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.p6n9k3t a:hover {
  color: var(--accent-color);
}

.p6n9k3t span {
  margin: 0 8px;
  color: #666;
}

.q1m7k4n {
  max-width: 900px;
  margin: 0 auto;
  background: var(--card-bg);
  padding: 40px;
  border-radius: 15px;
  animation: u6r2j8m 0.8s ease-out;
}

.q1m7k4n h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--primary-color);
  line-height: 1.4;
}

.r8n3m5k {
  display: flex;
  gap: 20px;
  color: #888;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.r8n3m5k span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.s2k7n9m {
  font-size: 17px;
  line-height: 1.9;
  color: #ddd;
}

.s2k7n9m p {
  margin-bottom: 20px;
}

.s2k7n9m img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
}

.s2k7n9m h2 {
  font-size: 28px;
  margin: 40px 0 20px;
  color: var(--accent-color);
}

.s2k7n9m h3 {
  font-size: 22px;
  margin: 30px 0 15px;
  color: var(--primary-color);
}

.t4n8m1k {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-left: 4px solid var(--accent-color);
  margin: 30px 0;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .r7k2n8j {
    gap: 15px;
  }

  .v8n4m2q {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }

  .b3n7q2m {
    grid-template-columns: 1fr;
  }

  .q1m7k4n {
    padding: 25px;
  }

  .q1m7k4n h1 {
    font-size: 28px;
  }

  .m3k8n2q {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
