@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif; background: #f5f7fa; color: #2c3e50; font-size: 15px; line-height: 1.8; }
a { text-decoration: none; color: #2c3e50; transition: color 0.3s; }
a:hover { color: #c9a96e; }
img { max-width: 100%; height: auto; display: block; border: 0; }
ul, li { list-style: none; }
.clear { clear: both; overflow: hidden; }
.container { width: 1200px; margin: 0 auto; }

.xsd-header { background: #1a1a2e; position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
.xsd-header .container { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.xsd-logo a { display: flex; align-items: center; }
.xsd-logo img { height: 42px; width: auto; }
.xsd-logo span { color: #fff; font-size: 22px; font-weight: 700; margin-left: 10px; letter-spacing: 2px; }
.xsd-logo .logo-sub { font-size: 12px; color: #c9a96e; font-weight: 400; letter-spacing: 1px; margin-left: 12px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,0.2); }

.xsd-nav { display: flex; align-items: center; }
.xsd-nav li { position: relative; }
.xsd-nav li a { display: block; color: rgba(255,255,255,0.85); padding: 0 22px; font-size: 15px; font-weight: 500; line-height: 70px; transition: all 0.3s; }
.xsd-nav li a:hover, .xsd-nav li.active a { color: #c9a96e; }
.xsd-nav li a i { font-size: 12px; margin-left: 4px; }
.xsd-nav li .sub-nav { position: absolute; top: 70px; left: 50%; transform: translateX(-50%); background: #fff; border-radius: 6px; box-shadow: 0 6px 24px rgba(0,0,0,0.12); min-width: 160px; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 100; padding: 8px 0; }
.xsd-nav li:hover .sub-nav { opacity: 1; visibility: visible; top: 60px; }
.xsd-nav li .sub-nav a { color: #2c3e50; line-height: 42px; padding: 0 24px; font-size: 14px; font-weight: 400; white-space: nowrap; }
.xsd-nav li .sub-nav a:hover { color: #c9a96e; background: #fdf8f0; }

.xsd-search { display: flex; align-items: center; }
.xsd-search form { display: flex; background: rgba(255,255,255,0.1); border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); }
.xsd-search input[type="text"] { background: none; border: none; color: #fff; padding: 8px 16px; width: 180px; font-size: 13px; outline: none; }
.xsd-search input[type="text"]::placeholder { color: rgba(255,255,255,0.4); }
.xsd-search input[type="submit"] { background: #c9a96e; border: none; color: #fff; padding: 8px 18px; font-size: 13px; cursor: pointer; transition: background 0.3s; }
.xsd-search input[type="submit"]:hover { background: #b8944f; }

.xsd-topbar { background: #16213e; color: rgba(255,255,255,0.5); font-size: 13px; line-height: 36px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.xsd-topbar .container { display: flex; justify-content: space-between; }
.xsd-topbar a { color: rgba(255,255,255,0.5); font-size: 13px; }
.xsd-topbar a:hover { color: #c9a96e; }
.xsd-topbar .topbar-right { display: flex; gap: 20px; }

.xsd-banner { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 40px 0; }
.xsd-banner .container { display: flex; gap: 24px; }
.xsd-banner-slide { flex: 1; border-radius: 12px; overflow: hidden; position: relative; }
.xsd-banner-slide .swiper-container { height: 360px; }
.xsd-banner-slide .swiper-slide a { display: block; height: 100%; position: relative; }
.xsd-banner-slide .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.xsd-banner-slide .slide-title { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.7)); padding: 40px 24px 20px; color: #fff; font-size: 18px; font-weight: 600; }
.xsd-banner-slide .swiper-pagination-bullet { background: #fff; opacity: 0.5; }
.xsd-banner-slide .swiper-pagination-bullet-active { opacity: 1; background: #c9a96e; }

.xsd-banner-side { width: 340px; display: flex; flex-direction: column; gap: 12px; }
.xsd-banner-side .side-item { flex: 1; background: rgba(255,255,255,0.06); border-radius: 10px; padding: 20px; border: 1px solid rgba(255,255,255,0.08); transition: all 0.3s; }
.xsd-banner-side .side-item:hover { background: rgba(255,255,255,0.1); border-color: rgba(201,169,110,0.3); }
.xsd-banner-side .side-item h3 { color: #c9a96e; font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.xsd-banner-side .side-item ul li { padding: 4px 0; }
.xsd-banner-side .side-item ul li a { color: rgba(255,255,255,0.75); font-size: 13px; display: flex; justify-content: space-between; }
.xsd-banner-side .side-item ul li a:hover { color: #c9a96e; }
.xsd-banner-side .side-item ul li a span { color: rgba(255,255,255,0.3); font-size: 12px; }

.xsd-main { padding: 30px 0; }
.xsd-main .container { display: flex; flex-wrap: wrap; gap: 24px; }
.xsd-main-left { flex: 1; min-width: 0; }
.xsd-main-right { width: 320px; flex-shrink: 0; }

.xsd-section { background: #fff; border-radius: 10px; margin-bottom: 24px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-section-title { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid #f0f0f0; }
.xsd-section-title h2 { font-size: 18px; font-weight: 700; color: #1a1a2e; display: flex; align-items: center; gap: 8px; }
.xsd-section-title h2::before { content: ""; width: 4px; height: 20px; background: #c9a96e; border-radius: 2px; }
.xsd-section-title .more { color: #999; font-size: 13px; }
.xsd-section-title .more:hover { color: #c9a96e; }
.xsd-section-body { padding: 20px 24px; }

.xsd-article-list { display: flex; flex-direction: column; }
.xsd-article-item { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.3s; }
.xsd-article-item:last-child { border-bottom: none; padding-bottom: 0; }
.xsd-article-item:first-child { padding-top: 0; }
.xsd-article-item:hover { background: #fafafa; margin: 0 -24px; padding-left: 24px; padding-right: 24px; }
.xsd-article-item .thumb { width: 220px; height: 150px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.xsd-article-item .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.xsd-article-item:hover .thumb img { transform: scale(1.05); }
.xsd-article-item .info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.xsd-article-item .info h3 { font-size: 17px; font-weight: 600; line-height: 1.5; }
.xsd-article-item .info h3 a { color: #1a1a2e; }
.xsd-article-item .info h3 a:hover { color: #c9a96e; }
.xsd-article-item .info .desc { color: #888; font-size: 14px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 8px; }
.xsd-article-item .info .meta { display: flex; align-items: center; gap: 16px; color: #aaa; font-size: 13px; margin-top: 12px; }
.xsd-article-item .info .meta .cate { background: #fdf8f0; color: #c9a96e; padding: 2px 10px; border-radius: 3px; font-size: 12px; }
.xsd-article-item .info .meta .cate:hover { background: #c9a96e; color: #fff; }

.xsd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.xsd-grid-item { border-radius: 10px; overflow: hidden; background: #fff; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.xsd-grid-item:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.xsd-grid-item .thumb { height: 180px; overflow: hidden; }
.xsd-grid-item .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.xsd-grid-item:hover .thumb img { transform: scale(1.08); }
.xsd-grid-item .info { padding: 16px; }
.xsd-grid-item .info h3 { font-size: 15px; font-weight: 600; line-height: 1.5; margin-bottom: 8px; }
.xsd-grid-item .info h3 a { color: #1a1a2e; }
.xsd-grid-item .info h3 a:hover { color: #c9a96e; }
.xsd-grid-item .info .desc { color: #999; font-size: 13px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xsd-grid-item .info .meta { display: flex; justify-content: space-between; color: #bbb; font-size: 12px; margin-top: 10px; }

.xsd-sidebar-widget { background: #fff; border-radius: 10px; margin-bottom: 24px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-sidebar-title { padding: 16px 20px; border-bottom: 1px solid #f0f0f0; font-size: 16px; font-weight: 700; color: #1a1a2e; display: flex; align-items: center; gap: 8px; }
.xsd-sidebar-title::before { content: ""; width: 3px; height: 16px; background: #c9a96e; border-radius: 2px; }
.xsd-sidebar-body { padding: 16px 20px; }

.xsd-hot-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px dashed #f0f0f0; }
.xsd-hot-list li:last-child { border-bottom: none; }
.xsd-hot-list li .rank { width: 24px; height: 24px; border-radius: 4px; background: #e8e8e8; color: #999; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.xsd-hot-list li:nth-child(1) .rank, .xsd-hot-list li:nth-child(2) .rank, .xsd-hot-list li:nth-child(3) .rank { background: #c9a96e; color: #fff; }
.xsd-hot-list li a { font-size: 14px; line-height: 1.6; color: #555; }
.xsd-hot-list li a:hover { color: #c9a96e; }

.xsd-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.xsd-tag-cloud a { display: inline-block; padding: 4px 14px; background: #f5f7fa; color: #666; font-size: 13px; border-radius: 4px; transition: all 0.3s; }
.xsd-tag-cloud a:hover { background: #c9a96e; color: #fff; }

.xsd-site-info { text-align: center; padding: 20px; }
.xsd-site-info .avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 12px; border: 3px solid #c9a96e; overflow: hidden; }
.xsd-site-info .avatar img { width: 100%; height: 100%; object-fit: cover; }
.xsd-site-info h3 { font-size: 18px; color: #1a1a2e; margin-bottom: 6px; }
.xsd-site-info p { color: #999; font-size: 13px; line-height: 1.6; }
.xsd-site-info .stats { display: flex; justify-content: center; gap: 24px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.xsd-site-info .stats .stat-item { text-align: center; }
.xsd-site-info .stats .stat-item strong { display: block; font-size: 20px; color: #c9a96e; font-weight: 700; }
.xsd-site-info .stats .stat-item span { font-size: 12px; color: #aaa; }

.xsd-breadcrumb { padding: 14px 0; font-size: 13px; color: #999; }
.xsd-breadcrumb a { color: #999; }
.xsd-breadcrumb a:hover { color: #c9a96e; }
.xsd-breadcrumb .sep { margin: 0 6px; color: #ccc; }

.xsd-pagination { display: flex; justify-content: center; gap: 8px; padding: 30px 0; }
.xsd-pagination a, .xsd-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; background: #fff; border: 1px solid #e8e8e8; border-radius: 6px; font-size: 14px; color: #666; transition: all 0.3s; }
.xsd-pagination a:hover, .xsd-pagination span.active { background: #c9a96e; color: #fff; border-color: #c9a96e; }

.xsd-article-detail { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-article-detail .detail-header { padding: 30px 36px 20px; border-bottom: 1px solid #f0f0f0; }
.xsd-article-detail .detail-header h1 { font-size: 26px; font-weight: 700; color: #1a1a2e; line-height: 1.4; margin-bottom: 16px; }
.xsd-article-detail .detail-header .meta { display: flex; align-items: center; gap: 20px; color: #aaa; font-size: 13px; flex-wrap: wrap; }
.xsd-article-detail .detail-header .meta .cate-tag { background: #fdf8f0; color: #c9a96e; padding: 3px 12px; border-radius: 3px; font-size: 12px; }
.xsd-article-detail .detail-content { padding: 30px 36px; font-size: 16px; line-height: 2; color: #333; }
.xsd-article-detail .detail-content p { margin-bottom: 16px; }
.xsd-article-detail .detail-content img { border-radius: 6px; margin: 16px auto; }
.xsd-article-detail .detail-content h2, .xsd-article-detail .detail-content h3, .xsd-article-detail .detail-content h4 { margin: 24px 0 12px; color: #1a1a2e; }
.xsd-article-detail .detail-content blockquote { background: #fdf8f0; border-left: 4px solid #c9a96e; padding: 16px 20px; margin: 16px 0; border-radius: 0 6px 6px 0; color: #666; }
.xsd-article-detail .detail-tags { padding: 0 36px 20px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.xsd-article-detail .detail-tags span { color: #999; font-size: 14px; }
.xsd-article-detail .detail-tags a { display: inline-block; padding: 4px 14px; background: #f5f7fa; color: #666; font-size: 13px; border-radius: 4px; }
.xsd-article-detail .detail-tags a:hover { background: #c9a96e; color: #fff; }
.xsd-article-detail .detail-copyright { margin: 0 36px 20px; padding: 16px 20px; background: #f9f9f9; border-radius: 6px; font-size: 13px; color: #999; line-height: 1.8; }

.xsd-prev-next { display: flex; gap: 20px; padding: 24px 36px; border-top: 1px solid #f0f0f0; }
.xsd-prev-next a { flex: 1; padding: 16px 20px; background: #f9f9f9; border-radius: 8px; font-size: 14px; color: #666; transition: all 0.3s; }
.xsd-prev-next a:hover { background: #fdf8f0; color: #c9a96e; }
.xsd-prev-next a span { display: block; font-size: 12px; color: #bbb; margin-bottom: 4px; }

.xsd-comment { background: #fff; border-radius: 10px; margin-top: 24px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-comment .comment-title { padding: 18px 24px; border-bottom: 1px solid #f0f0f0; font-size: 18px; font-weight: 700; color: #1a1a2e; display: flex; align-items: center; gap: 8px; }
.xsd-comment .comment-title::before { content: ""; width: 4px; height: 20px; background: #c9a96e; border-radius: 2px; }
.xsd-comment .comment-list { padding: 20px 24px; }
.xsd-comment .comment-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px dashed #f0f0f0; }
.xsd-comment .comment-item:last-child { border-bottom: none; }
.xsd-comment .comment-avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.xsd-comment .comment-avatar img { width: 100%; height: 100%; object-fit: cover; }
.xsd-comment .comment-body { flex: 1; }
.xsd-comment .comment-author { font-size: 14px; font-weight: 600; color: #1a1a2e; }
.xsd-comment .comment-time { font-size: 12px; color: #bbb; margin-left: 10px; font-weight: 400; }
.xsd-comment .comment-text { font-size: 14px; color: #555; line-height: 1.7; margin-top: 6px; }
.xsd-comment .comment-reply { font-size: 12px; color: #c9a96e; margin-left: 10px; cursor: pointer; }
.xsd-comment .comment-reply:hover { color: #b8944f; }
.xsd-comment .comment-reply-content { background: #fdf8f0; padding: 8px 12px; border-radius: 4px; font-size: 13px; color: #888; margin-top: 6px; border-left: 3px solid #c9a96e; }
.xsd-comment .no-comment { text-align: center; padding: 40px; color: #ccc; font-size: 14px; }
.xsd-comment .comment-loadmore { display: block; text-align: center; padding: 12px; color: #c9a96e; font-size: 13px; border-top: 1px dashed #f0f0f0; margin-top: 10px; }
.xsd-comment .comment-loadmore:hover { color: #b8944f; }

.xsd-comment-form { padding: 20px 24px; border-top: 1px solid #f0f0f0; }
.xsd-comment-form h3 { font-size: 16px; font-weight: 600; margin-bottom: 16px; color: #1a1a2e; }
.xsd-comment-form .form-group { margin-bottom: 14px; }
.xsd-comment-form label { display: block; font-size: 13px; color: #888; margin-bottom: 6px; }
.xsd-comment-form input[type="text"], .xsd-comment-form input[type="email"], .xsd-comment-form textarea { width: 100%; padding: 10px 14px; border: 1px solid #e8e8e8; border-radius: 6px; font-size: 14px; outline: none; transition: border-color 0.3s; font-family: inherit; }
.xsd-comment-form input:focus, .xsd-comment-form textarea:focus { border-color: #c9a96e; }
.xsd-comment-form textarea { resize: vertical; min-height: 100px; }
.xsd-comment-form input[type="submit"] { background: #c9a96e; color: #fff; border: none; padding: 10px 30px; border-radius: 6px; font-size: 14px; cursor: pointer; transition: background 0.3s; }
.xsd-comment-form input[type="submit"]:hover { background: #b8944f; }
.xsd-comment-form #reply_comment_div { background: #fdf8f0; padding: 12px 16px; border-radius: 6px; margin-bottom: 14px; }
.xsd-comment-form #reply_comment_div span { font-size: 13px; color: #c9a96e; font-weight: 600; }
.xsd-comment-form #reply_comment_div a { font-size: 12px; color: #999; margin-left: 10px; }
.xsd-comment-form #reply_comment_div a:hover { color: #c9a96e; }
.xsd-comment-form #reply_comment_content { font-size: 13px; color: #666; margin-top: 6px; padding: 6px 10px; background: #fff; border-radius: 4px; }

.xsd-footer { background: #1a1a2e; color: rgba(255,255,255,0.5); margin-top: 40px; }
.xsd-footer-main { padding: 50px 0 30px; }
.xsd-footer-main .container { display: flex; gap: 40px; }
.xsd-footer-about { flex: 1; }
.xsd-footer-about h3 { color: #fff; font-size: 20px; margin-bottom: 16px; }
.xsd-footer-about p { font-size: 14px; line-height: 1.8; }
.xsd-footer-links { width: 200px; }
.xsd-footer-links h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.xsd-footer-links ul li { padding: 4px 0; }
.xsd-footer-links ul li a { color: rgba(255,255,255,0.5); font-size: 14px; }
.xsd-footer-links ul li a:hover { color: #c9a96e; }
.xsd-footer-contact { width: 240px; }
.xsd-footer-contact h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.xsd-footer-contact p { font-size: 14px; line-height: 2; }
.xsd-footer-contact p i { margin-right: 8px; color: #c9a96e; }
.xsd-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center; font-size: 13px; }
.xsd-footer-bottom a { color: rgba(255,255,255,0.5); }
.xsd-footer-bottom a:hover { color: #c9a96e; }

.xsd-404 { text-align: center; padding: 100px 0; }
.xsd-404 h1 { font-size: 120px; color: #c9a96e; font-weight: 700; }
.xsd-404 p { font-size: 18px; color: #999; margin: 20px 0 30px; }
.xsd-404 a { display: inline-block; padding: 12px 36px; background: #c9a96e; color: #fff; border-radius: 6px; font-size: 15px; transition: background 0.3s; }
.xsd-404 a:hover { background: #b8944f; }

.xsd-search-result h2 { font-size: 20px; color: #1a1a2e; margin-bottom: 20px; }
.xsd-search-result h2 em { color: #c9a96e; font-style: normal; }

.xsd-cate-tabs { display: flex; gap: 4px; padding: 12px 24px; background: #fafafa; border-bottom: 1px solid #f0f0f0; flex-wrap: wrap; }
.xsd-cate-tabs a { padding: 6px 16px; border-radius: 4px; font-size: 13px; color: #666; transition: all 0.3s; }
.xsd-cate-tabs a:hover, .xsd-cate-tabs a.active { background: #c9a96e; color: #fff; }

.xsd-related { background: #fff; border-radius: 10px; margin-top: 24px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-related .xsd-section-body { padding: 20px 24px; }
.xsd-related ul li { padding: 8px 0; border-bottom: 1px dashed #f0f0f0; }
.xsd-related ul li:last-child { border-bottom: none; }
.xsd-related ul li a { font-size: 14px; color: #555; display: flex; justify-content: space-between; }
.xsd-related ul li a:hover { color: #c9a96e; }
.xsd-related ul li a span { color: #bbb; font-size: 12px; }

.xsd-listeach { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 30px; }
.xsd-listeach-item { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-listeach-item .item-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #f0f0f0; }
.xsd-listeach-item .item-header h3 { font-size: 16px; font-weight: 700; color: #1a1a2e; }
.xsd-listeach-item .item-header .more { font-size: 12px; color: #bbb; }
.xsd-listeach-item .item-header .more:hover { color: #c9a96e; }
.xsd-listeach-item ul { padding: 12px 20px; }
.xsd-listeach-item ul li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px dashed #f5f5f5; }
.xsd-listeach-item ul li:last-child { border-bottom: none; }
.xsd-listeach-item ul li .num { width: 20px; height: 20px; border-radius: 3px; background: #f0f0f0; color: #999; font-size: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.xsd-listeach-item ul li:nth-child(1) .num, .xsd-listeach-item ul li:nth-child(2) .num, .xsd-listeach-item ul li:nth-child(3) .num { background: #c9a96e; color: #fff; }
.xsd-listeach-item ul li .date { color: #ccc; font-size: 12px; margin-left: auto; flex-shrink: 0; }
.xsd-listeach-item ul li a { font-size: 14px; color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xsd-listeach-item ul li a:hover { color: #c9a96e; }

.xsd-links { background: #fff; border-radius: 10px; margin-bottom: 24px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.xsd-links .xsd-section-body { padding: 16px 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.xsd-links a { padding: 4px 16px; background: #f5f7fa; color: #666; font-size: 13px; border-radius: 4px; }
.xsd-links a:hover { background: #c9a96e; color: #fff; }

@media screen and (max-width: 768px) {
    .container { width: 100%; padding: 0 16px; }
    .xsd-header .container { flex-wrap: wrap; height: auto; padding: 12px 16px; }
    .xsd-nav { display: none; }
    .xsd-search { display: none; }
    .xsd-banner .container { flex-direction: column; }
    .xsd-banner-side { width: 100%; flex-direction: row; }
    .xsd-main .container { flex-direction: column; }
    .xsd-main-right { width: 100%; }
    .xsd-grid { grid-template-columns: 1fr; }
    .xsd-listeach { grid-template-columns: 1fr; }
    .xsd-article-item { flex-direction: column; }
    .xsd-article-item .thumb { width: 100%; height: 200px; }
    .xsd-prev-next { flex-direction: column; }
    .xsd-footer-main .container { flex-direction: column; gap: 24px; }
    .xsd-footer-links, .xsd-footer-contact { width: 100%; }
}
