.blog-module__JsT-Oq__page{background:#fff;min-height:100vh;padding-top:140px;padding-bottom:80px}.blog-module__JsT-Oq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.blog-module__JsT-Oq__header{text-align:center;margin-bottom:4rem}.blog-module__JsT-Oq__badge{color:#4f46e5;letter-spacing:.05em;background:#4f46e514;border-radius:2rem;align-items:center;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.blog-module__JsT-Oq__title{letter-spacing:-.04em;color:#111827;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.blog-module__JsT-Oq__titleAccent{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.blog-module__JsT-Oq__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.blog-module__JsT-Oq__filterBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:2rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.blog-module__JsT-Oq__filterBtn:hover{background:#e5e7eb}.blog-module__JsT-Oq__filterBtn.blog-module__JsT-Oq__active{color:#fff;background:#4f46e5}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.blog-module__JsT-Oq__card{background:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.blog-module__JsT-Oq__card:hover{border-color:#e5e7eb;transform:translateY(-4px);box-shadow:0 20px 40px -15px #0000000d}.blog-module__JsT-Oq__cardImageWrapper{aspect-ratio:16/10;background:#f8fafc;position:relative;overflow:hidden}.blog-module__JsT-Oq__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-module__JsT-Oq__card:hover .blog-module__JsT-Oq__cardImage{transform:scale(1.05)}.blog-module__JsT-Oq__cardCategory{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#ffffffe6;border-radius:2rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-module__JsT-Oq__cardBody{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-module__JsT-Oq__cardTitle{color:#111827;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__cardExcerpt{color:#6b7280;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__cardFooter{color:#9ca3af;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.8rem;display:flex}.blog-module__JsT-Oq__cardMeta{align-items:center;gap:1rem;display:flex}.blog-module__JsT-Oq__cardMeta span{align-items:center;gap:.25rem;display:flex}.blog-module__JsT-Oq__articleHeader{text-align:center;max-width:800px;margin:0 auto 3rem}.blog-module__JsT-Oq__articleTitle{letter-spacing:-.03em;color:#111827;margin:1.5rem 0;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.2}.blog-module__JsT-Oq__articleMeta{color:#6b7280;justify-content:center;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.blog-module__JsT-Oq__articleMetaItem{align-items:center;gap:.5rem;display:flex}.blog-module__JsT-Oq__articleCover{object-fit:cover;border-radius:1.5rem;width:100%;max-height:600px;margin-bottom:4rem}.blog-module__JsT-Oq__articleContent{color:#374151;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;max-width:760px;margin:0 auto;font-size:1.125rem;line-height:1.8}.blog-module__JsT-Oq__articleContent h2{color:#111827;letter-spacing:-.02em;margin:2.5rem 0 1rem;font-size:2rem;font-weight:700}.blog-module__JsT-Oq__articleContent h3{color:#111827;margin:2rem 0 1rem;font-size:1.5rem;font-weight:600}.blog-module__JsT-Oq__articleContent p{margin-bottom:1.5rem}.blog-module__JsT-Oq__articleContent img{border-radius:1rem;width:100%;margin:2rem 0}.blog-module__JsT-Oq__articleContent a{color:#4f46e5;text-underline-offset:4px;-webkit-text-decoration:underline #4f46e54d;text-decoration:underline #4f46e54d;transition:all .2s}.blog-module__JsT-Oq__articleContent a:hover{text-decoration-color:#4f46e5}.blog-module__JsT-Oq__articleContent ul,.blog-module__JsT-Oq__articleContent ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-module__JsT-Oq__articleContent li{margin-bottom:.5rem}.blog-module__JsT-Oq__articleContent blockquote{color:#6b7280;border-left:4px solid #4f46e5;margin:2rem 0;padding-left:1.5rem;font-style:italic}.blog-module__JsT-Oq__articleContent code{background:#f3f4f6;border-radius:.25rem;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.blog-module__JsT-Oq__articleContent pre code{background:0 0;padding:0}.blog-module__JsT-Oq__articleContent pre{color:#f3f4f6;background:#111827;border-radius:1rem;margin:2rem 0;padding:1.5rem;overflow-x:auto}
