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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  color: #e0e0e0;
  background: #0a0e27;
  min-height: 100vh;
}

.x9m4k7p {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.n3h8w2q {
  background: linear-gradient(135deg, #1a1f3a 0%, #0f1425 100%);
  box-shadow: 0 2px 30px rgba(0,0,0,0.5);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #ff6b35;
}

.r7d2s9t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.k5p9m3u {
  font-size: 2.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  letter-spacing: 2px;
  text-shadow: 0 0 30px rgba(255,107,53,0.3);
  transition: all 0.3s ease;
}

.k5p9m3u:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.w8j4n6v {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.t2q7r5w a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.t2q7r5w a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,107,53,0.3), transparent);
  transition: left 0.5s ease;
}

.t2q7r5w a:hover::before {
  left: 100%;
}

.t2q7r5w a:hover {
  background: rgba(255,107,53,0.2);
  transform: translateY(-2px);
}

.y6m3p8x {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.y6m3p8x::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="2" height="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
  animation: u5h9k2z 20s linear infinite;
}

@keyframes u5h9k2z {
  0% { transform: translate(0, 0); }
  100% { transform: translate(100px, 100px); }
}

.a4c8e3y {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  animation: b7f2h6z 1s ease-out;
}

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

.s3g7k9a {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.95);
  position: relative;
  z-index: 1;
}

.d8m5p2b {
  background: #12182e;
  margin: 3rem auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,107,53,0.2);
}

.f4n9r6c {
  padding: 2.5rem;
}

.h2v8x4d {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #ff6b35;
  position: relative;
}

.h2v8x4d::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #f7931e;
}

.l6p3t9e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.m9q2w7f {
  background: #1a1f3a;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
}

.m9q2w7f::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,107,53,0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.m9q2w7f:hover::before {
  opacity: 1;
}

.m9q2w7f:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(255,107,53,0.3);
}

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

.m9q2w7f:hover .n5s8u4g {
  transform: scale(1.1);
}

.o7t2v6h {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.p3w9y5i {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.q8x4z2j {
  color: #b0b0b0;
  font-size: 0.95rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.r5a9c7k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.t6b2d8l {
  color: #888;
  font-size: 0.85rem;
}

.u9e5f3m {
  color: #ff6b35;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 0.3rem 0.8rem;
  border-radius: 5px;
  background: rgba(255,107,53,0.1);
}

.u9e5f3m:hover {
  background: rgba(255,107,53,0.3);
  transform: translateX(5px);
}

.v3g8h6n {
  background: linear-gradient(135deg, #1a1f3a 0%, #0f1425 100%);
  color: white;
  padding: 3rem 0;
  margin-top: 4rem;
  border-top: 2px solid #ff6b35;
}

.w7i4j2o {
  text-align: center;
}

.x2k9l5p {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.y6m3n8q a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.y6m3n8q a:hover {
  color: #ff6b35;
}

.z9o5p4r {
  color: rgba(255,255,255,0.6);
  margin-top: 1rem;
  font-size: 0.9rem;
}

.a8q7r3s {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(255,107,53,0.4);
  transition: all 0.3s ease;
  z-index: 999;
  font-size: 1.6rem;
}

.a8q7r3s:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(255,107,53,0.6);
}

.a8q7r3s.b5t2u9v {
  display: flex;
}

.c7w4x6y {
  background: rgba(26,31,58,0.5);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,107,53,0.2);
  backdrop-filter: blur(10px);
}

.d3e9f5z {
  font-size: 0.9rem;
  color: #b0b0b0;
}

.d3e9f5z a {
  color: #ff6b35;
  text-decoration: none;
  transition: color 0.3s ease;
}

.d3e9f5z a:hover {
  color: #f7931e;
}

.g4h8i2a {
  background: #12182e;
  border-radius: 15px;
  padding: 2.5rem;
  margin-top: 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,107,53,0.2);
}

.j6k3l9b {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.j6k3l9b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
}

.m7n2o8c {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p4q9r6d {
  background: rgba(26,31,58,0.6);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #ff6b35;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.p4q9r6d:hover {
  background: rgba(26,31,58,0.8);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(255,107,53,0.2);
}

.s8t5u3e {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.v2w7x4f {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 3px 10px rgba(255,107,53,0.3);
}

.y9z6a3g {
  flex: 1;
}

.b5c2d8h {
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
}

.e4f9g7i {
  color: #888;
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

.h3i8j5k {
  color: #d0d0d0;
  line-height: 1.8;
  margin-left: 3.8rem;
}

.k6l2m9n {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.5rem;
  margin-left: 3.8rem;
}

.n8o4p7q {
  color: #ffd700;
  font-size: 1rem;
}

.r2s9t5u {
  background: #12182e;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,107,53,0.2);
}

.u6v3w8x article {
  padding: 3rem;
}

.x9y5z2a {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.b4c7d3e {
  display: flex;
  gap: 2rem;
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255,107,53,0.3);
}

.e8f2g6h {
  line-height: 2;
  color: #d0d0d0;
  font-size: 1.05rem;
}

.e8f2g6h p {
  margin-bottom: 1.5rem;
}

.e8f2g6h h3 {
  color: #ff6b35;
  font-size: 1.6rem;
  margin: 2rem 0 1rem 0;
}

.e8f2g6h img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 2rem 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.h5i9j4k {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  padding: 0.9rem 2.5rem;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 2rem;
  transition: all 0.3s ease;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(255,107,53,0.3);
}

.h5i9j4k:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255,107,53,0.5);
}

.l3m8n6o {
  background: rgba(26,31,58,0.4);
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #ff6b35;
  margin: 1.5rem 0;
  border-left: 3px solid #ff6b35;
}

@media (max-width: 768px) {
  .w8j4n6v {
    flex-direction: column;
    gap: 0.5rem;
    display: none;
  }

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

  .a4c8e3y {
    font-size: 2.2rem;
  }

  .a8q7r3s {
    bottom: 20px;
    right: 20px;
  }
}

.p7q3r9s {
  background: linear-gradient(135deg, rgba(255,107,53,0.1) 0%, rgba(247,147,30,0.1) 100%);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #ff6b35;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}
