.resources-page{padding-top:5rem}.resources-hero{padding:6rem 0 4rem;background:var(--surface)}.resources-hero__desc{font-size:1.15rem;line-height:1.7;color:var(--white-muted);max-width:520px}.resources-list{padding:4rem 0 8rem}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.resource-card{display:flex;flex-direction:column;background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:20px;overflow:hidden;transition:border-color .4s ease;height:100%}.resource-card:hover{border-color:var(--purple-dim)}.resource-card .resource-card__image{height:200px}.resource-card .resource-card__content{padding:1.75rem 2rem 2rem;margin-top:-1.5rem}.resource-card .resource-card__content h3{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--white);margin-bottom:.75rem}.resource-card .resource-card__content>p{font-size:.9rem;line-height:1.7}.resource-card .resource-card__highlights{grid-template-columns:repeat(2,1fr);gap:.5rem;margin:1rem 0 1.5rem}.resource-card .resource-card__highlight{font-size:.82rem}.resource-card--featured{display:flex;flex-direction:column;background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:24px;overflow:hidden;transition:border-color .4s ease}.resource-card--featured:hover{border-color:var(--purple-dim)}.resource-card__image{position:relative;overflow:hidden;height:340px}.resource-card__image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,var(--surface-elevated) 0%,transparent 100%);pointer-events:none;z-index:1}.resource-card__image img{width:100%;height:100%;object-fit:cover;object-position:center top}.resource-card__content{padding:2.5rem 3rem 3rem;display:flex;flex-direction:column;gap:0;margin-top:-2rem;position:relative;z-index:2}.resource-card__tag{display:inline-flex;align-self:flex-start;padding:.3rem .85rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--purple);background:var(--purple-dim);border-radius:50px;margin-bottom:1.25rem}.resource-card__content h2{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--white);margin-bottom:1rem}.resource-card__content>p{font-size:.95rem;line-height:1.75;color:var(--white-muted);margin-bottom:.75rem;max-width:680px}.resource-card__highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin:1.25rem 0 2rem}.resource-card__highlight{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--white-soft)}.resource-card__highlight svg{color:var(--purple);flex-shrink:0}@media(max-width:768px){.resources-grid{grid-template-columns:1fr}.resource-card__image{height:220px}.resource-card .resource-card__image{height:200px}.resource-card__content,.resource-card .resource-card__content{padding:1.5rem 1.75rem 2rem;margin-top:-1rem}.resource-card__highlights{grid-template-columns:1fr}}
