.blogs-section{display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;gap:1rem;flex-wrap:wrap}.blogs-text h1{margin:0;font-size:3rem;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blogs-text p{margin:.3rem 0 0;font-size:1.5rem;font-weight:600;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blogs-search{position:relative;width:250px}.blogs-search input{width:100%;padding:.6rem 2.5rem .6rem 1rem;border:1px solid #ccc;border-radius:.6rem;outline:none;font-size:1rem}.blogs-search i{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#8621de;cursor:pointer}.blogs-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 4rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 6px 18px #00000026}.blog-card img{width:100%;height:240px;object-fit:cover}.blog-content{padding:1rem;flex:1}.blogs-cards .blog-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden}.blog-image{width:100%;height:220px;object-fit:cover;display:block}.meta{font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.read-more{display:inline-block;margin-top:.75rem;color:#4f46e5;font-weight:600;text-decoration:none}@media (max-width: 1024px){.blogs-cards{grid-template-columns:repeat(2,1fr);padding:1.5rem}}@media (max-width: 640px){.blogs-cards{grid-template-columns:1fr;padding:1rem;gap:1rem}.blog-image{height:180px}}.blog-content h2{font-size:1.25rem;margin:0 0 .5rem;color:#34207d}.blog-content p{font-size:.95rem;color:#555;margin-bottom:1rem}.blog-content a{border:1px solid #4f46e5;border-radius:10px;padding:.4rem .8rem;font-size:.9rem;font-weight:600;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none;transition:background-color .3s,color .3s;display:inline-block}.blog-content a:hover{background:var(--gradient);background-clip:border-box;-webkit-background-clip:border-box;-webkit-text-fill-color:#fff;color:#fff}.load-more-container{text-align:center;margin-bottom:2rem}#loadMoreBtn{padding:.8rem 1.5rem;border:none;border-radius:8px;background:var(--gradient);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,background .6s ease}#loadMoreBtn:hover{transform:scale(.95)}.blog-card-wrapper{display:none}@media (max-width: 768px){.blogs-section{flex-direction:column;align-items:flex-start}.blogs-search{width:100%}.blogs-search input{flex:1;width:100%}.blogs-search button{width:100%}}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin:6px 0}.toc-list a{color:#0b5c8a;text-decoration:none;font-size:.95rem}.toc-list a:hover,.toc-list a.active{text-decoration:underline}.post-tags{margin:8px 0 16px}.post-tags .tag,.post-tags a.tag{display:inline-block;background:#f2f6f9;color:#0b5c8a;padding:4px 8px;border-radius:4px;margin-right:6px;font-size:.9rem;text-decoration:none}.post-tags a.tag:hover{background:#e6f0f6}.post-content a{color:#0b5c8a;text-decoration:none}.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.post-content h5,.post-content h6,.post-content p,.post-content li,.post-content span,.post-content div{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.post-content h1{font-size:2.25rem;font-weight:700;margin:2rem 0 1rem;line-height:1.2;color:#1a202c}.post-content h2{font-size:1.875rem;font-weight:600;margin:1.75rem 0 .875rem;line-height:1.3;color:#2d3748}.post-content h3{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .75rem;line-height:1.4;color:#2d3748}.post-content h4{font-size:1.25rem;font-weight:600;margin:1.25rem 0 .625rem;line-height:1.4;color:#4a5568}.post-content h5{font-size:1.125rem;font-weight:600;margin:1rem 0 .5rem;line-height:1.5;color:#4a5568}.post-content h6{font-size:1rem;font-weight:600;margin:1rem 0 .5rem;line-height:1.5;color:#718096}.post-content p{font-size:1rem;line-height:1.75;margin:1rem 0;color:#4a5568}.post-content li{font-size:1rem;line-height:1.75;color:#4a5568;margin:.5rem 0}.post-content>h1:first-child,.post-content>h2:first-child,.post-content>h3:first-child,.post-content>h4:first-child,.post-content>h5:first-child,.post-content>h6:first-child{margin-top:0}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid #e1e7ec;background:#fff;border-radius:8px;overflow:hidden}.post-content table thead{background:#f2f6f9}.post-content table th,.post-content table td{padding:12px 14px;border-bottom:1px solid #e1e7ec;text-align:left;font-size:.95rem}.post-content table tr:last-child td{border-bottom:0}.post-content table td,.post-content table th{word-break:normal;white-space:normal}.post-content blockquote{border-left:4px solid #0b5c8a;padding:1rem 1.5rem;margin:1.5rem 0;background:#f7fafc;border-radius:4px;font-style:italic;color:#4a5568}.post-content pre{background:#2d3748;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-content code{font-family:Courier New,Courier,monospace;font-size:.9rem}.post-content p code,.post-content li code{background:#f7fafc;color:#0b5c8a;padding:.2rem .4rem;border-radius:4px;font-size:.875rem}.post-content ul,.post-content ol{margin:1rem 0;padding-left:2rem}.post-content ul li{list-style-type:disc}.post-content ol li{list-style-type:decimal}@media (max-width: 768px){.post-content h1{font-size:1.875rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content h4{font-size:1.125rem}.post-content h5,.post-content h6{font-size:1rem}.post-content p,.post-content li{font-size:.95rem}.post-content table{display:block;overflow-x:scroll;-webkit-overflow-scrolling:touch;max-width:100%}}
