*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.blog-container{max-width:1200px;margin:0 auto;padding:0 20px}.blog-navbar{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.blog-navbar .blog-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.blog-logo{font-size:1.5rem;font-weight:700;color:#6366f1}.blog-nav-links{display:flex;list-style:none;gap:2rem}.blog-nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.blog-nav-links a:hover{color:#6366f1}.blog-hero{background:#6366f1;color:white;padding:80px 20px;text-align:center}.blog-hero-content h1{font-size:2.5rem;margin-bottom:1rem}.blog-hero-content p{font-size:1.2rem;opacity:.9}.blog-main{padding:80px 20px;background:#f8f9fa}.blog-layout{display:flex;gap:3rem;align-items:flex-start}.blog-articles{flex:1 1;display:flex;flex-direction:column;gap:2rem}.blog-article-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.blog-article-card.blog-featured{display:flex;flex-direction:column}.blog-article-image{width:100%;height:300px;object-fit:cover}.blog-article-content{padding:2rem;display:flex;flex-direction:column;gap:1rem}.blog-article-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.blog-category{padding:.25rem .75rem;background:#6366f1;color:white;border-radius:4px;font-size:.85rem;font-weight:600}.blog-date{color:#666;font-size:.9rem}.blog-article-content h2{font-size:1.8rem;color:#333;margin:0}.blog-article-content p{color:#666;font-size:1rem;line-height:1.6}.blog-read-more{color:#6366f1;text-decoration:none;font-weight:600;align-self:flex-start;transition:color .3s}.blog-read-more:hover{color:#4f46e5}.blog-articles-list{display:flex;flex-direction:column;gap:1.5rem}.blog-article-card.blog-small{display:flex}.blog-article-wrapper{display:flex;gap:1.5rem;width:100%}.blog-article-image-small{width:200px;height:150px;object-fit:cover;border-radius:6px;flex-shrink:0}.blog-article-content-small{flex:1 1;padding:1rem;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between}.blog-article-content-small .blog-article-meta{margin-bottom:.5rem}.blog-article-content-small h3{font-size:1.2rem;color:#333;margin:0}.blog-article-content-small p{color:#666;font-size:.95rem;line-height:1.5;margin:0}.blog-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:2rem}.blog-sidebar-section{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1rem}.blog-sidebar-section h3{font-size:1.3rem;color:#333;margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.blog-categories-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.blog-categories-list li a{color:#666;text-decoration:none;transition:color .3s;display:flex;align-items:center;padding:.5rem 0}.blog-categories-list li a:hover{color:#6366f1}.blog-categories-list li a:before{content:"→";margin-right:.5rem;color:#6366f1}.blog-recent-posts{display:flex;flex-direction:column;gap:1rem}.blog-recent-item{display:flex;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.blog-recent-item:last-child{border-bottom:none;padding-bottom:0}.blog-recent-content{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.blog-recent-content h4{font-size:.95rem;color:#333;font-weight:600}.blog-recent-date{font-size:.85rem;color:#666}.blog-sidebar-section p{color:#666;font-size:.95rem;line-height:1.6}.blog-footer{background:#333;color:white;text-align:center;padding:2rem 20px}@media (max-width:968px){.blog-layout{flex-direction:column;gap:2rem}.blog-sidebar{width:100%}.blog-article-wrapper{flex-direction:column}.blog-article-image-small{width:100%;height:200px}}@media (max-width:768px){.blog-nav-links{flex-direction:column;gap:1rem}.blog-hero-content h1{font-size:2rem}.blog-article-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}