@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.bloglist__page{--blog-accent:#0076bc;--blog-heading:#0f2940;--blog-text:#536777;--blog-border:#dbeaf5;background:#f6fafe;color:#17324a;min-height:100vh;overflow-x:hidden;padding:24px 0 38px;width:100%}.bloglist__hero,.bloglist__wrapper{width:calc(100% - 64px);max-width:1400px;margin:0 auto}.bloglist__wrapper{padding:0}.bloglist__hero{margin-bottom:18px;text-align:center}.bloglist__eyebrow{color:var(--blog-accent);display:block;font-size:13px;font-weight:800;letter-spacing:0;line-height:1;margin-bottom:6px;text-transform:uppercase}.bloglist__heading{font-size:30px;font-weight:800;color:var(--blog-heading);line-height:1.2;margin:0 0 8px;text-align:center;letter-spacing:0}.bloglist__subheading{font-size:18.4px;color:var(--blog-text);font-weight:400;line-height:1.6;margin:0 auto;max-width:650px;text-align:center}.bloglist__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;min-width:0}@media (max-width:1200px){.bloglist__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.bloglist__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.bloglist__grid{grid-template-columns:1fr}.bloglist__heading{font-size:24px}.bloglist__hero,.bloglist__wrapper{width:calc(100% - 32px)}.bloglist__wrapper{padding:0}}.blog-card{border-radius:8px;overflow:hidden;background:#fff;border:1px solid var(--blog-border);cursor:pointer;box-shadow:0 18px 46px rgba(15,41,64,.08);display:flex;flex-direction:column;min-height:100%;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.blog-card:hover{transform:translateY(-4px);border-color:#b9dcf4;box-shadow:0 16px 42px rgba(15,45,65,.11)}.blog-card__image-wrap{position:relative;width:100%;min-height:252px;overflow:hidden;background:#fff;border-bottom:1px solid #e8f1f8;display:flex;align-items:center;justify-content:center;padding:10px 12px}.blog-card__image{width:auto;height:auto;max-width:100%;max-height:250px;object-fit:contain!important;display:block;border-radius:7px;transition:transform .5s ease}.blog-card:hover .blog-card__image{transform:scale(1.06)}.blog-card__placeholder{width:100%;height:100%;min-height:220px;background:#eef7ff;color:#8a98a8;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;border-radius:8px}.blog-card__body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1 1;color:#0f2940}.blog-card__category{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#0b74bd;background:#eef7ff;border-radius:6px;padding:6px 10px 5px;margin-bottom:12px;align-self:flex-start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-card__title{font-size:19px;font-weight:800;color:#12263a;line-height:1.42;margin-bottom:8px;min-height:46px;letter-spacing:0;-webkit-line-clamp:2}.blog-card__desc,.blog-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-card__desc{font-size:13.5px;color:#666;line-height:1.65;min-height:67px;-webkit-line-clamp:3;text-overflow:ellipsis;margin-bottom:12px}.blog-card__keywords{display:none;flex-wrap:wrap;gap:6px;margin-bottom:14px}.blog-card__kw-tag{font-size:10px;color:#aaa;background:#f7f7f7;border:1px solid #eee;border-radius:4px;padding:2px 7px;letter-spacing:.4px}.blog-card__meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#8a98a8;border-top:1px solid #edf2f7;padding-top:10px;margin-top:auto;margin-bottom:14px}.blog-card__meta-dot{width:3px;height:3px;border-radius:50%;background:#ccc;flex-shrink:0}.blog-card__button{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#fff;color:#0873ba;border:1px solid #bfe0f7;padding:10px 18px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;line-height:1;transition:all .3s ease;letter-spacing:0;text-decoration:none}.blog-card__button-icon{flex:0 0 auto;transition:transform .25s ease}.blog-card:hover .blog-card__button,.blog-card__button:focus-visible{transform:translateY(-1px);background:#0873ba;color:#fff;border-color:#0873ba;outline:none}.blog-card:hover .blog-card__button-icon,.blog-card__button:focus-visible .blog-card__button-icon{transform:translateX(3px)}.skeleton-card{border-radius:8px;border:1px solid var(--blog-border);overflow:hidden;background:#fff;box-shadow:0 18px 46px rgba(15,41,64,.08);display:flex;flex-direction:column;min-height:100%}.skeleton-card__img{width:100%;height:220px;min-height:0;border-radius:7px}.skeleton-card__body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1 1}.skeleton-line{height:12px;border-radius:6px;margin-bottom:9px;background:linear-gradient(90deg,#edf6fc 25%,#dfeef8 50%,#edf6fc 75%);background-size:200% 100%;animation:shimmer 1.25s infinite}.skeleton-card__pill{width:68px;height:26px;border-radius:7px;margin-bottom:12px}.skeleton-card__title{width:92%;height:17px;margin-bottom:9px}.skeleton-card__text{width:100%}.skeleton-card__text--medium{width:86%}.skeleton-card__text--short{width:72%;margin-bottom:14px}.skeleton-card__meta{width:58%;height:11px;margin-top:auto;margin-bottom:14px}.skeleton-card__button{width:96px;height:32px;border-radius:8px;margin-bottom:0}.skeleton-shimmer{background:linear-gradient(90deg,#edf6fc 25%,#dfeef8 50%,#edf6fc 75%);background-size:200% 100%;animation:shimmer 1.25s infinite}.bloglist__error{grid-column:1/-1;text-align:center;padding:60px 20px;color:#ef4444;font-size:15px}.bloglist__pagination{display:flex;justify-content:flex-end;align-items:center;min-height:62px;padding:12px 18px;gap:8px;margin-top:34px;background:#fff;border:1px solid #dbeafe;border-radius:12px;box-shadow:0 8px 22px rgba(0,116,194,.08)}.pagination__controls{display:flex;align-items:center;gap:10px}.pagination__status{color:#1f2937;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}.pagination__btn{width:36px;height:36px;border-radius:8px;border:1px solid #dbeafe;background:#fff;color:#74a9d8;font-size:26px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s,color .2s,border-color .2s}.pagination__btn:hover{background:#f0f8ff;color:#0074c2;border-color:#b9dcf8}.pagination__btn:disabled{color:#b8d6ed;cursor:not-allowed;opacity:.7}.pagination__btn:disabled:hover{background:#fff;border-color:#dbeafe}@media (max-width:560px){.blog-card__image-wrap{aspect-ratio:16/10;min-height:0;padding:10px}.blog-card__image{width:100%;height:100%;max-height:none;object-fit:cover!important}.blog-card__body,.skeleton-card__body{padding:14px 14px 16px}.skeleton-card__img{height:100%}.blog-card__category{padding:5px 8px;font-size:9.5px;border-radius:5px;margin-bottom:10px}.blog-card__title{min-height:auto;font-size:14.5px;line-height:1.35;margin-bottom:8px}.blog-card__desc{min-height:53px;font-size:11.5px;line-height:1.55;margin-bottom:12px}.blog-card__meta{gap:8px;padding-top:10px;margin-bottom:12px;font-size:10.5px}.blog-card__button{padding:8px 14px;font-size:10.5px;border-radius:7px}}@media (max-width:900px){.bloglist__page{padding:22px 0 34px}}@media (max-width:768px){.bloglist__hero,.bloglist__wrapper{width:calc(100% - 32px)}}@media (max-width:640px){.bloglist__page{padding:20px 0 30px}.bloglist__hero{margin-bottom:16px;text-align:left}.bloglist__heading,.bloglist__subheading{text-align:left}.blog-card,.skeleton-card{box-shadow:none}}@media (max-width:575px){.bloglist__eyebrow{font-size:11px}.bloglist__subheading{font-size:17.25px}}@media (max-width:375px){.blog-card__title{font-size:12.6px}.blog-card__desc{font-size:10px}}