/* ============================================
   版权所有 © 2026 墨迹语CMS 
   https://www.mojiyucms.com/
   ============================================ */

/* 基础重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #2563eb;
    --secondary-color: #64748b;
    --text-color: #1e293b;
    --text-light: #64748b;
    --bg-color: #ffffff;
    --bg-light: #f8fafc;
    --bg-dark: #0f172a;
    --border-color: #e2e8f0;
    --hover-color: #1e40af;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --error-color: #ef4444;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --radius: 8px;
    --transition: all 0.3s ease;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--bg-light);
}

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

/* ============================================
   顶部导航
   ============================================ */
.qmd2efa1O {
    background: var(--bg-color);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.WsrAgZeXE {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.A16feTYZo a {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

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

.iaQS2JZ94 {
    display: flex;
    list-style: none;
    gap: 30px;
    flex: 1;
    justify-content: center;
}

.iaQS2JZ94 a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    padding: 5px 0;
    position: relative;
}

.iaQS2JZ94 a:hover,
.iaQS2JZ94 a.KAQTzA0PM {
    color: var(--primary-color);
}

.iaQS2JZ94 a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-color);
}

.JDaKReCEr {
    display: flex;
    align-items: center;
}

.KAufiINo3 {
    display: flex;
    align-items: center;
    background: var(--bg-light);
    border-radius: var(--radius);
    padding: 8px 12px;
    border: 1px solid var(--border-color);
}

.Pv1mnJDNY {
    border: none;
    outline: none;
    background: transparent;
    padding: 5px 10px;
    width: 200px;
    font-size: 14px;
}

.mMo7g0ck3 {
    background: none;
    border: none;
    color: var(--text-light);
    cursor: pointer;
    padding: 5px;
    transition: var(--transition);
}

.search-btn:hover {
    color: var(--primary-color);
}

.whrfjOVuw {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-color);
}

/* ============================================
   首页横幅
   ============================================ */
.pHsfu654S {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e40af 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

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

.fsVxJpemM {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Ns20ROzlU {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.YSoSCBo3p {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    background: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: var(--shadow-lg);
}

.nVwX4DI45 {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 50px;
}

.C69z0aZbr {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.banner-search-btn:hover {
    background: var(--hover-color);
}

/* ============================================
   通用区块样式
   ============================================ */
.tyL42tBsA {
    padding: 60px 0;
}

.L3ALqN1oa {
    text-align: center;
    margin-bottom: 50px;
}

.b03jiK9PN {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-color);
}

.kJtXTi610 {
    color: var(--text-light);
    font-size: 16px;
}

/* ============================================
   文章卡片 - 网格布局
   ============================================ */
.tjquzR9XN {
    display: grid;
    gap: 30px;
}

.J4uuq2CLq {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.NztQXOzIl {
    background: var(--bg-color);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.LjsjVwgxN {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--bg-light);
}

.LjsjVwgxN img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.article-card:hover .LjsjVwgxN img {
    transform: scale(1.05);
}

.idflMNrNF {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nSn2nc3D4 {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--text-light);
}

.u46JuRKsM {
    color: var(--primary-color);
    font-weight: 500;
}

.hU65OZ3zD {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.hU65OZ3zD a {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
}

.hU65OZ3zD a:hover {
    color: var(--primary-color);
}

.FMh58jJxO {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.WJB3pCk5A {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

.J8inSsNul {
    color: var(--text-light);
    font-size: 13px;
}

.opQeaNnrA {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

.read-more:hover {
    color: var(--hover-color);
}

/* ============================================
   文章列表 - 列表布局
   ============================================ */
.Eu5Z6trS6 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.XD9YZfqs7 {
    background: var(--bg-color);
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 25px;
    transition: var(--transition);
}

.list-article:hover {
    box-shadow: var(--shadow-md);
}

.JyxKpqbH7 {
    width: 250px;
    height: 180px;
    flex-shrink: 0;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-light);
}

.JyxKpqbH7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.XAHibHCiw {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fp47CUJWj {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--text-light);
}

.LhQQaSbiA {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.LhQQaSbiA a {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
}

.LhQQaSbiA a:hover {
    color: var(--primary-color);
}

.N24oLPjwM {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    flex: 1;
}

/* ============================================
   列表控制
   ============================================ */
.Lpk2vbjqw {
    padding: 20px 0;
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
}

.ixWXAVeHP {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.mvaI0ceZm {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    padding: 8px 15px;
    border-radius: var(--radius);
    cursor: pointer;
    color: var(--text-light);
    transition: var(--transition);
}

.view-btn:hover,
.view-btn.KAQTzA0PM {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* ============================================
   页面头部
   ============================================ */
.lG02qQACw {
    background: var(--bg-color);
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
}

/* 简化版页面头部 */
.sdMIXJekq {
    background: var(--bg-color);
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.AbYs2Uw2L {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.XzTooaAZ6 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--text-light);
}

.jPVVUeGbj {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-light);
    margin: 0;
}

.XzTooaAZ6 a,
.jPVVUeGbj a {
    color: var(--text-light);
    text-decoration: none;
    transition: var(--transition);
}

.XzTooaAZ6 a:hover,
.jPVVUeGbj a:hover {
    color: var(--primary-color);
}

.XzTooaAZ6 .Fw9ezIRZ4,
.jPVVUeGbj .Fw9ezIRZ4 {
    color: var(--text-light);
}

.XzTooaAZ6 .QhHyKCV5e,
.jPVVUeGbj .QhHyKCV5e {
    color: var(--text-color);
    font-weight: 500;
}

.UX1xBzlPy {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.T7n4Z34Rh {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: var(--text-color);
}

.gBrYmc6cy {
    color: var(--text-light);
    font-size: 16px;
}

/* ============================================
   文章详情页
   ============================================ */
.esqRJ9LlD {
    padding: 20px 0;
}

.uo0fjvk8H {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

.ALvsEgVdB {
    background: var(--bg-color);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow-sm);
}

.GZFJw8t7c {
    margin-bottom: 40px;
}

.xyJUPdGyt {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.GZFJw8t7c .hU65OZ3zD {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.cz4ciBBFF {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: var(--text-light);
}

.AVBLHZu2J {
    display: flex;
    align-items: center;
    gap: 5px;
}

.AVBLHZu2J a {
    color: var(--primary-color);
    text-decoration: none;
}

.article-featured-image {
    margin: 30px 0;
    border-radius: var(--radius);
    overflow: hidden;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.UDVM0y55U {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 30px;
}

.UDVM0y55U p {
    margin-bottom: 20px;
}

.UDVM0y55U img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin: 20px 0;
}

.UDVM0y55U h2,
.UDVM0y55U h3,
.UDVM0y55U h4 {
    margin: 30px 0 15px;
    color: var(--text-color);
    font-weight: 600;
}

/* 文章表格样式 */
.UDVM0y55U table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    border: 1px solid var(--border-color);
    table-layout: auto;
}

.UDVM0y55U table th,
.UDVM0y55U table td {
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    text-align: left;
    min-width: 100px;
}

.UDVM0y55U table th {
    background: var(--bg-light);
    font-weight: 600;
    color: var(--text-color);
    white-space: nowrap;
}

.UDVM0y55U table tr:nth-child(even) {
    background: #fafafa;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
}

.tags-label {
    font-weight: 500;
    color: var(--text-color);
}

.tag-item {
    background: var(--bg-light);
    color: var(--text-color);
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition);
}

.tag-item:hover {
    background: var(--primary-color);
    color: white;
}

.XpwK8Y2mg {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.ssLydvizY {
    font-weight: 500;
    color: var(--text-color);
}

.KwTIHgU83 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--bg-color);
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.share-btn:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* 相关文章 */
.N1ZLkPsiA {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
}

.mM6GCrDc1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.cQh7jKsiN {
    background: var(--bg-light);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.related-card:hover {
    box-shadow: var(--shadow-md);
}

.qx6DlbSiC {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: var(--bg-light);
}

.qx6DlbSiC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.G0i8841fl {
    padding: 15px;
}

.fuGyS8otd {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.fuGyS8otd a {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
}

.fuGyS8otd a:hover {
    color: var(--primary-color);
}

.QfNfHx25R {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: var(--text-light);
}

/* ============================================
   侧边栏
   ============================================ */
.HMjSNHcjX {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.UttWry483 {
    background: var(--bg-color);
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow-sm);
}

.FNPU6d8a1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
    color: var(--text-color);
}

.gFcMjNuW4 {
    display: flex;
    gap: 10px;
}

.S0cYmtI5n {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    outline: none;
    font-size: 14px;
}

.BqwDo1BqL {
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    font-weight: 500;
    transition: var(--transition);
}

.sidebar-search-btn:hover {
    background: var(--hover-color);
}

.bbIVU4vZs,
.jKDeO70p5 {
    list-style: none;
}

.OoH8vuwdF {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.hot-article-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.q2ZjdWuJQ {
    display: flex;
    gap: 15px;
    text-decoration: none;
    transition: var(--transition);
}

.hot-article-link:hover {
    opacity: 0.8;
}

.knn0dj9tZ {
    width: 80px;
    height: 60px;
    border-radius: var(--radius);
    object-fit: cover;
    flex-shrink: 0;
}

.Ssh3xNFWR {
    flex: 1;
}

.sNIFgdVBw {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pphT5cN5q {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: var(--text-light);
}

.RkKFlY1OY {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.latest-article-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.TGymQgKJe {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    flex: 1;
    transition: var(--transition);
}

.latest-article-link:hover {
    color: var(--primary-color);
}

.TGymQgKJe i {
    color: var(--primary-color);
    margin-top: 3px;
}

.dyh4iR7cV {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.5;
}

.oBWXl16wz {
    font-size: 12px;
    color: var(--text-light);
    white-space: nowrap;
}

.q378HJW5W {
    list-style: none;
}

.f78uTZq0w {
    margin-bottom: 10px;
}

.Dg22WNoO6 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: var(--radius);
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
}

.category-link:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

.Dg22WNoO6 i {
    color: var(--primary-color);
}

.HajZqEcZq {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Vyghm8WSb {
    background: var(--bg-light);
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition);
}

.tag-cloud-item:hover {
    background: var(--primary-color);
    color: white;
}

/* ============================================
   分类网格
   ============================================ */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
}

.category-card {
    background: var(--bg-color);
    border-radius: var(--radius);
    padding: 30px 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.category-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.Dg22WNoO6 {
    text-decoration: none;
    color: var(--text-color);
}

.category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-color);
}

.category-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-desc {
    font-size: 13px;
    color: var(--text-light);
}

/* ============================================
   分站和友情链接
   ============================================ */
.Kfvjz4sOk {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}

.bOaGz5eOz {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.branch-card:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.zSQqGuZjB {
    font-size: 24px;
    color: var(--primary-color);
}

.LD3q1jtLo {
    font-size: 14px;
    font-weight: 500;
}

/* ============================================
   友情链接
   ============================================ */
.jvjqe7ONL {
    padding: 20px 0;
    background: var(--bg-color);
    border-top: 1px solid var(--border-color);
}

.JG7Gg1zSu {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.DSCM9B7ow {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}

.dFU8y02uk {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.c7ETILhNs {
    font-size: 14px;
    color: var(--text-light);
    text-decoration: none;
    transition: var(--transition);
}

.friendlink-item:hover {
    color: var(--primary-color);
}

/* ============================================
   搜索页
   ============================================ */
.search-box-large {
    margin-top: 30px;
}

.large-search-form {
    display: flex;
    max-width: 600px;
    background: var(--bg-light);
    border-radius: 50px;
    padding: 5px;
    box-shadow: var(--shadow-md);
}

.large-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px 25px;
    font-size: 16px;
    background: transparent;
}

.large-search-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.large-search-btn:hover {
    background: var(--hover-color);
}

.mCgAvAyvx {
    margin-bottom: 30px;
    color: var(--text-light);
}

.hXpL7HypX {
    text-align: center;
    padding: 80px 20px;
}

.oOCeB1stw {
    font-size: 64px;
    color: var(--text-light);
    margin-bottom: 20px;
}

.hXpL7HypX h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.hXpL7HypX p {
    color: var(--text-light);
    margin-bottom: 30px;
}

.J30uqjMV9 {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* ============================================
   分页
   ============================================ */
.FYJ7s6so4 {
    padding: 40px 0;
}

.kDPrC22Af {
    display: flex;
    justify-content: center;
}

/* ============================================
   404错误页
   ============================================ */
.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    padding: 20px;
}

.error-container {
    text-align: center;
    max-width: 600px;
}

.cjU8f3DZT {
    font-size: 80px;
    color: var(--warning-color);
    margin-bottom: 20px;
}

.WUb4IJLrr {
    font-size: 120px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1;
}

.Qy4Supngc {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-color);
}

.vCQ1QcUD9 {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 40px;
    line-height: 1.8;
}

.GOfOzAuEH {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 50px;
}

.h2qhswEkc,
.s7IC7YSWj {
    padding: 12px 30px;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.h2qhswEkc {
    background: var(--primary-color);
    color: white;
}

.btn-primary:hover {
    background: var(--hover-color);
}

.s7IC7YSWj {
    background: var(--bg-color);
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.btn-secondary:hover {
    background: var(--bg-light);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.error-suggestions {
    text-align: left;
    background: var(--bg-color);
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.error-suggestions h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.suggestions-list {
    list-style: none;
}

.suggestions-list li {
    margin-bottom: 10px;
}

.suggestions-list a {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 10px;
}

.suggestions-list a:hover {
    color: var(--primary-color);
}

.suggestions-list a::before {
    content: '→';
    color: var(--primary-color);
}

/* ============================================
   页脚
   ============================================ */
.OzNBRq0tJ {
    background: var(--bg-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 60px 0 20px;
    margin-top: 80px;
}

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

.jvZd2IFBB h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}

.jvZd2IFBB p {
    line-height: 1.8;
    font-size: 14px;
}

.gM10vQoN3 {
    list-style: none;
}

.gM10vQoN3 li {
    margin-bottom: 10px;
}

.gM10vQoN3 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
    font-size: 14px;
}

.gM10vQoN3 a:hover {
    color: white;
    padding-left: 5px;
}

.sflXdLDQH {
    list-style: none;
}

.sflXdLDQH li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}

.sflXdLDQH i {
    color: var(--primary-color);
    width: 20px;
}

.HtddEhmVL {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.HtddEhmVL a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.HtddEhmVL a:hover {
    color: white;
}

/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1024px) {
    .uo0fjvk8H {
        grid-template-columns: 1fr;
    }

    .HMjSNHcjX {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .WsrAgZeXE {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
    }

    .A16feTYZo {
        flex-shrink: 0;
    }

    .A16feTYZo a {
        font-size: 20px;
    }

    .iaQS2JZ94 {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: -20px;
        right: -20px;
        background: var(--bg-color);
        padding: 0;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        gap: 0;
        border-top: 1px solid var(--border-color);
    }

    .iaQS2JZ94 li {
        width: 100%;
    }

    .iaQS2JZ94 a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        border-bottom: 1px solid var(--bg-light);
    }

    .iaQS2JZ94 a.active::after {
        display: none;
    }

    .iaQS2JZ94 a.KAQTzA0PM {
        color: var(--primary-color);
        background: var(--bg-light);
        border-left: 4px solid var(--primary-color);
        padding-left: 16px;
    }

    .JDaKReCEr {
        flex: 1;
        margin: 0;
    }

    .KAufiINo3 {
        width: 100%;
        padding: 6px 10px;
    }

    .Pv1mnJDNY {
        flex: 1;
        width: 100%;
        font-size: 13px;
    }

    .whrfjOVuw {
        display: block;
        flex-shrink: 0;
        margin: 0;
    }

    .fsVxJpemM {
        font-size: 32px;
    }

    .Ns20ROzlU {
        font-size: 16px;
    }

    .b03jiK9PN {
        font-size: 24px;
    }

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

    .XD9YZfqs7 {
        flex-direction: column;
    }

    .JyxKpqbH7 {
        width: 100%;
        height: 200px;
    }

    .GZFJw8t7c .hU65OZ3zD {
        font-size: 24px;
    }

    .ALvsEgVdB {
        padding: 25px;
    }

    .WUb4IJLrr {
        font-size: 80px;
    }

    .Qy4Supngc {
        font-size: 24px;
    }

    .GOfOzAuEH {
        flex-direction: column;
    }

    .IbKQwQgmm {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .AbYs2Uw2L {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .T7n4Z34Rh {
        font-size: 20px;
    }

    .jPVVUeGbj {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .qUnC8Muys {
        padding: 0 15px;
    }

    .fsVxJpemM {
        font-size: 24px;
    }

    .YSoSCBo3p {
        flex-direction: column;
        border-radius: var(--radius);
    }

    .nVwX4DI45,
    .C69z0aZbr {
        border-radius: var(--radius);
    }

    .large-search-form {
        flex-direction: column;
        border-radius: var(--radius);
    }

    .large-search-input,
    .large-search-btn {
        border-radius: var(--radius);
    }
}
