﻿*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #3498db;--secondary-color: #2c3e50;--text-color: #333;--text-light: #666;--bg-color: #f5f5f5;--card-bg: #fff;--border-color: #e0e0e0;--hover-color: #2980b9}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color)}header{background:var(--card-bg);box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem 2rem;position:sticky;top:0;z-index:100}header nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}header nav .logo{font-size:1.5rem;font-weight:bold;color:var(--primary-color);text-decoration:none}header nav .nav-links{display:flex;list-style:none;gap:2rem}header nav .nav-links li a{color:var(--text-color);text-decoration:none;transition:color .3s ease}header nav .nav-links li a:hover{color:var(--primary-color)}main{max-width:1200px;margin:2rem auto;padding:0 1rem}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;border-radius:12px;margin-bottom:2rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:1.5rem}.post-card{background:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.post-card h3{font-size:1.3rem;margin-bottom:.5rem}.post-card h3 a{color:var(--text-color);text-decoration:none}.post-card h3 a:hover{color:var(--primary-color)}.post-card .post-date{color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.post-card .post-summary{color:var(--text-light);margin-bottom:1rem}.post-card .read-more{color:var(--primary-color);text-decoration:none;font-weight:500}.post-card .read-more:hover{text-decoration:underline}.post{background:var(--card-bg);border-radius:8px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.post .post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.post .post-header .post-title{font-size:2rem;margin-bottom:.5rem}.post .post-header .post-meta{color:var(--text-light);font-size:.9rem}.post .post-header .post-meta span{margin-right:1rem}.post .post-header .post-meta span a{color:var(--primary-color);text-decoration:none}.post .post-content{line-height:1.8;font-size:1.1rem}.post .post-content h2{margin-top:2rem;margin-bottom:1rem}.post .post-content p{margin-bottom:1rem}.post .post-content code{padding:.2rem .4rem;border-radius:4px;font-family:"Courier New",monospace}.post .post-content pre{background:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.post .post-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-color)}.post .post-footer .post-categories a{color:var(--primary-color);text-decoration:none;margin-right:.5rem}.post .post-navigation{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-color)}.post .post-navigation a{color:var(--primary-color);text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background .3s ease}.post .post-navigation a:hover{background:rgba(52,152,219,.1)}.section-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.section-header h1{font-size:2rem;color:var(--secondary-color)}.section-header .section-description{color:var(--text-light);margin-top:.5rem}.pagination{margin:2rem 0;text-align:center}.pagination .pagination-nav{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--card-bg);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.pagination .pagination-link{padding:.5rem 1.5rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;transition:background .3s ease}.pagination .pagination-link:hover{background:var(--hover-color)}.pagination .pagination-info{color:var(--text-light);font-size:1rem}.posts-list .post-item{background:var(--card-bg);border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.posts-list .post-item .post-title{font-size:1.5rem;margin-bottom:.5rem}.posts-list .post-item .post-title a{color:var(--text-color);text-decoration:none}.posts-list .post-item .post-title a:hover{color:var(--primary-color)}.posts-list .post-item .post-meta{color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.posts-list .post-item .post-excerpt{color:var(--text-light)}.no-posts{text-align:center;color:var(--text-light);padding:2rem}.subsections{margin-top:2rem;padding:1.5rem;background:var(--card-bg);border-radius:8px}.subsections h2{margin-bottom:1rem}.subsections ul{list-style:none}.subsections ul li{margin-bottom:.5rem}.subsections ul li a{color:var(--text-color);text-decoration:none}.subsections ul li a:hover{color:var(--primary-color)}.subsections ul li a .count{color:var(--text-light);font-size:.9rem}.taxonomy-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.taxonomy-header h1{font-size:2rem;color:var(--secondary-color)}.taxonomy-header .taxonomy-count{color:var(--text-light);margin-top:.5rem}.all-taxonomies h1{text-align:center;margin-bottom:2rem}.all-taxonomies .taxonomy-list .taxonomy-item{background:var(--card-bg);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-term{font-size:1.3rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-term a{color:var(--primary-color);text-decoration:none}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-term a:hover{text-decoration:underline}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-term .count{background:var(--primary-color);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.8rem}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts{list-style:none;padding-left:0}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li{padding:.5rem 0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li:last-child{border-bottom:none}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li a{color:var(--text-color);text-decoration:none}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li a:hover{color:var(--primary-color)}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li time{color:var(--text-light);font-size:.9rem}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li.view-all{margin-top:.5rem}.all-taxonomies .taxonomy-list .taxonomy-item .taxonomy-posts li.view-all a{color:var(--primary-color);font-weight:500}.no-taxonomies{text-align:center;color:var(--text-light);padding:2rem}.about-page{background:var(--card-bg);border-radius:8px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.about-page .about-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.about-page .about-content .about-section{margin-bottom:2rem}.about-page .about-content .about-section h2{color:var(--secondary-color);margin-bottom:1rem}.about-page .about-content .about-section .tech-list{list-style:none;padding-left:1rem}.about-page .about-content .about-section .tech-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.about-page .about-content .about-section .tech-list li:before{content:"•";color:var(--primary-color);position:absolute;left:0;font-size:1.2rem}.about-page .about-content .about-section a{color:var(--primary-color);text-decoration:none}.about-page .about-content .about-section a:hover{text-decoration:underline}.error-page{text-align:center;padding:4rem 1rem}.error-page .error-content .error-code{font-size:6rem;color:var(--primary-color);margin-bottom:1rem}.error-page .error-content .error-title{font-size:2rem;margin-bottom:1rem}.error-page .error-content .error-message{color:var(--text-light);margin-bottom:1rem}.error-page .error-content .error-hint{color:var(--text-light);margin-bottom:1.5rem}.error-page .error-content .error-suggestions{list-style:none;max-width:400px;margin:0 auto 2rem;text-align:left;padding-left:1rem}.error-page .error-content .error-suggestions li{margin-bottom:.5rem;color:var(--text-light)}.error-page .error-content .error-suggestions li a{color:var(--primary-color)}.error-page .error-content .back-home{display:inline-block;padding:.75rem 2rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:8px;transition:background .3s ease}.error-page .error-content .back-home:hover{background:var(--hover-color)}.search-page .search-header{text-align:center;margin-bottom:2rem}.search-page .search-header h1{font-size:2rem;color:var(--secondary-color)}.search-page .search-header p{color:var(--text-light)}footer{text-align:center;padding:2rem;background:var(--card-bg);border-top:1px solid var(--border-color);margin-top:3rem}footer p{color:var(--text-light)}@media (max-width: 768px){header nav{flex-direction:column}header nav .nav-links{flex-direction:column;gap:.5rem}.hero h1{font-size:1.8rem}.post .post-header .post-title{font-size:1.5rem}.post .post-content{font-size:1rem}.error-page .error-content .error-code{font-size:4rem}}