*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#667eea;--primary-dark:#764ba2;--text-color:#1f2937;--text-light:#6b7280;--border-color:#e5e7eb;--bg-light:#f9fafb;--white:#ffffff;--shadow-sm:0 1px 3px rgba(0,0,0,0.1);--shadow-md:0 4px 12px rgba(0,0,0,0.1);--shadow-lg:0 10px 30px rgba(0,0,0,0.15);--radius-sm:6px;--radius-md:8px;--radius-lg:12px}body,html{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text-color);line-height:1.6;background-color:var(--bg-light)}.header{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:white;padding:1.5rem 0;box-shadow:var(--shadow-md);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo h1{font-size:1.5rem;font-weight:700;color:white}.header .logo{text-decoration:none}.header .logo:hover{opacity:.9}.header .nav{display:flex;gap:2rem;align-items:center}.header .nav a{color:white;text-decoration:none;font-weight:500;transition:opacity .2s}.header .nav a:hover{opacity:.8}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.main{min-height:calc(100vh - 200px);padding:3rem 0}.footer{background:var(--text-color);color:white;padding:2rem 0;text-align:center;margin-top:4rem}.footer .container{display:flex;flex-direction:column;gap:.5rem}.footer p{margin:0;opacity:.8}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-color)}.featured-section{margin-bottom:4rem}.featured-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.posts-section{margin-bottom:4rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.post-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.post-card-image{display:block;overflow:hidden;height:200px;position:relative}.post-card-image .image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card-image .image{transform:scale(1.05)}.post-card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.post-card-meta{font-size:.875rem;color:var(--text-light);margin-bottom:.75rem}.post-card a{text-decoration:none;color:inherit}.post-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;line-height:1.4;color:var(--text-color);transition:color .2s}.post-card:hover .post-card-title{color:var(--primary-color)}.post-card-excerpt{color:var(--text-light);font-size:.9375rem;margin-bottom:1rem;line-height:1.6;flex:1 1}.post-card-categories{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.category-tag{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:white;padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;text-decoration:none;transition:opacity .2s}.category-tag:hover{opacity:.8}.post-detail{background:var(--white);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-md);max-width:900px;margin:0 auto}.post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.post-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.post-meta{font-size:.9375rem;color:var(--text-light);margin-bottom:1.5rem}.post-taxonomy{display:flex;gap:1rem;flex-wrap:wrap}.post-taxonomy .categories,.post-taxonomy .tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:var(--bg-light);color:var(--text-color);padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;text-decoration:none;border:1px solid var(--border-color);transition:all .2s}.tag:hover{background:var(--primary-color);color:white;border-color:var(--primary-color)}.post-featured-image{margin-bottom:2rem;border-radius:var(--radius-lg);overflow:hidden}.post-featured-image .image{width:100%;height:auto}.post-content{font-size:1.0625rem;line-height:1.8;color:var(--text-color)}.post-excerpt{font-size:1.125rem;color:var(--text-light);font-style:italic;margin-bottom:2rem;padding-left:1rem;border-left:4px solid var(--primary-color)}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.author-info{display:flex;gap:1rem;align-items:center}.author-info .avatar{border-radius:50%}.author-details h3{font-size:1.125rem;margin-bottom:.25rem}.author-details p{color:var(--text-light);font-size:.9375rem}.page-header{text-align:center;margin-bottom:3rem;padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{color:var(--text-light);font-size:1.125rem}.page-header .count{display:inline-block;margin-top:.5rem;color:var(--text-light);font-size:.9375rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.category-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-decoration:none;color:var(--text-color);transition:all .3s ease;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.category-card h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-color)}.category-card .description{color:var(--text-light);margin-bottom:1rem;flex:1 1}.category-card .count{color:var(--text-light);font-size:.875rem}.tags-cloud{display:flex;flex-wrap:wrap;gap:1rem;padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.tag-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);text-decoration:none;color:var(--text-color);background:var(--bg-light);border:2px solid var(--border-color);transition:all .2s;font-weight:500}.tag-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.tag-item .name{font-size:1rem}.tag-item .count{background:var(--primary-color);color:white;padding:.125rem .5rem;border-radius:var(--radius-sm);font-size:.875rem}.tag-title{display:flex;align-items:center;gap:.5rem}.tag-title .hash{color:var(--primary-color)}.empty-state{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.empty-state p{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem}.button{display:inline-block;background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:white;padding:.75rem 1.5rem;border-radius:var(--radius-md);text-decoration:none;font-weight:500;transition:all .3s}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media (max-width:768px){.header .container{flex-direction:column;gap:1rem}.header .nav{gap:1rem}.categories-grid,.featured-posts,.posts-grid{grid-template-columns:1fr}.post-detail{padding:1.5rem}.page-header h1,.post-title{font-size:2rem}}.rich-text{line-height:1.8}.rich-text h2{font-size:1.75rem;margin:2rem 0 1rem}.rich-text h3{font-size:1.5rem;margin:1.5rem 0 .75rem}.rich-text p{margin-bottom:1rem}.rich-text a{color:var(--primary-color);text-decoration:underline}.rich-text ol,.rich-text ul{margin-left:2rem;margin-bottom:1rem}.rich-text code{background:var(--bg-light);padding:.125rem .375rem;border-radius:var(--radius-sm);font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,monospace;font-size:.9em}.rich-text pre{background:var(--text-color);color:white;padding:1rem;border-radius:var(--radius-md);overflow-x:auto;margin:1.5rem 0}.rich-text pre code{background:none;padding:0;color:white}.rich-text blockquote{border-left:4px solid var(--primary-color);padding-left:1rem;margin:1.5rem 0;color:var(--text-light);font-style:italic}.rich-text img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1.5rem 0}