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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
}

.x9f2h5k {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}

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

.w4j8m3p {
    padding: 0 20px;
}

.q2n7r5t {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.z8k4m2n {
    display: inline-block;
}

.z8k4m2n a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.z8k4m2n a:hover {
    text-shadow: 0 0 20px rgba(255,255,255,0.8);
    transform: scale(1.05);
}

.p5j9m2k {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 20px 0;
    flex-wrap: wrap;
}

.p5j9m2k li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.p5j9m2k li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4a9eff;
    transition: width 0.3s ease;
}

.p5j9m2k li a:hover::after {
    width: 100%;
}

.p5j9m2k li a:hover {
    color: #4a9eff;
}

.b3n8m4p {
    min-height: calc(100vh - 300px);
    padding: 20px 0;
}

.t7k2n5m {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 40px;
    animation: fadeIn 1s ease-out;
}

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

.r4j8n2p {
    max-width: 800px;
    margin: 0 auto;
}

.m9k4n7p {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    animation: slideInLeft 0.8s ease-out;
}

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

.k5m2n8j {
    font-size: 20px;
    opacity: 0.95;
    animation: slideInRight 0.8s ease-out;
}

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

.n4k8m2j {
    margin-bottom: 40px;
}

.p8m3k5n {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: scaleIn 0.5s ease-out;
}

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

.p8m3k5n:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.j4n8m2k {
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
}

.j4n8m2k img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.j4n8m2k img:hover {
    transform: scale(1.05);
}

.m7k3n9p {
    flex: 1;
}

.m7k3n9p h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.m7k3n9p h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.m7k3n9p h3 a:hover {
    color: #667eea;
}

.m7k3n9p p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.m7k3n9p time {
    color: #999;
    font-size: 14px;
}

.k9n2m5j {
    margin-bottom: 40px;
}

.h8m4n2k {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    animation: fadeInUp 0.6s ease-out;
}

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

.h8m4n2k h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    border-left: 4px solid #667eea;
    padding-left: 15px;
}

.j5n9m3k {
    list-style: none;
}

.j5n9m3k li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.j5n9m3k li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #667eea;
}

.j5n9m3k li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.j5n9m3k li a:hover {
    color: #667eea;
}

.n7k4m8j {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.n7k4m8j img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.n7k4m8j img:hover {
    transform: scale(1.1);
}

.m2k7n5j {
    margin-bottom: 40px;
}

.m2k7n5j h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

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

.k8m2n6j {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.k8m2n6j:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

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

.k8m2n6j h4 {
    font-size: 18px;
    padding: 15px 20px 10px;
}

.k8m2n6j h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.k8m2n6j h4 a:hover {
    color: #667eea;
}

.k8m2n6j p {
    color: #666;
    padding: 0 20px 20px;
    line-height: 1.8;
}

.f3n8m4k {
    background: #1a1a2e;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 60px;
}

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

.n4m8k2j h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4a9eff;
}

.n4m8k2j p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.n4m8k2j ul {
    list-style: none;
}

.n4m8k2j ul li {
    margin-bottom: 10px;
}

.n4m8k2j ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.n4m8k2j ul li a:hover {
    color: #4a9eff;
}

.m5k8n2j {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #999;
}

.t9k3m7n {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #667eea;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 999;
}

.t9k3m7n.show {
    opacity: 1;
    visibility: visible;
}

.t9k3m7n:hover {
    background: #764ba2;
    transform: translateY(-5px);
}

.r8k4m2n {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.r8k4m2n a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.r8k4m2n a:hover {
    color: #764ba2;
}

.v5n8m3k {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    animation: fadeIn 0.6s ease-out;
}

.v5n8m3k h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.v5n8m3k h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.v5n8m3k p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.v5n8m3k ul, .v5n8m3k ol {
    margin-left: 30px;
    margin-bottom: 15px;
}

.v5n8m3k li {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.v5n8m3k img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.g7k2m9n {
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .p5j9m2k {
        flex-direction: column;
        gap: 15px;
    }

    .m9k4n7p {
        font-size: 32px;
    }

    .k5m2n8j {
        font-size: 16px;
    }

    .j4n8m2k {
        flex-direction: column;
    }

    .j4n8m2k img {
        width: 100%;
        height: 200px;
    }

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

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

    .v5n8m3k {
        padding: 20px;
    }

    .v5n8m3k h2 {
        font-size: 24px;
    }

    .v5n8m3k h3 {
        font-size: 20px;
    }
}