.resources-module__fFo5EG__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.resources-module__fFo5EG__categoryTabs{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);gap:.25rem;padding:4px;display:flex}.resources-module__fFo5EG__categoryTab{border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;font-size:.875rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:.4rem;padding:.5rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.resources-module__fFo5EG__categoryTab:hover{color:var(--color-primary);background:#2563eb0d}.resources-module__fFo5EG__categoryTab.resources-module__fFo5EG__active{color:var(--color-primary);background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.resources-module__fFo5EG__tabCount{background:var(--color-primary);color:#fff;text-align:center;border-radius:999px;min-width:18px;padding:.1rem .4rem;font-size:.7rem;font-weight:600}.resources-module__fFo5EG__categoryTab:not(.resources-module__fFo5EG__active) .resources-module__fFo5EG__tabCount{background:var(--color-border);color:var(--color-text-muted)}.resources-module__fFo5EG__searchBar{width:100%;max-width:320px;position:relative}.resources-module__fFo5EG__searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.resources-module__fFo5EG__searchInput{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;width:100%;padding:.6rem 1rem .6rem 2.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.resources-module__fFo5EG__searchInput:focus{border-color:var(--color-secondary);outline:none;box-shadow:0 0 0 3px #3b82f61f}.resources-module__fFo5EG__totalCount{color:var(--color-text-muted);margin-bottom:1.5rem;padding-left:.25rem;font-size:.85rem}.resources-module__fFo5EG__resourcesGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.resources-module__fFo5EG__resourceCard{border-radius:var(--radius-xl);border:1px solid var(--color-border);background-color:#fff;flex-direction:column;height:100%;padding:1.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.resources-module__fFo5EG__resourceCard:before{content:"";transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.resources-module__fFo5EG__resourceCard[data-category=document]:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.resources-module__fFo5EG__resourceCard[data-category=report]:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.resources-module__fFo5EG__resourceCard[data-category=download]:before{background:linear-gradient(90deg,#10b981,#34d399)}.resources-module__fFo5EG__resourceCard[data-category=article]:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.resources-module__fFo5EG__resourceCard:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.resources-module__fFo5EG__resourceCard:hover:before{transform:scaleX(1)}.resources-module__fFo5EG__cardCoverWrap{border-radius:var(--radius-xl) var(--radius-xl) 0 0;aspect-ratio:16/9;margin:-1.75rem -1.75rem 1rem;position:relative;overflow:hidden}.resources-module__fFo5EG__cardCover{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block}.resources-module__fFo5EG__resourceCard:hover .resources-module__fFo5EG__cardCover{transform:scale(1.04)}.resources-module__fFo5EG__cardCoverWrap .resources-module__fFo5EG__categoryBadge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:absolute;bottom:10px;right:10px;box-shadow:0 1px 4px #0000001a;background:#ffffffeb!important}.resources-module__fFo5EG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.resources-module__fFo5EG__cardIconWrap{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.resources-module__fFo5EG__cardIconWrap[data-category=document]{color:#3b82f6;background:#3b82f61a}.resources-module__fFo5EG__cardIconWrap[data-category=report]{color:#8b5cf6;background:#8b5cf61a}.resources-module__fFo5EG__cardIconWrap[data-category=download]{color:#10b981;background:#10b9811a}.resources-module__fFo5EG__cardIconWrap[data-category=article]{color:#f59e0b;background:#f59e0b1a}.resources-module__fFo5EG__categoryBadge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.resources-module__fFo5EG__categoryBadge[data-category=document]{color:#3b82f6;background:#3b82f614}.resources-module__fFo5EG__categoryBadge[data-category=report]{color:#8b5cf6;background:#8b5cf614}.resources-module__fFo5EG__categoryBadge[data-category=download]{color:#10b981;background:#10b98114}.resources-module__fFo5EG__categoryBadge[data-category=article]{color:#f59e0b;background:#f59e0b14}.resources-module__fFo5EG__cardLink{color:inherit;cursor:pointer;flex-direction:column;height:100%;text-decoration:none;display:flex}.resources-module__fFo5EG__readMore{color:#f59e0b;align-items:center;gap:6px;font-size:.85rem;font-weight:600;transition:gap .2s;display:inline-flex}.resources-module__fFo5EG__cardLink:hover .resources-module__fFo5EG__readMore{gap:10px}.resources-module__fFo5EG__cardTitle{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.4}.resources-module__fFo5EG__cardSummary{color:var(--color-text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.resources-module__fFo5EG__cardFooter{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.resources-module__fFo5EG__fileInfo{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.resources-module__fFo5EG__fileTypeBadge{text-transform:uppercase;background:var(--color-surface);border-radius:var(--radius-sm);color:var(--color-text-muted);letter-spacing:.03em;padding:.15rem .45rem;font-size:.7rem;font-weight:600}.resources-module__fFo5EG__downloadBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font-sans);border:none;align-items:center;gap:.35rem;padding:.45rem 1rem;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.resources-module__fFo5EG__downloadBtn:hover{background:var(--color-primary-hover,#1d4ed8);transform:translateY(-1px)}.resources-module__fFo5EG__emptyState{text-align:center;grid-column:1/-1;padding:4rem 2rem}.resources-module__fFo5EG__emptyIcon{color:var(--color-border);margin-bottom:1rem}.resources-module__fFo5EG__emptyTitle{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.resources-module__fFo5EG__emptyHint{color:var(--color-text-muted);font-size:.9rem}.resources-module__fFo5EG__loadMoreWrap{text-align:center;margin-top:2.5rem}.resources-module__fFo5EG__loadMoreBtn{border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-primary);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-sans);background:0 0;padding:.6rem 2rem;transition:all .2s}.resources-module__fFo5EG__loadMoreBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}@media (max-width:768px){.resources-module__fFo5EG__controls{flex-direction:column;align-items:stretch}.resources-module__fFo5EG__categoryTabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.resources-module__fFo5EG__searchBar{max-width:100%}.resources-module__fFo5EG__resourcesGrid{grid-template-columns:1fr}.resources-module__fFo5EG__categoryTab{padding:.45rem .9rem;font-size:.8rem}}
