﻿.archive-page {
    margin-bottom: 24px;
}
.archive-page-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 8px;
    color: inherit;
}
.archive-page-desc {
    font-size: 0.875rem;
    opacity: 0.85;
    margin: 0 0 16px;
    color: inherit;
}

.content > .archive-breadcrumb.global-breadcrumb {
    margin-bottom: 12px;
    font-size: 0.8125rem;
    color: inherit;
    opacity: 0.88;
}

.static-page-wrap {
    margin-bottom: 24px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.archive-breadcrumb {
    font-size: 0.8125rem;
    margin-bottom: 16px;
    color: inherit;
    opacity: 0.88;
}
.archive-breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.archive-breadcrumb a:hover {
    text-decoration: underline;
    opacity: 1;
}
.archive-breadcrumb span {
    opacity: 0.9;
}
.static-page {
    margin-bottom: 24px;
}
.static-page-card {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.van-theme-dark .static-page-card {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}
.static-page-header {
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}
.static-page-header .post-title,
.static-page-header .post-title-short {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: inherit;
    letter-spacing: 0.02em;
}
.static-page-body {
    padding: 20px;
}
.static-section {
    margin-bottom: 24px;
}
.static-section:last-child {
    margin-bottom: 0;
}
.static-section-title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 6px;
    color: inherit;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
    display: inline-block;
}
.static-section-content {
    font-size: 0.875rem;
    line-height: 1.65;
    color: inherit;
    opacity: 0.92;
}
.static-section-content p {
    margin: 0 0 10px;
}
.static-section-content p:last-child {
    margin-bottom: 0;
}
.static-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.static-faq-item {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}
.static-faq-item q {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 12px 14px;
    margin: 0;
    color: inherit;
    font-style: normal;
    border-left: 3px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.04);
}
.static-faq-item .static-faq-answer {
    padding: 12px 14px 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: inherit;
    opacity: 0.9;
}
.static-faq-item .static-faq-answer p {
    margin: 0 0 8px;
}
.static-faq-item .static-faq-answer p:last-child {
    margin-bottom: 0;
}
.static-link-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 0.2s, border-color 0.2s;
}
.static-link-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.22);
}
.static-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.static-link-list a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8125rem;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}
.static-link-list a:hover {
    background: rgba(255, 255, 255, 0.12);
}
.static-page .post-content blockquote,
.static-section blockquote {
    margin: 12px 0;
    padding: 14px 16px;
    border-left: 4px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 8px 8px 0;
}
.static-page .post-content blockquote p,
.static-section blockquote p {
    margin: 0 0 6px;
}
.static-page .post-content blockquote p:last-child,
.static-section blockquote p:last-child {
    margin-bottom: 0;
}
.static-page .post {
    margin: 0;
}
.static-page .post-title,
.static-page .post-title-short {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 12px;
    color: inherit;
}
.static-page .post-content {
    font-size: 0.875rem;
    line-height: 1.65;
    color: inherit;
    margin: 0;
}
.static-page .post-content p {
    margin: 0 0 10px;
}
.static-page .post-content p:last-child {
    margin-bottom: 0;
}
.static-page .post-content h2 {
    font-size: 1rem;
    font-weight: 600;
    margin: 18px 0 8px;
    color: inherit;
}
.static-page .post-content h2:first-of-type {
    margin-top: 0;
}
.static-page .post-content h3 {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 14px 0 6px;
    color: inherit;
}
.static-page .post-content hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 16px 0;
}
.static-page .post-content ul,
.static-page .post-content ol {
    margin: 8px 0 12px;
    padding-left: 1.35rem;
}
.static-page .post-content li {
    margin-bottom: 5px;
}
.static-page .post-content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.static-page .post-content a:hover {
    opacity: 0.9;
}
@media (max-width: 559px) {
    .content > .archive-breadcrumb.global-breadcrumb {
        margin-bottom: 10px;
    }
    .static-page-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .static-page-header,
    .static-page-body {
        padding: 16px;
    }
    .static-page-header .post-title,
    .static-page-header .post-title-short {
        font-size: 1.125rem;
    }
    .static-faq-item q {
        font-size: 0.875rem;
        padding: 10px 12px;
    }
    .static-faq-item .static-faq-answer {
        padding: 10px 12px 12px;
    }
    .static-link-btn {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .static-link-list {
        gap: 8px;
    }
}
