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

:root {
    --k8m3p7r2: #1a1a2e;
    --j5n9m4p8: #16213e;
    --i2k7m9p3: #0f3460;
    --h9m5k2p7: #e94560;
    --g3k8m6p4: #f0f0f0;
    --f7m2k9p5: #ffffff;
    --e4k6m3p9: #ffd700;
    --d8m9k5p2: #00d4ff;
}

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

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

.b5m8k3p9 {
    background: rgba(15, 52, 96, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
    border-bottom: 2px solid var(--e4k6m3p9);
}

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

.z3m6k8p5 h1 a {
    font-size: 2rem;
    font-weight: 800;
    color: var(--e4k6m3p9);
    text-decoration: none;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    transition: all 0.3s ease;
    letter-spacing: 2px;
}

.z3m6k8p5 h1 a:hover {
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
    transform: scale(1.05);
}

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

.y9k4m7p2 a {
    color: var(--g3k8m6p4);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.y9k4m7p2 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--e4k6m3p9), var(--d8m9k5p2));
    transition: width 0.3s ease;
}

.y9k4m7p2 a:hover {
    color: var(--e4k6m3p9);
}

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

.x5m9k3p7 {
    padding: 4rem 0 2rem;
}

.w8k2m6p9 {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--e4k6m3p9);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    position: relative;
    padding-bottom: 1rem;
}

.w8k2m6p9::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, var(--h9m5k2p7), var(--d8m9k5p2));
    border-radius: 2px;
}

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

.u6m2k8p5 {
    background: rgba(22, 33, 62, 0.9);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: t9k3m7p2 0.6s ease forwards;
    opacity: 0;
}

@keyframes t9k3m7p2 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.u6m2k8p5 {
    transform: translateY(30px);
}

.u6m2k8p5:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 15px 50px rgba(233, 69, 96, 0.5);
}

.s2m8k5p9 {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.s2m8k5p9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.u6m2k8p5:hover .s2m8k5p9 img {
    transform: scale(1.15) rotate(2deg);
}

.r7k4m9p3 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--h9m5k2p7), #ff6b9d);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.5);
}

.q5m3k8p7 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 215, 0, 0.95);
    color: var(--k8m3p7r2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
}

.p9k6m2p4 {
    padding: 1.8rem;
}

.o3k8m5p7 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--f7m2k9p5);
    line-height: 1.4;
}

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

.o3k8m5p7 a:hover {
    color: var(--e4k6m3p9);
}

.n7k2m9p5 {
    font-size: 0.95rem;
    color: #b8b8b8;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m4k9p6r3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #888;
}

.l8k3m5p9 {
    background: linear-gradient(135deg, var(--k8m3p7r2), var(--j5n9m4p8));
    color: var(--g3k8m6p4);
    padding: 3rem 0 1.5rem;
    margin-top: 5rem;
    border-top: 3px solid var(--e4k6m3p9);
}

.k2m7p9r4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.j6k9m3p8 h4 {
    color: var(--e4k6m3p9);
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.j6k9m3p8 ul {
    list-style: none;
}

.j6k9m3p8 ul li {
    margin-bottom: 0.7rem;
}

.j6k9m3p8 a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.j6k9m3p8 a:hover {
    color: var(--d8m9k5p2);
    padding-left: 8px;
}

.i5k8m2p7 {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #888;
}

.h9k4m7p3 {
    padding: 1rem 0;
    background: rgba(15, 52, 96, 0.5);
}

.g3k6m9p5 {
    display: flex;
    gap: 0.7rem;
    font-size: 0.95rem;
    color: #999;
    flex-wrap: wrap;
}

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

.g3k6m9p5 a:hover {
    color: var(--e4k6m3p9);
}

.f7k2m8p4 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--h9m5k2p7), var(--d8m9k5p2));
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.8rem;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(233, 69, 96, 0.5);
    transition: all 0.3s ease;
    z-index: 999;
}

.f7k2m8p4:hover {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 212, 255, 0.6);
}

.f7k2m8p4.e5k9m3p8 {
    display: flex;
}

.d2k7m6p9 {
    padding: 2.5rem 0;
}

.d2k7m6p9 article {
    background: rgba(22, 33, 62, 0.9);
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.d2k7m6p9 article h2 {
    color: var(--e4k6m3p9);
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
    font-weight: 800;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.d2k7m6p9 article img {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 15px;
    margin: 2rem 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.d2k7m6p9 article p {
    margin-bottom: 1.5rem;
    line-height: 1.9;
    color: #d0d0d0;
    font-size: 1.05rem;
}

.c8k3m5p7 {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.c8k3m5p7 span {
    background: linear-gradient(135deg, var(--i2k7m9p3), var(--h9m5k2p7));
    color: white;
    padding: 0.6rem 1.3rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .y9k4m7p2 {
        flex-direction: column;
        gap: 1rem;
    }
    
    .v3k7m9p4 {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .w8k2m6p9 {
        font-size: 2rem;
    }
    
    .s2m8k5p9 {
        height: 300px;
    }
}

img[data-src] {
    opacity: 0;
    transition: opacity 0.5s ease;
}

img[data-src].b6k9m3p2 {
    opacity: 1;
}
