@charset "UTF-8";

.site-footer {
    background: #0f1217;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(236, 241, 248, 0.92);
}

.footer-shell {
    width: min(1000px, 100%);
    margin: 0 auto;
    padding: 86px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(60px, 6.8vw, 120px);
}

.footer-left {
    max-width: 520px;
}

.footer-logo-link {
    display: inline-flex;
    margin-bottom: 26px;
}
.footer-logo {
    width: 84px;
    height: auto;
    display: block;
}

.footer-line,
.footer-copyright,
.footer-meta p {
    margin: 0;
    font-family: "Source Han Sans SC-Regular", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
}

.foot-beian-link{
    color: rgba(244, 248, 255, 0.92);
    text-decoration: none;
}

.footer-copyright {
    margin-top: 22px;
}

.footer-right {
    min-width: 220px;
    max-width: 320px;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav a {
    color: rgba(244, 248, 255, 0.92);
    text-decoration: none;
    font-family: "Source Han Sans SC-Regular", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    transition: opacity 0.25s ease;
}

.footer-nav a:hover, .foot-beian-link:hover {
    opacity: 0.74;
}

.footer-meta {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 767px) {
    .footer-shell {
        padding: clamp(26px, 5.6vw, 34px) 16px clamp(24px, 4.8vw, 30px);
        flex-direction: column;
        gap: clamp(20px, 4.6vw, 28px);
        text-align: center;
    }

    .footer-left,
    .footer-right {
        max-width: none;
        width: 100%;
    }

    .footer-logo-link {
        margin-bottom: 18px;
    }

    .footer-logo {
        width: 74px;
    }

    .footer-line,
    .footer-copyright,
    .footer-meta p {
        font-size: clamp(12px, 3.2vw, 13px);
        line-height: 1.7;
    }

    .footer-copyright {
        margin-top: 16px;
    }

    .footer-nav {
        gap: 8px;
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer-nav a {
        font-size: clamp(13px, 3.4vw, 14px);
        line-height: 1.55;
    }

    .footer-meta {
        margin-top: 20px;
        gap: 4px;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .footer-shell {
        padding: 24px 12px 24px;
        gap: 20px;
    }

    .footer-logo {
        width: 68px;
    }

    .footer-line,
    .footer-copyright,
    .footer-meta p {
        font-size: 12px;
        line-height: 1.65;
    }
}
