.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{text-decoration:none;color:#fff}.logo h1{margin:0;font-size:1.8rem;font-weight:700}.tagline{margin:.5rem 0 0;font-size:.9rem;opacity:.9}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-link:hover{opacity:.8}@media (max-width: 768px){.header-container{flex-direction:column;align-items:flex-start}.logo h1{font-size:1.5rem}.nav{width:100%;justify-content:flex-start}}.footer{background-color:#2d3748;color:#a0aec0;padding:3rem 0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer p{margin:.5rem 0;font-size:.9rem}.footer-description{opacity:.8;font-size:.85rem}.home-page{max-width:1200px;margin:0 auto;padding:20px}.hero{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;margin-bottom:40px}.hero h1{font-size:2.5em;margin-bottom:10px}.hero-subtitle{font-size:1.3em;margin-bottom:10px;opacity:.9}.hero-description{font-size:1.1em;opacity:.85;max-width:600px;margin:0 auto}.content-wrapper{display:grid;grid-template-columns:250px 1fr;gap:40px}.sidebar{position:sticky;top:20px;height:fit-content}.category-filter h3{margin-bottom:15px;color:#333}.category-button{display:block;width:100%;padding:10px 15px;margin-bottom:8px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;text-align:left;transition:all .2s;font-size:.95em}.category-button:hover{border-color:#667eea;background:#f8f9ff}.category-button.active{background:#667eea;color:#fff;border-color:#667eea}.main-content{min-width:0}.section-title{font-size:1.8em;margin-bottom:30px;color:#333}.posts-grid{display:grid;gap:30px}.post-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.post-card-header{margin-bottom:15px}.post-category{display:inline-block;padding:6px 14px;background:#667eea;color:#fff;border-radius:20px;font-size:.85em;font-weight:600}.post-card-title{font-size:1.6em;margin-bottom:15px;line-height:1.4}.post-card-title a{color:#333;text-decoration:none;transition:color .2s}.post-card-title a:hover{color:#667eea}.post-card-excerpt{color:#666;line-height:1.7;margin-bottom:20px;font-size:1.05em}.post-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e0e0e0;margin-bottom:15px}.post-date{color:#999;font-size:.9em}.post-tags{display:flex;gap:8px;flex-wrap:wrap}.tag{font-size:.85em;color:#667eea;background:#f0f3ff;padding:4px 10px;border-radius:12px}.read-more{color:#667eea;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:color .2s}.read-more:hover{color:#764ba2}.loading{text-align:center;padding:60px 20px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}.no-posts{text-align:center;padding:60px 20px;color:#999}.pagination{text-align:center;margin-top:40px}.load-more-button{padding:12px 32px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1em;cursor:pointer;transition:background .2s}.load-more-button:hover:not(:disabled){background:#764ba2}.load-more-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.content-wrapper{grid-template-columns:1fr}.sidebar{position:static}.hero h1{font-size:2em}.post-card{padding:20px}.post-card-title{font-size:1.3em}}.post-page{max-width:900px;margin:0 auto;padding:20px}.post-article{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #0000001a}.post-header{margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e0e0e0}.post-category-badge{display:inline-block;padding:8px 18px;background:#667eea;color:#fff;border-radius:20px;font-size:.9em;font-weight:600;margin-bottom:20px}.post-title{font-size:2.2em;line-height:1.3;color:#333;margin-bottom:20px}.post-info{display:flex;gap:20px;align-items:center;margin-bottom:15px;color:#666;font-size:.95em}.post-date,.post-views{display:flex;align-items:center}.post-tags{display:flex;gap:10px;flex-wrap:wrap}.post-tags .tag{font-size:.9em;color:#667eea;background:#f0f3ff;padding:6px 14px;border-radius:14px;font-weight:500}.post-content{font-size:1.1em;line-height:1.8;color:#333;margin-bottom:40px}.post-content h1,.post-content h2,.post-content h3,.post-content h4{margin-top:40px;margin-bottom:20px;color:#2c3e50;line-height:1.4}.post-content h1{font-size:2em;border-bottom:3px solid #667eea;padding-bottom:10px}.post-content h2{font-size:1.7em;border-bottom:2px solid #e0e0e0;padding-bottom:8px}.post-content h3{font-size:1.4em;color:#667eea}.post-content h4{font-size:1.2em}.post-content p{margin-bottom:20px}.post-content ul,.post-content ol{margin:20px 0;padding-left:30px}.post-content li{margin-bottom:12px;line-height:1.7}.post-content code{background:#f5f5f5;padding:3px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#e83e8c}.post-content pre{background:#2d2d2d;color:#f8f8f2;padding:20px;border-radius:8px;overflow-x:auto;margin:25px 0}.post-content pre code{background:none;color:inherit;padding:0;font-size:.95em}.post-content blockquote{border-left:4px solid #667eea;padding-left:20px;margin:25px 0;color:#666;font-style:italic}.post-content a{color:#667eea;text-decoration:underline}.post-content a:hover{color:#764ba2}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:25px 0}.post-content table{width:100%;border-collapse:collapse;margin:25px 0}.post-content th,.post-content td{border:1px solid #ddd;padding:12px;text-align:left}.post-content th{background:#f5f5f5;font-weight:600}.related-posts{margin-top:60px;padding-top:40px;border-top:2px solid #e0e0e0}.related-posts h3{font-size:1.5em;margin-bottom:25px;color:#333}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.related-post-card{display:block;padding:20px;background:#f8f9ff;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.related-category{font-size:.8em;color:#667eea;font-weight:600;margin-bottom:8px}.related-post-card h4{font-size:1.1em;color:#333;margin-bottom:10px;line-height:1.4}.related-post-card p{font-size:.9em;color:#666;line-height:1.6;margin-bottom:10px}.related-date{font-size:.85em;color:#999}.post-footer{margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0}.back-link{color:#667eea;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:color .2s}.loading,.not-found{text-align:center;padding:80px 20px}.not-found h2{font-size:2em;color:#333;margin-bottom:15px}.not-found p{color:#666;margin-bottom:25px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.post-article{padding:25px}.post-title{font-size:1.7em}.post-content{font-size:1em}.related-posts-grid{grid-template-columns:1fr}}.about-page{max-width:900px;margin:0 auto;padding:2rem}.about-container{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.about-container h1{font-size:2.5rem;color:#2d3748;margin-bottom:2rem;text-align:center}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.8rem;color:#2d3748;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.about-section p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.about-section ul{list-style:none;padding:0}.about-section li{color:#4a5568;line-height:1.8;margin-bottom:.8rem;padding-left:1.5rem;position:relative;font-size:1.05rem}.about-section li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.about-section strong{color:#2d3748;font-weight:600}.back-to-home{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0;text-align:center}.back-link{color:#667eea;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .3s}.back-link:hover{color:#764ba2}@media (max-width: 768px){.about-container{padding:2rem 1.5rem}.about-container h1{font-size:2rem}.about-section h2{font-size:1.5rem}.about-section p,.about-section li{font-size:1rem}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:2rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
