.story-card{background:#fff;border:2px solid #0000;border-radius:16px;height:100%;text-decoration:none;transition:all .3s ease-out;display:block;overflow:hidden;box-shadow:0 4px 12px #0000001a}.story-card:hover{border-color:#e91e63;transform:translateY(-5px);box-shadow:0 10px 25px #e91e6333}.story-card-image-wrapper{background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%);width:100%;height:220px;position:relative;overflow:hidden}.story-card-image{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-out}.story-card:hover .story-card-image{transform:scale(1.05)}.story-card-image-placeholder{opacity:.3;justify-content:center;align-items:center;width:100%;height:100%;font-size:80px;display:flex}.story-card-content{padding:24px}.story-card-category{color:#e91e63;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:600;display:inline-block}.story-card-title{color:#111827;background:linear-gradient(135deg,#e91e63 0%,#ff1493 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-family:Playpen Sans,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}.story-card-excerpt{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.story-card-link{color:#667eea;align-items:center;gap:6px;font-size:.9375rem;font-weight:600;transition:color .2s ease-out;display:inline-flex}.story-card:hover .story-card-link{color:#e91e63}@media (max-width:768px){.story-card-image-wrapper{height:200px}.story-card-content{padding:20px}.story-card-title{font-size:1.125rem}.story-card-excerpt{font-size:.875rem}}@media (max-width:480px){.story-card-image-wrapper{height:180px}.story-card-content{padding:16px}.story-card-title{font-size:1rem}}
