.category-filter{font-family:var(--sans);color:var(--ink);border:1px solid var(--ink);border-radius:var(--pill);cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23033466' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;margin-top:4rem;padding:13px 36px 13px 24px;font-size:14px;font-weight:500;transition:background-color .15s;display:inline-block}.category-filter:hover{background-color:#00000008}@media (min-width:981px){.resources-section{min-height:80vh}}.resgrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;display:grid}.rescard{transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.rescard:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.rescard .thumb{aspect-ratio:16/10;background:var(--grey);overflow:hidden}.rescard .thumb img{object-fit:cover;width:100%;height:100%;display:block}.rescard .body{padding:20px}.rescard .cat{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);font-size:12px;font-weight:700}.rescard h3{margin-top:8px;font-size:19px;line-height:1.35}.rescard .readnow{font-size:var(--fs-small);color:var(--ink);align-items:center;gap:8px;margin-top:16px;font-weight:500;display:inline-flex}.rescard .readnow .arrow{background:var(--navy);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@media (max-width:980px){.resgrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.resgrid{grid-template-columns:1fr}}
