﻿:root { --primary-color: rgb(15,118,110); --primary-hover: rgb(13,100,93); --primary-light: rgba(15,118,110,0.05); --text-main: #1f2937; --text-muted: #6b7280; --bg-body: #f9fafb; --bg-card: #ffffff; --border-color: #e5e7eb; --header-h: 72px; }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'PingFang SC', sans-serif; color: var(--text-main); background: var(--bg-body); line-height: 1.8; }
        a { color: inherit; text-decoration: none; transition: 0.3s; }
        img { max-width: 100%; height: auto; display: block; border-radius: 8px; }
        ul, ol { padding-left: 20px; }
        .container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
        .btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 6px; font-weight: 500; cursor: pointer; transition: all 0.3s; }
        .btn-primary { background: var(--primary-color); color: #fff; }
        
        
        .header { position: sticky; top: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); box-shadow: 0 1px 3px rgba(0,0,0,0.05); z-index: 100; height: var(--header-h); }
        .header .container-nav { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; height: 100%; }
        .logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
        .logo img { display: block; height: 40px; width: auto; max-width: 160px; object-fit: contain; }
        .logo span { font-size: 20px; font-weight: 800; color: var(--primary-color); white-space: nowrap; }
        .desktop-nav { display: flex; gap: 30px; }
        .desktop-nav a { font-size: 16px; font-weight: 500; position: relative; padding: 5px 0; }
        .desktop-nav a:hover { color: var(--primary-color); }
        .header-actions { display: flex; gap: 15px; }
        .menu-toggle { display: none; font-size: 24px; cursor: pointer; }
        
        
        .drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 999; opacity: 0; visibility: hidden; transition: 0.3s; }
        .drawer { position: fixed; top: 0; left: -300px; width: 280px; height: 100vh; background: #fff; z-index: 1000; transition: 0.3s; display: flex; flex-direction: column; }
        .drawer-active .drawer-overlay { opacity: 1; visibility: visible; }
        .drawer-active .drawer { left: 0; }
        .drawer-header { padding: 20px; border-bottom: 1px solid var(--border-color); display: flex; justify-content: space-between; }
        .drawer-close { font-size: 24px; cursor: pointer; color: var(--text-muted); }
        .drawer-nav { padding: 20px; overflow-y: auto; flex: 1; }
        .drawer-nav a { display: block; padding: 12px 0; border-bottom: 1px dashed var(--border-color); }

        
        .footer { background: #111827; color: #d1d5db; padding: 60px 0 20px; margin-top: 60px; }
        .footer-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-logo span { color: #fff; }
        .footer-title { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--primary-color); display: inline-block; }
        .footer-links { list-style:none; padding:0; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a:hover { color: var(--primary-color); }
        .footer-bottom { max-width: 1200px; margin: 0 auto; padding: 20px 20px 0; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-size: 13px; opacity: 0.6; }

        
        .breadcrumb { padding: 20px 0; font-size: 14px; color: var(--text-muted); border-bottom: 1px solid var(--border-color); margin-bottom: 30px; }
        .breadcrumb a { color: var(--text-main); }
        .breadcrumb a:hover { color: var(--primary-color); }

        .article-wrap { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); margin-bottom: 40px; }
        .article-header { margin-bottom: 30px; text-align: center; }
        .article-title { font-size: 32px; font-weight: 800; color: #111; margin-bottom: 20px; line-height: 1.4; }
        .article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; font-size: 14px; color: var(--text-muted); background: var(--bg-body); padding: 12px; border-radius: 8px; }
        .article-meta span { display: flex; align-items: center; gap: 6px; }
        
        .article-content { font-size: 16px; color: #374151; }
        .article-content p { margin-bottom: 20px; }
        .article-content h2, .article-content h3 { color: #111; margin: 30px 0 15px; }
        .article-content blockquote { border-left: 4px solid var(--primary-color); background: var(--primary-light); padding: 15px 20px; margin: 20px 0; border-radius: 0 8px 8px 0; color: #4b5563; }
        
        .article-tags-wrap { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border-color); display: flex; align-items: center; gap: 10px; }
        .article-tags-wrap a { background: var(--primary-light); color: var(--primary-color); padding: 4px 12px; border-radius: 4px; font-size: 14px; }
        .article-tags-wrap a:hover { background: var(--primary-color); color: #fff; }

        .article-nav { display: flex; justify-content: space-between; margin-top: 30px; padding: 20px; background: var(--bg-body); border-radius: 8px; }
        .article-nav a { display: block; max-width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--primary-color); font-weight: 500; }
        .article-nav a:hover { text-decoration: underline; }

        
        .related-section { margin-top: 50px; }
        .related-title { font-size: 24px; font-weight: 700; margin-bottom: 20px; border-left: 4px solid var(--primary-color); padding-left: 10px; }
        .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .rel-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        .rel-img { height: 140px; }
        .rel-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
        .rel-body { padding: 15px; }
        .rel-title { font-size: 15px; font-weight: 600; margin-bottom: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .rel-meta { font-size: 12px; color: var(--text-muted); }

        @media (max-width: 992px) {
            .footer-grid { grid-template-columns: repeat(2, 1fr); }
            .related-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .desktop-nav, .header-actions .btn { display: none; }
            .menu-toggle { display: block; }
            .article-wrap { padding: 20px; }
            .article-title { font-size: 24px; }
            .article-nav { flex-direction: column; gap: 10px; }
            .article-nav a { max-width: 100%; }
            .related-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
            .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
        }