.resources-page{display:flex;flex-direction:column;gap:20px;padding-bottom:40px}.resources-page h1{margin:0}.resources-desc{margin:0;color:var(--text-muted)}.resources-empty{margin:8px 0;padding:24px;text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius)}.resources-toolbar{display:flex;flex-direction:column;gap:12px}.resources-search{width:100%;max-width:480px;border:1px solid var(--border);border-radius:999px;padding:10px 16px;background:var(--surface);color:var(--text)}.resources-tabs{display:flex;flex-wrap:wrap;gap:8px}.resources-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.resources-card{display:flex;flex-direction:column;gap:8px;padding:18px}.resources-card-head strong{display:flex;align-items:center;gap:8px}.resources-icon{font-size:18px;line-height:1}.resources-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.resources-category{font-size:12px;color:var(--text-muted)}.resources-card p{margin:0;font-size:13px;line-height:1.5;flex:1 1}.resources-tags{display:flex;flex-wrap:wrap;gap:6px}.resources-tags span{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--bg);color:var(--text-muted)}.resources-fav.is-active{border-color:var(--accent);color:var(--accent)}