*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,微软雅黑,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{border:none;background:none;cursor:pointer;font-family:inherit}.layout{min-height:100vh;display:flex;flex-direction:column}.navbar{background-color:#2c3e50;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu a{color:#fff;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:#3498db}.main-content{flex:1;padding:2rem 0}.footer{background-color:#34495e;color:#fff;padding:2rem 0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer p{margin:.5rem 0}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:10px;margin-bottom:4rem}.hero h1{font-size:3rem;margin-bottom:1rem;color:#2c3e50}.hero-subtitle{font-size:1.25rem;color:#5a6c7d;max-width:600px;margin:0 auto}.features{margin-bottom:4rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.recent-posts h2{font-size:2rem;margin-bottom:2rem;color:#2c3e50;text-align:center}.post-list{display:grid;gap:2rem;margin-bottom:3rem}.post-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:#2c3e50;text-decoration:none;transition:color .3s}.post-card h3 a:hover{color:#3498db}.post-meta{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.post-excerpt{color:#5a6c7d;line-height:1.6;margin-bottom:1rem}.read-more{color:#3498db;text-decoration:none;font-weight:500}.read-more:hover{text-decoration:underline}.view-all{text-align:center}.btn-primary{display:inline-block;background-color:#3498db;color:#fff;padding:.75rem 2rem;border-radius:5px;text-decoration:none;transition:background-color .3s}.btn-primary:hover{background-color:#2980b9}@media (max-width: 768px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}}.about-content{max-width:800px;margin:0 auto;padding:2rem}.about-content h1{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-content h2{color:#34495e;font-size:1.8rem;margin-top:3rem;margin-bottom:1.5rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.about-intro{font-size:1.1rem;line-height:1.8;color:#5a6c7d;margin-bottom:2rem;text-indent:2em}.about-experience ul,.about-blog ul,.about-contact ul{list-style:none;padding:0}.about-experience li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.about-experience li:before{content:"▸";position:absolute;left:0;color:#3498db}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.expertise-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db}.expertise-item h3{color:#2c3e50;margin-bottom:.5rem}.expertise-item p{color:#5a6c7d;line-height:1.6}.about-philosophy p,.about-blog p{line-height:1.8;color:#5a6c7d;margin-bottom:1rem;text-indent:2em}.about-blog ul{margin-left:2rem;list-style:disc}.about-blog li{margin-bottom:.5rem;color:#5a6c7d}.about-contact ul{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin:1rem 0}.about-contact li{margin-bottom:.5rem;color:#5a6c7d}@media (max-width: 768px){.about-content{padding:1rem}.about-content h1{font-size:2rem}.expertise-grid{grid-template-columns:1fr;gap:1rem}}.blog-title{text-align:center;color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.blog-subtitle{text-align:center;color:#5a6c7d;font-size:1.2rem;margin-bottom:3rem}.blog-list{max-width:900px;margin:0 auto}.blog-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-3px);box-shadow:0 5px 20px #00000026}.blog-card-content{padding:2rem}.blog-card h2{margin-bottom:1rem}.blog-card h2 a{color:#2c3e50;text-decoration:none;transition:color .3s}.blog-card h2 a:hover{color:#3498db}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem}.blog-date{color:#7f8c8d}.blog-category{background:#3498db;color:#fff;padding:.2rem .8rem;border-radius:20px;font-size:.85rem}.blog-excerpt{color:#5a6c7d;line-height:1.6;margin-bottom:1rem}.blog-read-more{color:#3498db;text-decoration:none;font-weight:500;transition:color .3s}.blog-read-more:hover{color:#2980b9;text-decoration:underline}@media (max-width: 768px){.blog-title{font-size:2rem}.blog-subtitle{font-size:1rem}.blog-card-content{padding:1.5rem}}.blog-post{max-width:800px;margin:0 auto;padding:2rem}.post-header{margin-bottom:3rem;text-align:center}.post-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;line-height:1.3}.post-meta{display:flex;justify-content:center;gap:1rem;font-size:.9rem}.post-date{color:#7f8c8d}.post-category{background:#3498db;color:#fff;padding:.2rem .8rem;border-radius:20px}.post-content{color:#333;line-height:1.8;font-size:1.1rem}.post-content h1,.post-content h2,.post-content h3{color:#2c3e50;margin-top:2rem;margin-bottom:1rem}.post-content h1{font-size:2rem}.post-content h2{font-size:1.6rem;border-bottom:2px solid #ecf0f1;padding-bottom:.5rem}.post-content h3{font-size:1.3rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;margin-left:2rem}.post-content li{margin-bottom:.5rem}.post-content strong{color:#2c3e50}.post-content code{background:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-family:Consolas,Monaco,monospace;font-size:.9em}.post-content pre{background:#f5f5f5;padding:1rem;border-radius:5px;overflow-x:auto;margin-bottom:1.5rem}.post-content pre code{background:none;padding:0}.post-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.post-content th,.post-content td{border:1px solid #ddd;padding:.5rem;text-align:left}.post-content th{background:#f5f5f5;font-weight:700}.post-content blockquote{border-left:4px solid #3498db;padding-left:1rem;margin:1.5rem 0;color:#5a6c7d;font-style:italic}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #ecf0f1}.back-link{color:#3498db;text-decoration:none;transition:color .3s}.back-link:hover{color:#2980b9;text-decoration:underline}@media (max-width: 768px){.blog-post{padding:1rem}.post-header h1{font-size:2rem}.post-content{font-size:1rem}}#root{width:100%;min-height:100vh}
