.category-card-link{color:inherit;text-decoration:none;display:block}.category-card{background:var(--parchment-light);border:none;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:200px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 16px #00000014,0 2px 8px #0000000a}.category-card:nth-child(odd){background:var(--parchment-light)}.category-card:nth-child(2n){background:var(--green-accent-dark);box-shadow:0 4px 16px #0000001f,0 2px 8px #0000000f}.category-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026,0 8px 16px #0000001a}.category-card:nth-child(2n):hover{box-shadow:0 16px 40px #0003,0 8px 16px #0000001f}.category-card-content{flex-direction:column;gap:1rem;display:flex}.category-card-title{color:var(--ink);margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.category-card:nth-child(2n) .category-card-title{color:var(--parchment-light)}.category-card-description{color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.category-card:nth-child(2n) .category-card-description{color:#e0d5c2}.category-card-footer{border-top:1px solid #0000001a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.category-card:nth-child(2n) .category-card-footer{border-top-color:#ffffff1a}.category-article-count{color:var(--muted);font-size:.9rem;font-weight:500}.category-card:nth-child(2n) .category-article-count{color:#a8c4b0}.category-card-arrow{color:var(--maroon);font-size:1.5rem;transition:transform .3s}.category-card:nth-child(2n) .category-card-arrow{color:var(--parchment-light)}.category-card:hover .category-card-arrow{transform:translate(4px)}.category-page-header{margin:3rem 0 2rem}.category-header-content{margin-top:1rem}.category-page-title{color:var(--ink);margin:0 0 1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.category-page-description{color:var(--muted);margin:0 0 .5rem;font-size:1.1rem;line-height:1.6}.category-page-count{color:var(--muted);margin:0;font-size:1rem}.no-results{text-align:center;color:var(--muted);grid-column:1/-1;padding:3rem 1rem;font-size:1.1rem}@media (max-width:768px){.category-card{min-height:180px;padding:1.5rem}.category-card-title{font-size:1.25rem}.category-page-title{font-size:2rem}}
