.Blog-module__qgnGkG__section{padding:var(--section-padding-y) 0;background:#000;position:relative;overflow:hidden}.Blog-module__qgnGkG__glow1{filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(#3b82f626 0%,#0000 70%);width:40%;height:60%;position:absolute;top:5%;right:-10%}.Blog-module__qgnGkG__glow2{filter:blur(80px);pointer-events:none;z-index:1;background:radial-gradient(#9333ea1a 0%,#0000 70%);width:40%;height:50%;position:absolute;bottom:0;left:-5%}.Blog-module__qgnGkG__container{z-index:10;max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative}.Blog-module__qgnGkG__header{text-align:center;margin-bottom:2.5rem}.Blog-module__qgnGkG__upperTitle{color:#3b82f6;letter-spacing:4px;opacity:.8;margin-bottom:1rem;font-size:11px;font-weight:800;display:block}.Blog-module__qgnGkG__title{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.Blog-module__qgnGkG__controls{justify-content:center;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;display:flex}.Blog-module__qgnGkG__searchWrap{width:100%;max-width:500px;position:relative}.Blog-module__qgnGkG__searchIcon{color:#ffffff4d;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Blog-module__qgnGkG__searchInput{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;outline:none;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.9rem;transition:all .2s}.Blog-module__qgnGkG__searchInput:focus{background:#ffffff0d;border-color:#3b82f64d;box-shadow:0 0 20px #3b82f61a}.Blog-module__qgnGkG__sortWrap{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:center;height:46px;padding:0 .75rem;display:flex}.Blog-module__qgnGkG__sortSelect{color:#ffffffb3;cursor:pointer;background:0 0;border:none;outline:none;height:100%;font-size:.85rem;font-weight:600}.Blog-module__qgnGkG__sortSelect option{color:#fff;background:#050505}.Blog-module__qgnGkG__categories{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.Blog-module__qgnGkG__categories{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;margin:0 -1.5rem;padding:.5rem 1.5rem;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 85%,#0000 100%);mask-image:linear-gradient(90deg,#000 85%,#0000 100%)}.Blog-module__qgnGkG__categories::-webkit-scrollbar{display:none}}.Blog-module__qgnGkG__catBtn{letter-spacing:.05em;color:#fff6;cursor:pointer;white-space:nowrap;background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;padding:.5rem 1.1rem;font-size:.75rem;font-weight:700;transition:all .2s}.Blog-module__qgnGkG__catBtnActive{color:#000;background:#fff;border-color:#fff}.Blog-module__qgnGkG__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.Blog-module__qgnGkG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Blog-module__qgnGkG__grid{grid-template-columns:1fr;gap:1.25rem}}.Blog-module__qgnGkG__card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:28px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Blog-module__qgnGkG__card:hover{background:#ffffff0a;border-color:#ffffff1f;box-shadow:0 20px 40px -10px #0009}.Blog-module__qgnGkG__imageWrap{aspect-ratio:16/10;min-height:180px;position:relative;overflow:hidden}.Blog-module__qgnGkG__image{-o-object-fit:cover;object-fit:cover;transition:transform .5s}.Blog-module__qgnGkG__card:hover .Blog-module__qgnGkG__image{transform:scale(1.05)}.Blog-module__qgnGkG__imageOverlay{opacity:0;background:linear-gradient(#0000,#0009);transition:opacity .3s;position:absolute;inset:0}.Blog-module__qgnGkG__card:hover .Blog-module__qgnGkG__imageOverlay{opacity:1}.Blog-module__qgnGkG__tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#10b981;letter-spacing:.02em;z-index:5;background:#10b98133;border:1px solid #10b9814d;border-radius:100px;padding:.4rem 1rem;font-size:.7rem;font-weight:800;position:absolute;top:1.25rem;left:1.25rem}.Blog-module__qgnGkG__content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.Blog-module__qgnGkG__cardTitle{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:1.15rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.Blog-module__qgnGkG__excerpt{color:#fff6;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Blog-module__qgnGkG__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.Blog-module__qgnGkG__readMoreBtn{color:#fff;align-items:center;gap:.75rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.Blog-module__qgnGkG__arrowCircle{color:#fff6;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.Blog-module__qgnGkG__card:hover .Blog-module__qgnGkG__arrowCircle{color:#000;background:#fff;border-color:#fff;transform:translate(3px)}.Blog-module__qgnGkG__card:hover .Blog-module__qgnGkG__readMoreBtn span{color:#fff}.Blog-module__qgnGkG__readMoreBtn span{transition:all .3s}.Blog-module__qgnGkG__dateWrap{align-items:center;gap:1rem;display:flex}.Blog-module__qgnGkG__date{color:#ffffff4d;white-space:nowrap;font-size:.75rem;font-weight:500}.Blog-module__qgnGkG__dateLine{background:#ffffff1a;width:30px;height:1px}.Blog-module__qgnGkG__card:hover .Blog-module__qgnGkG__dateLine{background:#ffffff4d}.Blog-module__qgnGkG__empty{text-align:center;color:#fff6;background:#ffffff03;border:1px dashed #ffffff14;border-radius:20px;grid-column:1/-1;padding:4rem 2rem}.Blog-module__qgnGkG__loadMore{text-align:center;margin-top:3rem}.Blog-module__qgnGkG__loadMoreBtn{color:#fffc;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;padding:.8rem 2.5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-block}.Blog-module__qgnGkG__loadMoreBtn:hover{color:#fff;background:#ffffff14;border-color:#fff3}@media (max-width:768px){.Blog-module__qgnGkG__section{padding:var(--section-padding-y) 0}.Blog-module__qgnGkG__header{margin-bottom:1rem}.Blog-module__qgnGkG__controls{flex-direction:column;align-items:stretch}.Blog-module__qgnGkG__searchWrap{max-width:none}.Blog-module__qgnGkG__sortWrap{justify-content:center;width:100%}.Blog-module__qgnGkG__sortSelect{text-align:center;width:100%}.Blog-module__qgnGkG__categories{margin-bottom:2rem}}
