@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");.no-resources-message,.resource-card,.resources-sections-container{font-family:Inter,sans-serif}.resources-sections-container{margin:0 auto;max-width:1200px;padding:20px}.resources-cards-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}.resource-card{background-color:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;justify-content:flex-start;min-height:250px;overflow:hidden;padding:20px;text-align:center;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;width:250px}.resource-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.12);transform:translateY(-5px)}.resource-card-main-title{color:#333;display:-webkit-box;font-size:1.25rem;font-weight:700;margin-bottom:15px;margin-top:0;min-height:3em;-webkit-line-clamp:3;-webkit-box-orient:vertical;align-items:center;display:flex;justify-content:center;overflow:hidden;text-overflow:ellipsis}.resource-description-wrapper{flex-grow:1;margin-bottom:10px;max-height:4.5em;overflow:hidden;text-align:left;transition:max-height .3s ease-in-out}.resource-description-wrapper.expanded{margin-bottom:15px;max-height:1000px}.resource-description{color:#555;font-size:.95rem;line-height:1.5;margin:0}.resource-expand-button{align-items:center;background:none;border:none;color:var(--primary-accent-color);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;justify-content:center;margin-bottom:5px;margin-top:auto;padding:5px 0;transition:color .2s ease;width:100%}.resource-expand-button:hover{color:color-mix(in srgb,var(--primary-accent-color) 80%,#000)}.resource-expand-button .arrow-icon{margin-left:5px;transition:transform .3s ease-in-out}.resource-expand-button .arrow-icon.rotated{transform:rotate(180deg)}.resource-button-container{flex-shrink:0;margin-top:auto;padding-top:10px}.resource-primary-action-button{background-color:var(--primary-accent-color);border:none;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 20px;text-decoration:none;transition:background-color .3s ease,transform .1s ease,box-shadow .3s ease;width:100%}.resource-primary-action-button:hover{background-color:color-mix(in srgb,var(--primary-accent-color) 80%,#000);box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.resource-primary-action-button.disabled{background-color:#ccc;box-shadow:none;color:#999;cursor:not-allowed;transform:none}.no-resources-message{color:#666;font-size:1.2rem;padding:30px 0;text-align:center;width:100%}@media (max-width:992px){.resources-cards-grid .resource-card{min-height:300px;width:calc(50% - 20px)}.resource-card-main-title{min-height:3.5em}}@media (max-width:600px){.resources-cards-grid .resource-card{min-height:280px;padding:15px;width:100%}.resources-group-heading{font-size:2rem;text-align:center}.resource-card-main-title{font-size:1.1rem;min-height:2.5em}.resource-description-wrapper{max-height:6em}.resource-expand-button{font-size:.85rem}.resource-primary-action-button{font-size:.9rem;padding:10px 15px}}